body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.25rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.88rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.13rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.304rem;
    font-size: calc( 1.658rem + (2.88 - 1.658) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4353ff !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #bbfaf6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4353ff !important;
  border-color: #4353ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbfaf6 !important;
  border-color: #bbfaf6 !important;
  color: #0caaa0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #075954 !important;
  background-color: #6af4eb !important;
  border-color: #6af4eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0caaa0 !important;
  background-color: #6af4eb !important;
  border-color: #6af4eb !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4353ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0014eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4353ff !important;
  border-color: #4353ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbfaf6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6af4eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0caaa0 !important;
  background-color: #bbfaf6 !important;
  border-color: #bbfaf6 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #4353ff !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #bbfaf6 !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0013dc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5cf3e9 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !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: #4353ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #bbfaf6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4353ff;
  border-color: #4353ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4353ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #4353ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #4353ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4353ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4353ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4353ff;
  border-bottom-color: #4353ff;
}
.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: #4353ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1da1f2 !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='%234353ff' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #4353ff !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uA2c449Ano {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA2c449Ano .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-uA2c449Ano .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA2c449Ano .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-uA2c449Ano .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA2c449Ano .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA2c449Ano .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA2c449Ano .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA2c449Ano .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA2c449Ano .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uA2c449Ano .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA2c449Ano .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA2c449Ano .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA2c449Ano .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uA2c449Ano .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA2c449Ano .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA2c449Ano .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA2c449Ano .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA2c449Ano .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA2c449Ano .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA2c449Ano .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA2c449Ano .navbar-caption:hover,
.cid-uA2c449Ano .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA2c449Ano .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA2c449Ano .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA2c449Ano .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uA2c449Ano .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA2c449Ano .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA2c449Ano .menu-container {
    margin: 16px;
  }
}
.cid-uA2c449Ano .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA2c449Ano .iconfont-wrapper:hover,
.cid-uA2c449Ano .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA2c449Ano .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uA2c449Ano .nav-item:focus,
.cid-uA2c449Ano .nav-link:focus {
  outline: none;
}
.cid-uA2c449Ano .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA2c449Ano .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA2c449Ano .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA2c449Ano .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA2c449Ano .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA2c449Ano .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA2c449Ano .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-uA2c449Ano .navbar.opened {
  transition: all 0.3s;
}
.cid-uA2c449Ano .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA2c449Ano .navbar .navbar-logo img {
  width: auto;
}
.cid-uA2c449Ano .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA2c449Ano .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA2c449Ano .navbar.collapsed {
  justify-content: center;
}
.cid-uA2c449Ano .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA2c449Ano .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA2c449Ano .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA2c449Ano .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA2c449Ano .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA2c449Ano .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-uA2c449Ano .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA2c449Ano .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA2c449Ano .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA2c449Ano .navbar {
    min-height: 72px;
  }
  .cid-uA2c449Ano .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2c449Ano .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA2c449Ano .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA2c449Ano .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA2c449Ano .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA2c449Ano .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-uA2c449Ano .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA2c449Ano .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA2c449Ano .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA2c449Ano .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA2c449Ano .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA2c449Ano .dropdown-item.active,
.cid-uA2c449Ano .dropdown-item:active {
  background-color: transparent;
}
.cid-uA2c449Ano .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA2c449Ano .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA2c449Ano .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA2c449Ano .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA2c449Ano .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA2c449Ano .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA2c449Ano ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA2c449Ano .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA2c449Ano .navbar-buttons {
    text-align: left;
  }
}
.cid-uA2c449Ano button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA2c449Ano button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA2c449Ano button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA2c449Ano button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2c449Ano button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2c449Ano button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA2c449Ano nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2c449Ano nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA2c449Ano nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA2c449Ano nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2c449Ano .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA2c449Ano a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA2c449Ano .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA2c449Ano .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA2c449Ano .navbar {
    height: 70px;
  }
  .cid-uA2c449Ano .navbar.opened {
    height: auto;
  }
  .cid-uA2c449Ano .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA2c449Ano .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA2c449Ano .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA2c449Ano .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA2c449Ano .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA2c449Ano .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA2c449Ano .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA2c449Ano .navbar-brand {
    margin-right: auto;
  }
  .cid-uA2c449Ano .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uA2c449Ano .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA2c449Ano .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA2c449Ano .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-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA2c449Ano .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA2c449Ano .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-uA2c449Ano .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA2c449Ano .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA2c449Ano .navbar-brand,
.cid-uA2c449Ano .navbar-toggler,
.cid-uA2c449Ano .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-toplBn1Xry {
  background-image: url("../../../assets/images/mmj-only-1920x1080.jpg");
}
.cid-toplBn1Xry .mbr-fallback-image.disabled {
  display: none;
}
.cid-toplBn1Xry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toplBn1Xry .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-toplBn1Xry .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-toplBn1Xry .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-toplBn1Xry .content-container {
    grid-row-gap: 16px;
  }
}
.cid-toplBn1Xry .mbr-section-title {
  color: #000000;
}
.cid-toplBn1Xry .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-toplBn1Xry .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-toplBn1Xry .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-toplBn1Xry .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-toplBn1Xry .item-right {
    padding-top: 0;
  }
}
.cid-toplBn1Xry .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-toplBn1Xry .mbr-section-btn {
  margin-top: 30px;
}
.cid-toplBn1Xry .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-toplBn1Xry .mbr-section-title1 {
  color: #747474;
}
.cid-toplBn1Xry .mbr-section-title2 {
  color: #747474;
}
.cid-toplBn1Xry .mbr-text,
.cid-toplBn1Xry .mbr-section-btn {
  color: #000000;
}
.cid-toppNMey2n {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-toppNMey2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-toppNMey2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toppNMey2n .text-wrap {
  width: 100%;
}
.cid-toppNMey2n .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-toppNMey2n .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-toppNMey2n .list-wrap {
  margin-top: 52px;
}
.cid-toppNMey2n .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-toppNMey2n .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-toppNMey2n .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-toppNMey2n .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uA2d53WMz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2d53WMz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2d53WMz8 .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-uA2d53WMz8 .container {
    padding: 0 16px;
  }
}
.cid-uA2d53WMz8 .title-wrapper {
  position: relative;
}
.cid-uA2d53WMz8 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2d53WMz8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA2d53WMz8 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2d53WMz8 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uA2d53WMz8 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA2d53WMz8 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uA2d53WMz8 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uA2d53WMz8 .mbr-section-title {
  color: #08323C;
}
.cid-uA2d53WMz8 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uA2d53WMz8 .mbr-section-title,
.cid-uA2d53WMz8 .mbr-section-btn {
  text-align: center;
}
.cid-topqv2cu9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-topqv2cu9G .img-container {
  position: relative;
}
.cid-topqv2cu9G .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-topqv2cu9G .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-topqv2cu9G .image-wrapper img {
    height: auto;
  }
}
.cid-topqv2cu9G .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-topqv2cu9G .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-topqv2cu9G .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-topqiw5QAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topqiw5QAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-topqiw5QAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topqiw5QAh .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-topqiw5QAh .main-container {
    margin-bottom: 70px;
  }
}
.cid-topqiw5QAh .mbr-title {
  color: #000000;
}
.cid-topqiw5QAh .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-topqiw5QAh .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-topqiw5QAh .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-topqiw5QAh .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-topqiw5QAh .card {
  border-radius: 0;
}
.cid-topqiw5QAh .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #f6fafa;
}
@media (max-width: 767px) {
  .cid-topqiw5QAh .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-topqiw5QAh .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-topqiw5QAh .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-topqiw5QAh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-topqiw5QAh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-topqiw5QAh .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-topqiw5QAh .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-topqiw5QAh .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-topqiw5QAh .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-topqiw5QAh .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-topqiw5QAh .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-topqiw5QAh .card-name {
  color: #000000;
}
.cid-topqiw5QAh .card-prof {
  color: #000000;
}
.cid-topn8RebHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-topn8RebHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-topn8RebHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topn8RebHF .text-wrap {
  width: 100%;
}
.cid-topn8RebHF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topn8RebHF .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-topn8RebHF .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-topnk35qRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topnk35qRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-topnk35qRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topnk35qRO .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-topnk35qRO .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-topnk35qRO .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-topnk35qRO .card-col {
    padding: 20px 0 0;
  }
}
.cid-topnk35qRO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-topnk35qRO .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-topnk35qRO .card-wrapper {
    max-width: 100%;
  }
}
.cid-topnk35qRO .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-topnk35qRO .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-topnk35qRO .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-topnk35qRO .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-topnk35qRO .image-wrapper {
    max-width: 100%;
  }
}
.cid-topnk35qRO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-topnk35qRO .mbr-text,
.cid-topnk35qRO .mbr-section-btn {
  color: #000000;
}
.cid-uA2fK5lGIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2fK5lGIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2fK5lGIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2fK5lGIV .text-wrap {
  width: 100%;
}
.cid-uA2fK5lGIV .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA2fK5lGIV .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2fK5lGIV .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-topqquKPXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topqquKPXF .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-topqquKPXF .mbr-section-title {
  color: #000000;
}
.cid-topqquKPXF .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-topqquKPXF .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-topqquKPXF .items-row {
    gap: 30px;
  }
}
.cid-topqquKPXF .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-topqquKPXF .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-topqquKPXF .item {
    width: 100%;
  }
}
.cid-topqquKPXF .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-topqquKPXF .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-topqquKPXF .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.49253731;
  --bs-aspect-ratio: 1.49253731;
  object-fit: cover;
}
.cid-topqquKPXF .item-img:hover {
  opacity: 0.7;
}
.cid-topqquKPXF .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-topqquKPXF .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-topqquKPXF .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-topqquKPXF .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-topqquKPXF .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-topqquKPXF .label-text {
  color: #747474;
}
.cid-topqquKPXF .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-topqquKPXF .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-topqquKPXF .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-topqquKPXF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uA2fLyicCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2fLyicCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2fLyicCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2fLyicCI .text-wrap {
  width: 100%;
}
.cid-uA2fLyicCI .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA2fLyicCI .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2fLyicCI .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA2gO8hn7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2gO8hn7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2gO8hn7i .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-uA2gO8hn7i .container {
    padding: 0 22px;
  }
}
.cid-uA2gO8hn7i .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA2gO8hn7i .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA2gO8hn7i .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA2gO8hn7i .image-wrapper img {
    height: 350px;
  }
}
.cid-uA2gO8hn7i .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uA2gO8hn7i .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uA2gO8hn7i .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA2gO8hn7i .panel-group .card:hover,
.cid-uA2gO8hn7i .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uA2gO8hn7i .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA2gO8hn7i .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA2gO8hn7i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA2gO8hn7i .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uA2gO8hn7i .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA2gO8hn7i .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA2gO8hn7i .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA2gO8hn7i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA2gO8hn7i .panel-title-edit {
  color: #000000;
}
.cid-uA2gO8hn7i .panel-text {
  color: #8a8588;
}
.cid-uA2g9xyRTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA2g9xyRTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2g9xyRTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2g9xyRTC img {
  border-radius: 3rem;
}
.cid-uA2g9xyRTC .row {
  flex-direction: row-reverse;
}
.cid-uA2g9xyRTC .row {
  align-items: center;
}
.cid-uA2g9xyRTC .mbr-section-title {
  color: #000000;
}
.cid-uA2g9xyRTC .mbr-text,
.cid-uA2g9xyRTC .mbr-section-btn {
  color: #000000;
}
.cid-uA2fULfYFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2fULfYFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2fULfYFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2fULfYFe .text-wrap {
  width: 100%;
}
.cid-uA2fULfYFe .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA2fULfYFe .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2fULfYFe .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA2giQLVet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f6fafa;
}
.cid-uA2giQLVet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2giQLVet .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-uA2giQLVet .mbr-section-head {
    text-align: center;
  }
}
.cid-uA2giQLVet .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA2giQLVet .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uA2giQLVet .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-uA2giQLVet .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA2giQLVet .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA2hQY174J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2hQY174J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2hQY174J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2hQY174J .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA2hQY174J .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA2hQY174J .content-wrap .row {
  justify-content: center;
}
.cid-uA2hQY174J .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2hQY174J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2hQY174J .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA2hQY174J .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA2hQY174J .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA2hQY174J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA2hQY174J .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2hQY174J .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2hQY174J .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2hQY174J .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2hQY174J .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2hQY174J .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2hQY174J .nav-wrapper .list .item-wrap:hover,
.cid-uA2hQY174J .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2hQY174J .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2hQY174J .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2hQY174J .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2hQY174J .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2hQY174J .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2hQY174J .contacts-wrapper .list .item-wrap:hover,
.cid-uA2hQY174J .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2hQY174J .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2hQY174J .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2hQY174J .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2hQY174J .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2hQY174J .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA2hQY174J .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA2hQY174J .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA2hQY174J .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA2hQY174J .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA2hQY174J .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA2hQY174J .mbr-section-title {
  color: #ed463f;
}
.cid-uA2hQY174J .mbr-section-subtitle {
  color: #404349;
}
.cid-uA2hQY174J .list {
  color: #404349;
}
.cid-uA2UT6kzId {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA2UT6kzId .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-uA2UT6kzId .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA2UT6kzId .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-uA2UT6kzId .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA2UT6kzId .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA2UT6kzId .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA2UT6kzId .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA2UT6kzId .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA2UT6kzId .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uA2UT6kzId .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA2UT6kzId .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA2UT6kzId .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA2UT6kzId .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uA2UT6kzId .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA2UT6kzId .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA2UT6kzId .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA2UT6kzId .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA2UT6kzId .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA2UT6kzId .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA2UT6kzId .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA2UT6kzId .navbar-caption:hover,
.cid-uA2UT6kzId .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA2UT6kzId .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA2UT6kzId .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA2UT6kzId .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uA2UT6kzId .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA2UT6kzId .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA2UT6kzId .menu-container {
    margin: 16px;
  }
}
.cid-uA2UT6kzId .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA2UT6kzId .iconfont-wrapper:hover,
.cid-uA2UT6kzId .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA2UT6kzId .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uA2UT6kzId .nav-item:focus,
.cid-uA2UT6kzId .nav-link:focus {
  outline: none;
}
.cid-uA2UT6kzId .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA2UT6kzId .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA2UT6kzId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA2UT6kzId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA2UT6kzId .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA2UT6kzId .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA2UT6kzId .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-uA2UT6kzId .navbar.opened {
  transition: all 0.3s;
}
.cid-uA2UT6kzId .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA2UT6kzId .navbar .navbar-logo img {
  width: auto;
}
.cid-uA2UT6kzId .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA2UT6kzId .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA2UT6kzId .navbar.collapsed {
  justify-content: center;
}
.cid-uA2UT6kzId .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA2UT6kzId .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA2UT6kzId .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA2UT6kzId .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA2UT6kzId .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA2UT6kzId .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-uA2UT6kzId .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA2UT6kzId .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA2UT6kzId .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA2UT6kzId .navbar {
    min-height: 72px;
  }
  .cid-uA2UT6kzId .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2UT6kzId .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA2UT6kzId .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA2UT6kzId .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA2UT6kzId .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA2UT6kzId .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-uA2UT6kzId .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA2UT6kzId .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA2UT6kzId .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA2UT6kzId .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA2UT6kzId .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA2UT6kzId .dropdown-item.active,
.cid-uA2UT6kzId .dropdown-item:active {
  background-color: transparent;
}
.cid-uA2UT6kzId .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA2UT6kzId .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA2UT6kzId .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA2UT6kzId .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA2UT6kzId .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA2UT6kzId .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA2UT6kzId ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA2UT6kzId .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA2UT6kzId .navbar-buttons {
    text-align: left;
  }
}
.cid-uA2UT6kzId button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA2UT6kzId button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA2UT6kzId button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA2UT6kzId button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2UT6kzId button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2UT6kzId button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA2UT6kzId nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2UT6kzId nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA2UT6kzId nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA2UT6kzId nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2UT6kzId .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA2UT6kzId a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA2UT6kzId .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA2UT6kzId .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA2UT6kzId .navbar {
    height: 70px;
  }
  .cid-uA2UT6kzId .navbar.opened {
    height: auto;
  }
  .cid-uA2UT6kzId .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA2UT6kzId .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA2UT6kzId .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA2UT6kzId .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA2UT6kzId .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA2UT6kzId .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA2UT6kzId .navbar-brand {
    margin-right: auto;
  }
  .cid-uA2UT6kzId .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uA2UT6kzId .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA2UT6kzId .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA2UT6kzId .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-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA2UT6kzId .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA2UT6kzId .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-uA2UT6kzId .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA2UT6kzId .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA2UT6kzId .navbar-brand,
.cid-uA2UT6kzId .navbar-toggler,
.cid-uA2UT6kzId .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA2UTbsvwV {
  background-image: url("../../../assets/images/download-1-1-1055x765.jpg");
}
.cid-uA2UTbsvwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UTbsvwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2UTbsvwV .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-uA2UTbsvwV .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uA2UTbsvwV .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uA2UTbsvwV .content-container {
    grid-row-gap: 16px;
  }
}
.cid-uA2UTbsvwV .mbr-section-title {
  color: #000000;
}
.cid-uA2UTbsvwV .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uA2UTbsvwV .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uA2UTbsvwV .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-uA2UTbsvwV .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uA2UTbsvwV .item-right {
    padding-top: 0;
  }
}
.cid-uA2UTbsvwV .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uA2UTbsvwV .mbr-section-btn {
  margin-top: 30px;
}
.cid-uA2UTbsvwV .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uA2UTbsvwV .mbr-section-title1 {
  color: #747474;
}
.cid-uA2UTbsvwV .mbr-section-title2 {
  color: #747474;
}
.cid-uA2UTbsvwV .mbr-text,
.cid-uA2UTbsvwV .mbr-section-btn {
  color: #000000;
}
.cid-uA2UTgs93o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2UTgs93o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UTgs93o .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-uA2UTgs93o .container {
    padding: 0 16px;
  }
}
.cid-uA2UTgs93o .title-wrapper {
  position: relative;
}
.cid-uA2UTgs93o .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2UTgs93o .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA2UTgs93o .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2UTgs93o .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uA2UTgs93o .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA2UTgs93o .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uA2UTgs93o .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uA2UTgs93o .mbr-section-title {
  color: #08323C;
}
.cid-uA2UTgs93o .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uA2UTgs93o .mbr-section-title,
.cid-uA2UTgs93o .mbr-section-btn {
  text-align: center;
}
.cid-uA2UTBg0BE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uA2UTBg0BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UTBg0BE .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-uA2UTBg0BE .mbr-section-head {
    text-align: center;
  }
}
.cid-uA2UTBg0BE .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA2UTBg0BE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uA2UTBg0BE .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-uA2UTBg0BE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA2UTBg0BE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA2UTCCL3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2UTCCL3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UTCCL3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2UTCCL3N .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA2UTCCL3N .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA2UTCCL3N .content-wrap .row {
  justify-content: center;
}
.cid-uA2UTCCL3N .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2UTCCL3N .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2UTCCL3N .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA2UTCCL3N .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA2UTCCL3N .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA2UTCCL3N .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA2UTCCL3N .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2UTCCL3N .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2UTCCL3N .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2UTCCL3N .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2UTCCL3N .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2UTCCL3N .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2UTCCL3N .nav-wrapper .list .item-wrap:hover,
.cid-uA2UTCCL3N .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2UTCCL3N .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2UTCCL3N .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2UTCCL3N .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2UTCCL3N .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2UTCCL3N .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2UTCCL3N .contacts-wrapper .list .item-wrap:hover,
.cid-uA2UTCCL3N .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2UTCCL3N .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2UTCCL3N .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2UTCCL3N .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2UTCCL3N .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2UTCCL3N .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA2UTCCL3N .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA2UTCCL3N .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA2UTCCL3N .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA2UTCCL3N .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA2UTCCL3N .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA2UTCCL3N .mbr-section-title {
  color: #ed463f;
}
.cid-uA2UTCCL3N .mbr-section-subtitle {
  color: #404349;
}
.cid-uA2UTCCL3N .list {
  color: #404349;
}
.cid-uA2VzAyufx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA2VzAyufx .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-uA2VzAyufx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA2VzAyufx .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-uA2VzAyufx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA2VzAyufx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA2VzAyufx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA2VzAyufx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA2VzAyufx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA2VzAyufx .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uA2VzAyufx .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA2VzAyufx .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA2VzAyufx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA2VzAyufx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uA2VzAyufx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA2VzAyufx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA2VzAyufx .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA2VzAyufx .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA2VzAyufx .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA2VzAyufx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA2VzAyufx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA2VzAyufx .navbar-caption:hover,
.cid-uA2VzAyufx .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA2VzAyufx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA2VzAyufx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA2VzAyufx .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uA2VzAyufx .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA2VzAyufx .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA2VzAyufx .menu-container {
    margin: 16px;
  }
}
.cid-uA2VzAyufx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA2VzAyufx .iconfont-wrapper:hover,
.cid-uA2VzAyufx .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA2VzAyufx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uA2VzAyufx .nav-item:focus,
.cid-uA2VzAyufx .nav-link:focus {
  outline: none;
}
.cid-uA2VzAyufx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA2VzAyufx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA2VzAyufx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA2VzAyufx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA2VzAyufx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA2VzAyufx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA2VzAyufx .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-uA2VzAyufx .navbar.opened {
  transition: all 0.3s;
}
.cid-uA2VzAyufx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA2VzAyufx .navbar .navbar-logo img {
  width: auto;
}
.cid-uA2VzAyufx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA2VzAyufx .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA2VzAyufx .navbar.collapsed {
  justify-content: center;
}
.cid-uA2VzAyufx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA2VzAyufx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA2VzAyufx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA2VzAyufx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA2VzAyufx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA2VzAyufx .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-uA2VzAyufx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA2VzAyufx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA2VzAyufx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA2VzAyufx .navbar {
    min-height: 72px;
  }
  .cid-uA2VzAyufx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2VzAyufx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA2VzAyufx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA2VzAyufx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA2VzAyufx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA2VzAyufx .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-uA2VzAyufx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA2VzAyufx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA2VzAyufx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA2VzAyufx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA2VzAyufx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA2VzAyufx .dropdown-item.active,
.cid-uA2VzAyufx .dropdown-item:active {
  background-color: transparent;
}
.cid-uA2VzAyufx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA2VzAyufx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA2VzAyufx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA2VzAyufx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA2VzAyufx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA2VzAyufx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA2VzAyufx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA2VzAyufx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA2VzAyufx .navbar-buttons {
    text-align: left;
  }
}
.cid-uA2VzAyufx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA2VzAyufx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA2VzAyufx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA2VzAyufx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2VzAyufx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2VzAyufx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA2VzAyufx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2VzAyufx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA2VzAyufx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA2VzAyufx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2VzAyufx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA2VzAyufx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA2VzAyufx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA2VzAyufx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA2VzAyufx .navbar {
    height: 70px;
  }
  .cid-uA2VzAyufx .navbar.opened {
    height: auto;
  }
  .cid-uA2VzAyufx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA2VzAyufx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA2VzAyufx .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA2VzAyufx .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA2VzAyufx .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA2VzAyufx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA2VzAyufx .navbar-brand {
    margin-right: auto;
  }
  .cid-uA2VzAyufx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uA2VzAyufx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA2VzAyufx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA2VzAyufx .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-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA2VzAyufx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA2VzAyufx .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-uA2VzAyufx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA2VzAyufx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA2VzAyufx .navbar-brand,
.cid-uA2VzAyufx .navbar-toggler,
.cid-uA2VzAyufx .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA2VzCzqtw {
  background-image: url("../../../assets/images/643821abec326.image-1024x682.jpg");
}
.cid-uA2VzCzqtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VzCzqtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VzCzqtw .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-uA2VzCzqtw .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uA2VzCzqtw .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uA2VzCzqtw .content-container {
    grid-row-gap: 16px;
  }
}
.cid-uA2VzCzqtw .mbr-section-title {
  color: #000000;
}
.cid-uA2VzCzqtw .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uA2VzCzqtw .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uA2VzCzqtw .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-uA2VzCzqtw .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uA2VzCzqtw .item-right {
    padding-top: 0;
  }
}
.cid-uA2VzCzqtw .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uA2VzCzqtw .mbr-section-btn {
  margin-top: 30px;
}
.cid-uA2VzCzqtw .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uA2VzCzqtw .mbr-section-title1 {
  color: #747474;
}
.cid-uA2VzCzqtw .mbr-section-title2 {
  color: #747474;
}
.cid-uA2VzCzqtw .mbr-text,
.cid-uA2VzCzqtw .mbr-section-btn {
  color: #000000;
}
.cid-uA2VzEs4MD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2VzEs4MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VzEs4MD .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-uA2VzEs4MD .container {
    padding: 0 16px;
  }
}
.cid-uA2VzEs4MD .title-wrapper {
  position: relative;
}
.cid-uA2VzEs4MD .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2VzEs4MD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA2VzEs4MD .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2VzEs4MD .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uA2VzEs4MD .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA2VzEs4MD .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uA2VzEs4MD .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uA2VzEs4MD .mbr-section-title {
  color: #08323C;
}
.cid-uA2VzEs4MD .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uA2VzEs4MD .mbr-section-title,
.cid-uA2VzEs4MD .mbr-section-btn {
  text-align: center;
}
.cid-uA2VzFx5QR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uA2VzFx5QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VzFx5QR .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-uA2VzFx5QR .mbr-section-head {
    text-align: center;
  }
}
.cid-uA2VzFx5QR .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA2VzFx5QR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uA2VzFx5QR .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-uA2VzFx5QR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA2VzFx5QR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA2VzGA4KK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uA2VzGA4KK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VzGA4KK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VzGA4KK .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uA2VzGA4KK .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA2VzGA4KK .content-wrap .row {
  justify-content: center;
}
.cid-uA2VzGA4KK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2VzGA4KK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2VzGA4KK .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA2VzGA4KK .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA2VzGA4KK .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA2VzGA4KK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA2VzGA4KK .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2VzGA4KK .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2VzGA4KK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2VzGA4KK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2VzGA4KK .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2VzGA4KK .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2VzGA4KK .nav-wrapper .list .item-wrap:hover,
.cid-uA2VzGA4KK .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2VzGA4KK .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2VzGA4KK .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2VzGA4KK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2VzGA4KK .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2VzGA4KK .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2VzGA4KK .contacts-wrapper .list .item-wrap:hover,
.cid-uA2VzGA4KK .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2VzGA4KK .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2VzGA4KK .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2VzGA4KK .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2VzGA4KK .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2VzGA4KK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA2VzGA4KK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA2VzGA4KK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA2VzGA4KK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA2VzGA4KK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA2VzGA4KK .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA2VzGA4KK .mbr-section-title {
  color: #ed463f;
}
.cid-uA2VzGA4KK .mbr-section-subtitle {
  color: #404349;
}
.cid-uA2VzGA4KK .list {
  color: #404349;
}
.cid-uA2Vy0ERip {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA2Vy0ERip .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA2Vy0ERip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA2Vy0ERip .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA2Vy0ERip .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA2Vy0ERip .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uA2Vy0ERip .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA2Vy0ERip .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA2Vy0ERip .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA2Vy0ERip .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uA2Vy0ERip .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA2Vy0ERip .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA2Vy0ERip .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA2Vy0ERip .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA2Vy0ERip .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA2Vy0ERip .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA2Vy0ERip .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA2Vy0ERip .navbar-caption:hover,
.cid-uA2Vy0ERip .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA2Vy0ERip .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA2Vy0ERip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA2Vy0ERip .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uA2Vy0ERip .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA2Vy0ERip .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA2Vy0ERip .menu-container {
    margin: 16px;
  }
}
.cid-uA2Vy0ERip .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA2Vy0ERip .iconfont-wrapper:hover,
.cid-uA2Vy0ERip .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA2Vy0ERip .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uA2Vy0ERip .nav-item:focus,
.cid-uA2Vy0ERip .nav-link:focus {
  outline: none;
}
.cid-uA2Vy0ERip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA2Vy0ERip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA2Vy0ERip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA2Vy0ERip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA2Vy0ERip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA2Vy0ERip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar.opened {
  transition: all 0.3s;
}
.cid-uA2Vy0ERip .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA2Vy0ERip .navbar .navbar-logo img {
  width: auto;
}
.cid-uA2Vy0ERip .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA2Vy0ERip .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA2Vy0ERip .navbar.collapsed {
  justify-content: center;
}
.cid-uA2Vy0ERip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA2Vy0ERip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA2Vy0ERip .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA2Vy0ERip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA2Vy0ERip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA2Vy0ERip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA2Vy0ERip .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA2Vy0ERip .navbar {
    min-height: 72px;
  }
  .cid-uA2Vy0ERip .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2Vy0ERip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA2Vy0ERip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA2Vy0ERip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA2Vy0ERip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA2Vy0ERip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA2Vy0ERip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA2Vy0ERip .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA2Vy0ERip .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA2Vy0ERip .dropdown-item.active,
.cid-uA2Vy0ERip .dropdown-item:active {
  background-color: transparent;
}
.cid-uA2Vy0ERip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA2Vy0ERip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA2Vy0ERip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA2Vy0ERip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA2Vy0ERip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA2Vy0ERip .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA2Vy0ERip ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA2Vy0ERip .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA2Vy0ERip .navbar-buttons {
    text-align: left;
  }
}
.cid-uA2Vy0ERip button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA2Vy0ERip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA2Vy0ERip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA2Vy0ERip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2Vy0ERip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA2Vy0ERip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA2Vy0ERip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2Vy0ERip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA2Vy0ERip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA2Vy0ERip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA2Vy0ERip .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA2Vy0ERip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA2Vy0ERip .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA2Vy0ERip .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA2Vy0ERip .navbar {
    height: 70px;
  }
  .cid-uA2Vy0ERip .navbar.opened {
    height: auto;
  }
  .cid-uA2Vy0ERip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA2Vy0ERip .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA2Vy0ERip .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA2Vy0ERip .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA2Vy0ERip .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA2Vy0ERip .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA2Vy0ERip .navbar-brand {
    margin-right: auto;
  }
  .cid-uA2Vy0ERip .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uA2Vy0ERip .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA2Vy0ERip .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA2Vy0ERip .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA2Vy0ERip .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-uA2Vy0ERip .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA2Vy0ERip .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA2Vy0ERip .navbar-brand,
.cid-uA2Vy0ERip .navbar-toggler,
.cid-uA2Vy0ERip .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA2Vy2H4Fz {
  background-image: url("../../../assets/images/qqaa-2000x1333.jpg");
}
.cid-uA2Vy2H4Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vy2H4Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vy2H4Fz .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-uA2Vy2H4Fz .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uA2Vy2H4Fz .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uA2Vy2H4Fz .content-container {
    grid-row-gap: 16px;
  }
}
.cid-uA2Vy2H4Fz .mbr-section-title {
  color: #000000;
}
.cid-uA2Vy2H4Fz .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uA2Vy2H4Fz .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uA2Vy2H4Fz .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-uA2Vy2H4Fz .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uA2Vy2H4Fz .item-right {
    padding-top: 0;
  }
}
.cid-uA2Vy2H4Fz .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uA2Vy2H4Fz .mbr-section-btn {
  margin-top: 30px;
}
.cid-uA2Vy2H4Fz .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uA2Vy2H4Fz .mbr-section-title1 {
  color: #747474;
}
.cid-uA2Vy2H4Fz .mbr-section-title2 {
  color: #747474;
}
.cid-uA2Vy2H4Fz .mbr-text,
.cid-uA2Vy2H4Fz .mbr-section-btn {
  color: #000000;
}
.cid-uA2Vy4bEOS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2Vy4bEOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vy4bEOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vy4bEOS .text-wrap {
  width: 100%;
}
.cid-uA2Vy4bEOS .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uA2Vy4bEOS .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uA2Vy4bEOS .list-wrap {
  margin-top: 52px;
}
.cid-uA2Vy4bEOS .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uA2Vy4bEOS .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uA2Vy4bEOS .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uA2Vy4bEOS .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uA2Vy5V7Zv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2Vy5V7Zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vy5V7Zv .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-uA2Vy5V7Zv .container {
    padding: 0 16px;
  }
}
.cid-uA2Vy5V7Zv .title-wrapper {
  position: relative;
}
.cid-uA2Vy5V7Zv .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2Vy5V7Zv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA2Vy5V7Zv .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA2Vy5V7Zv .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uA2Vy5V7Zv .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA2Vy5V7Zv .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uA2Vy5V7Zv .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uA2Vy5V7Zv .mbr-section-title {
  color: #08323C;
}
.cid-uA2Vy5V7Zv .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uA2Vy5V7Zv .mbr-section-title,
.cid-uA2Vy5V7Zv .mbr-section-btn {
  text-align: center;
}
.cid-uA2Vy79BZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2Vy79BZY .img-container {
  position: relative;
}
.cid-uA2Vy79BZY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uA2Vy79BZY .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uA2Vy79BZY .image-wrapper img {
    height: auto;
  }
}
.cid-uA2Vy79BZY .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uA2Vy79BZY .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA2Vy79BZY .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uA2Vy8h5SE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2Vy8h5SE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vy8h5SE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vy8h5SE .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uA2Vy8h5SE .main-container {
    margin-bottom: 70px;
  }
}
.cid-uA2Vy8h5SE .mbr-title {
  color: #000000;
}
.cid-uA2Vy8h5SE .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uA2Vy8h5SE .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uA2Vy8h5SE .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uA2Vy8h5SE .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uA2Vy8h5SE .card {
  border-radius: 0;
}
.cid-uA2Vy8h5SE .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #f6fafa;
}
@media (max-width: 767px) {
  .cid-uA2Vy8h5SE .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uA2Vy8h5SE .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uA2Vy8h5SE .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uA2Vy8h5SE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA2Vy8h5SE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uA2Vy8h5SE .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA2Vy8h5SE .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uA2Vy8h5SE .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-uA2Vy8h5SE .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uA2Vy8h5SE .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uA2Vy8h5SE .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA2Vy8h5SE .card-name {
  color: #000000;
}
.cid-uA2Vy8h5SE .card-prof {
  color: #000000;
}
.cid-uA2VyaKbjI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2VyaKbjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VyaKbjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VyaKbjI .text-wrap {
  width: 100%;
}
.cid-uA2VyaKbjI .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA2VyaKbjI .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2VyaKbjI .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA2Vyc5E3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2Vyc5E3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vyc5E3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vyc5E3g .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA2Vyc5E3g .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uA2Vyc5E3g .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uA2Vyc5E3g .card-col {
    padding: 20px 0 0;
  }
}
.cid-uA2Vyc5E3g .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uA2Vyc5E3g .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uA2Vyc5E3g .card-wrapper {
    max-width: 100%;
  }
}
.cid-uA2Vyc5E3g .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uA2Vyc5E3g .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uA2Vyc5E3g .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uA2Vyc5E3g .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uA2Vyc5E3g .image-wrapper {
    max-width: 100%;
  }
}
.cid-uA2Vyc5E3g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA2Vyc5E3g .mbr-text,
.cid-uA2Vyc5E3g .mbr-section-btn {
  color: #000000;
}
.cid-uA2Vye58L4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2Vye58L4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vye58L4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vye58L4 .text-wrap {
  width: 100%;
}
.cid-uA2Vye58L4 .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA2Vye58L4 .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2Vye58L4 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA2VyflcH0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2VyflcH0 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uA2VyflcH0 .mbr-section-title {
  color: #000000;
}
.cid-uA2VyflcH0 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uA2VyflcH0 .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-uA2VyflcH0 .items-row {
    gap: 30px;
  }
}
.cid-uA2VyflcH0 .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA2VyflcH0 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-uA2VyflcH0 .item {
    width: 100%;
  }
}
.cid-uA2VyflcH0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-uA2VyflcH0 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-uA2VyflcH0 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.49253731;
  --bs-aspect-ratio: 1.49253731;
  object-fit: cover;
}
.cid-uA2VyflcH0 .item-img:hover {
  opacity: 0.7;
}
.cid-uA2VyflcH0 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uA2VyflcH0 .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uA2VyflcH0 .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-uA2VyflcH0 .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uA2VyflcH0 .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-uA2VyflcH0 .label-text {
  color: #747474;
}
.cid-uA2VyflcH0 .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-uA2VyflcH0 .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uA2VyflcH0 .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-uA2VyflcH0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uA2Vyi3UsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2Vyi3UsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vyi3UsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vyi3UsG .text-wrap {
  width: 100%;
}
.cid-uA2Vyi3UsG .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA2Vyi3UsG .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2Vyi3UsG .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA2VyjILBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2VyjILBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VyjILBC .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-uA2VyjILBC .container {
    padding: 0 22px;
  }
}
.cid-uA2VyjILBC .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA2VyjILBC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA2VyjILBC .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA2VyjILBC .image-wrapper img {
    height: 350px;
  }
}
.cid-uA2VyjILBC .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uA2VyjILBC .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uA2VyjILBC .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA2VyjILBC .panel-group .card:hover,
.cid-uA2VyjILBC .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uA2VyjILBC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA2VyjILBC .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA2VyjILBC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA2VyjILBC .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uA2VyjILBC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA2VyjILBC .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA2VyjILBC .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA2VyjILBC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA2VyjILBC .panel-title-edit {
  color: #000000;
}
.cid-uA2VyjILBC .panel-text {
  color: #8a8588;
}
.cid-uA3R6dbxiU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3R6dbxiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3R6dbxiU .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-uA3R6dbxiU .container {
    padding: 0 20px;
  }
}
.cid-uA3R6dbxiU .row {
  margin: 0;
}
.cid-uA3R6dbxiU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uA3R6dbxiU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA3R6dbxiU .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uA3R6dbxiU .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uA3R6dbxiU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uA3R6dbxiU .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uA3R6dbxiU .mbr-section-title {
  color: #ffffff;
}
.cid-uA2Vymo8nj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA2Vymo8nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vymo8nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vymo8nj img {
  border-radius: 3rem;
}
.cid-uA2Vymo8nj .row {
  flex-direction: row-reverse;
}
.cid-uA2Vymo8nj .row {
  align-items: center;
}
.cid-uA2Vymo8nj .mbr-section-title {
  color: #000000;
}
.cid-uA2Vymo8nj .mbr-text,
.cid-uA2Vymo8nj .mbr-section-btn {
  color: #000000;
}
.cid-uA2VyoBQDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA2VyoBQDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VyoBQDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VyoBQDh .text-wrap {
  width: 100%;
}
.cid-uA2VyoBQDh .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA2VyoBQDh .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA2VyoBQDh .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3Msm8eMx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA3Msm8eMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3Msm8eMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3Msm8eMx .section-head {
  margin-bottom: 50px;
}
.cid-uA3Msm8eMx .mbr-section-title {
  color: #000000;
}
.cid-uA3Msm8eMx .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uA3Msm8eMx .card {
  padding: 0;
}
.cid-uA3Msm8eMx .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uA3Msm8eMx .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uA3Msm8eMx .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uA3Msm8eMx .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uA3Msm8eMx .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uA3Msm8eMx .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uA3Msm8eMx .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uA3Msm8eMx .sign {
  display: none !important;
}
.cid-uA3Msm8eMx .panel-title-edit {
  color: #000000;
}
.cid-uA3Msm8eMx .panel-body {
  padding: 15px 0;
}
.cid-uA3Msm8eMx .panel-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uA2Vyq9k1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f6fafa;
}
.cid-uA2Vyq9k1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vyq9k1m .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-uA2Vyq9k1m .mbr-section-head {
    text-align: center;
  }
}
.cid-uA2Vyq9k1m .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA2Vyq9k1m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uA2Vyq9k1m .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-uA2Vyq9k1m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA2Vyq9k1m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA2Vyrv5tk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA2Vyrv5tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Vyrv5tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Vyrv5tk .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA2Vyrv5tk .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA2Vyrv5tk .content-wrap .row {
  justify-content: center;
}
.cid-uA2Vyrv5tk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2Vyrv5tk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2Vyrv5tk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA2Vyrv5tk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA2Vyrv5tk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA2Vyrv5tk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA2Vyrv5tk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2Vyrv5tk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2Vyrv5tk .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2Vyrv5tk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2Vyrv5tk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2Vyrv5tk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2Vyrv5tk .nav-wrapper .list .item-wrap:hover,
.cid-uA2Vyrv5tk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2Vyrv5tk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2Vyrv5tk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2Vyrv5tk .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2Vyrv5tk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA2Vyrv5tk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA2Vyrv5tk .contacts-wrapper .list .item-wrap:hover,
.cid-uA2Vyrv5tk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA2Vyrv5tk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA2Vyrv5tk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2Vyrv5tk .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA2Vyrv5tk .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA2Vyrv5tk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA2Vyrv5tk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA2Vyrv5tk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA2Vyrv5tk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA2Vyrv5tk .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA2Vyrv5tk .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA2Vyrv5tk .mbr-section-title {
  color: #ed463f;
}
.cid-uA2Vyrv5tk .mbr-section-subtitle {
  color: #404349;
}
.cid-uA2Vyrv5tk .list {
  color: #404349;
}
.cid-uA3MMXFwkc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA3MMXFwkc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3MMXFwkc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3MMXFwkc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA3MMXFwkc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA3MMXFwkc .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uA3MMXFwkc .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA3MMXFwkc .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA3MMXFwkc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA3MMXFwkc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uA3MMXFwkc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA3MMXFwkc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA3MMXFwkc .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA3MMXFwkc .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA3MMXFwkc .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA3MMXFwkc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA3MMXFwkc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA3MMXFwkc .navbar-caption:hover,
.cid-uA3MMXFwkc .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA3MMXFwkc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA3MMXFwkc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA3MMXFwkc .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uA3MMXFwkc .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3MMXFwkc .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA3MMXFwkc .menu-container {
    margin: 16px;
  }
}
.cid-uA3MMXFwkc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA3MMXFwkc .iconfont-wrapper:hover,
.cid-uA3MMXFwkc .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA3MMXFwkc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uA3MMXFwkc .nav-item:focus,
.cid-uA3MMXFwkc .nav-link:focus {
  outline: none;
}
.cid-uA3MMXFwkc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3MMXFwkc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3MMXFwkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3MMXFwkc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3MMXFwkc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3MMXFwkc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3MMXFwkc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3MMXFwkc .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3MMXFwkc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA3MMXFwkc .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA3MMXFwkc .navbar.collapsed {
  justify-content: center;
}
.cid-uA3MMXFwkc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3MMXFwkc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3MMXFwkc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3MMXFwkc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3MMXFwkc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3MMXFwkc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3MMXFwkc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA3MMXFwkc .navbar {
    min-height: 72px;
  }
  .cid-uA3MMXFwkc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA3MMXFwkc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3MMXFwkc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3MMXFwkc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3MMXFwkc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3MMXFwkc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA3MMXFwkc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3MMXFwkc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3MMXFwkc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA3MMXFwkc .dropdown-item.active,
.cid-uA3MMXFwkc .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3MMXFwkc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3MMXFwkc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3MMXFwkc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3MMXFwkc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3MMXFwkc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA3MMXFwkc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA3MMXFwkc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3MMXFwkc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA3MMXFwkc .navbar-buttons {
    text-align: left;
  }
}
.cid-uA3MMXFwkc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3MMXFwkc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA3MMXFwkc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3MMXFwkc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3MMXFwkc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3MMXFwkc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3MMXFwkc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3MMXFwkc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3MMXFwkc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3MMXFwkc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3MMXFwkc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA3MMXFwkc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3MMXFwkc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA3MMXFwkc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3MMXFwkc .navbar {
    height: 70px;
  }
  .cid-uA3MMXFwkc .navbar.opened {
    height: auto;
  }
  .cid-uA3MMXFwkc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA3MMXFwkc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA3MMXFwkc .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA3MMXFwkc .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA3MMXFwkc .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA3MMXFwkc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA3MMXFwkc .navbar-brand {
    margin-right: auto;
  }
  .cid-uA3MMXFwkc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uA3MMXFwkc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA3MMXFwkc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA3MMXFwkc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA3MMXFwkc .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-uA3MMXFwkc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA3MMXFwkc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA3MMXFwkc .navbar-brand,
.cid-uA3MMXFwkc .navbar-toggler,
.cid-uA3MMXFwkc .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA3MN1caNG {
  background-image: url("../../../assets/images/02-1920x1080.jpg");
}
.cid-uA3MN1caNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MN1caNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MN1caNG .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-uA3MN1caNG .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uA3MN1caNG .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uA3MN1caNG .content-container {
    grid-row-gap: 16px;
  }
}
.cid-uA3MN1caNG .mbr-section-title {
  color: #000000;
}
.cid-uA3MN1caNG .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uA3MN1caNG .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uA3MN1caNG .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-uA3MN1caNG .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uA3MN1caNG .item-right {
    padding-top: 0;
  }
}
.cid-uA3MN1caNG .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uA3MN1caNG .mbr-section-btn {
  margin-top: 30px;
}
.cid-uA3MN1caNG .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uA3MN1caNG .mbr-section-title1 {
  color: #747474;
}
.cid-uA3MN1caNG .mbr-section-title2 {
  color: #747474;
}
.cid-uA3MN1caNG .mbr-text,
.cid-uA3MN1caNG .mbr-section-btn {
  color: #000000;
}
.cid-uA3MN2QEfw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3MN2QEfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MN2QEfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MN2QEfw .text-wrap {
  width: 100%;
}
.cid-uA3MN2QEfw .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uA3MN2QEfw .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uA3MN2QEfw .list-wrap {
  margin-top: 52px;
}
.cid-uA3MN2QEfw .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uA3MN2QEfw .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uA3MN2QEfw .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uA3MN2QEfw .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uA3MN4gqHG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3MN4gqHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MN4gqHG .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-uA3MN4gqHG .container {
    padding: 0 16px;
  }
}
.cid-uA3MN4gqHG .title-wrapper {
  position: relative;
}
.cid-uA3MN4gqHG .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA3MN4gqHG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA3MN4gqHG .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA3MN4gqHG .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uA3MN4gqHG .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA3MN4gqHG .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uA3MN4gqHG .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uA3MN4gqHG .mbr-section-title {
  color: #08323C;
}
.cid-uA3MN4gqHG .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uA3MN4gqHG .mbr-section-title,
.cid-uA3MN4gqHG .mbr-section-btn {
  text-align: center;
}
.cid-uA3MN5Pce5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3MN5Pce5 .img-container {
  position: relative;
}
.cid-uA3MN5Pce5 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uA3MN5Pce5 .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uA3MN5Pce5 .image-wrapper img {
    height: auto;
  }
}
.cid-uA3MN5Pce5 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uA3MN5Pce5 .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3MN5Pce5 .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uA3MN7dINq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3MN7dINq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MN7dINq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MN7dINq .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uA3MN7dINq .main-container {
    margin-bottom: 70px;
  }
}
.cid-uA3MN7dINq .mbr-title {
  color: #000000;
}
.cid-uA3MN7dINq .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uA3MN7dINq .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uA3MN7dINq .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uA3MN7dINq .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uA3MN7dINq .card {
  border-radius: 0;
}
.cid-uA3MN7dINq .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #f6fafa;
}
@media (max-width: 767px) {
  .cid-uA3MN7dINq .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uA3MN7dINq .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uA3MN7dINq .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uA3MN7dINq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3MN7dINq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uA3MN7dINq .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA3MN7dINq .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uA3MN7dINq .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-uA3MN7dINq .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uA3MN7dINq .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uA3MN7dINq .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA3MN7dINq .card-name {
  color: #000000;
}
.cid-uA3MN7dINq .card-prof {
  color: #000000;
}
.cid-uA3MN9AOe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3MN9AOe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MN9AOe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MN9AOe8 .text-wrap {
  width: 100%;
}
.cid-uA3MN9AOe8 .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3MN9AOe8 .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3MN9AOe8 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3MNbklAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3MNbklAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNbklAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNbklAh .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA3MNbklAh .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uA3MNbklAh .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uA3MNbklAh .card-col {
    padding: 20px 0 0;
  }
}
.cid-uA3MNbklAh .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uA3MNbklAh .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uA3MNbklAh .card-wrapper {
    max-width: 100%;
  }
}
.cid-uA3MNbklAh .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uA3MNbklAh .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uA3MNbklAh .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uA3MNbklAh .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uA3MNbklAh .image-wrapper {
    max-width: 100%;
  }
}
.cid-uA3MNbklAh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3MNbklAh .mbr-text,
.cid-uA3MNbklAh .mbr-section-btn {
  color: #000000;
}
.cid-uA3MNdpTnp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3MNdpTnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNdpTnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNdpTnp .text-wrap {
  width: 100%;
}
.cid-uA3MNdpTnp .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA3MNdpTnp .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3MNdpTnp .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3MNeZqL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3MNeZqL4 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uA3MNeZqL4 .mbr-section-title {
  color: #000000;
}
.cid-uA3MNeZqL4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uA3MNeZqL4 .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-uA3MNeZqL4 .items-row {
    gap: 30px;
  }
}
.cid-uA3MNeZqL4 .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3MNeZqL4 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-uA3MNeZqL4 .item {
    width: 100%;
  }
}
.cid-uA3MNeZqL4 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-uA3MNeZqL4 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-uA3MNeZqL4 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.49253731;
  --bs-aspect-ratio: 1.49253731;
  object-fit: cover;
}
.cid-uA3MNeZqL4 .item-img:hover {
  opacity: 0.7;
}
.cid-uA3MNeZqL4 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uA3MNeZqL4 .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uA3MNeZqL4 .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-uA3MNeZqL4 .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uA3MNeZqL4 .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-uA3MNeZqL4 .label-text {
  color: #747474;
}
.cid-uA3MNeZqL4 .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-uA3MNeZqL4 .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uA3MNeZqL4 .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-uA3MNeZqL4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uA3MNgJn8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3MNgJn8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNgJn8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNgJn8x .text-wrap {
  width: 100%;
}
.cid-uA3MNgJn8x .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA3MNgJn8x .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3MNgJn8x .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3MNinPRP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3MNinPRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNinPRP .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-uA3MNinPRP .container {
    padding: 0 22px;
  }
}
.cid-uA3MNinPRP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA3MNinPRP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3MNinPRP .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA3MNinPRP .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3MNinPRP .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uA3MNinPRP .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uA3MNinPRP .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA3MNinPRP .panel-group .card:hover,
.cid-uA3MNinPRP .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uA3MNinPRP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA3MNinPRP .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA3MNinPRP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA3MNinPRP .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uA3MNinPRP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA3MNinPRP .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA3MNinPRP .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA3MNinPRP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA3MNinPRP .panel-title-edit {
  color: #000000;
}
.cid-uA3MNinPRP .panel-text {
  color: #8a8588;
}
.cid-uA3MNknOGH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA3MNknOGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNknOGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNknOGH img {
  border-radius: 3rem;
}
.cid-uA3MNknOGH .row {
  flex-direction: row-reverse;
}
.cid-uA3MNknOGH .row {
  align-items: center;
}
.cid-uA3MNknOGH .mbr-section-title {
  color: #000000;
}
.cid-uA3MNknOGH .mbr-text,
.cid-uA3MNknOGH .mbr-section-btn {
  color: #000000;
}
.cid-uA3MNlJKud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3MNlJKud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNlJKud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNlJKud .text-wrap {
  width: 100%;
}
.cid-uA3MNlJKud .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA3MNlJKud .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3MNlJKud .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3MNn9pfe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA3MNn9pfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNn9pfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNn9pfe .section-head {
  margin-bottom: 50px;
}
.cid-uA3MNn9pfe .mbr-section-title {
  color: #000000;
}
.cid-uA3MNn9pfe .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uA3MNn9pfe .card {
  padding: 0;
}
.cid-uA3MNn9pfe .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uA3MNn9pfe .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uA3MNn9pfe .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uA3MNn9pfe .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uA3MNn9pfe .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uA3MNn9pfe .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uA3MNn9pfe .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uA3MNn9pfe .sign {
  display: none !important;
}
.cid-uA3MNn9pfe .panel-title-edit {
  color: #000000;
}
.cid-uA3MNn9pfe .panel-body {
  padding: 15px 0;
}
.cid-uA3MNn9pfe .panel-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uA3MNoGZBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f6fafa;
}
.cid-uA3MNoGZBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNoGZBR .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-uA3MNoGZBR .mbr-section-head {
    text-align: center;
  }
}
.cid-uA3MNoGZBR .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA3MNoGZBR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uA3MNoGZBR .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-uA3MNoGZBR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA3MNoGZBR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA3MNq9T8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3MNq9T8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3MNq9T8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3MNq9T8B .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA3MNq9T8B .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA3MNq9T8B .content-wrap .row {
  justify-content: center;
}
.cid-uA3MNq9T8B .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3MNq9T8B .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3MNq9T8B .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3MNq9T8B .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA3MNq9T8B .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA3MNq9T8B .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA3MNq9T8B .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3MNq9T8B .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3MNq9T8B .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA3MNq9T8B .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3MNq9T8B .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA3MNq9T8B .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3MNq9T8B .nav-wrapper .list .item-wrap:hover,
.cid-uA3MNq9T8B .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA3MNq9T8B .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3MNq9T8B .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3MNq9T8B .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA3MNq9T8B .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3MNq9T8B .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA3MNq9T8B .contacts-wrapper .list .item-wrap:hover,
.cid-uA3MNq9T8B .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA3MNq9T8B .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3MNq9T8B .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3MNq9T8B .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3MNq9T8B .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA3MNq9T8B .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA3MNq9T8B .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA3MNq9T8B .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA3MNq9T8B .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA3MNq9T8B .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA3MNq9T8B .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA3MNq9T8B .mbr-section-title {
  color: #ed463f;
}
.cid-uA3MNq9T8B .mbr-section-subtitle {
  color: #404349;
}
.cid-uA3MNq9T8B .list {
  color: #404349;
}
.cid-uA3OBVdRyh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uA3OBVdRyh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3OBVdRyh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3OBVdRyh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uA3OBVdRyh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uA3OBVdRyh .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uA3OBVdRyh .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uA3OBVdRyh .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uA3OBVdRyh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uA3OBVdRyh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uA3OBVdRyh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uA3OBVdRyh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uA3OBVdRyh .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uA3OBVdRyh .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uA3OBVdRyh .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uA3OBVdRyh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uA3OBVdRyh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uA3OBVdRyh .navbar-caption:hover,
.cid-uA3OBVdRyh .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uA3OBVdRyh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uA3OBVdRyh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uA3OBVdRyh .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uA3OBVdRyh .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uA3OBVdRyh .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uA3OBVdRyh .menu-container {
    margin: 16px;
  }
}
.cid-uA3OBVdRyh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uA3OBVdRyh .iconfont-wrapper:hover,
.cid-uA3OBVdRyh .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uA3OBVdRyh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uA3OBVdRyh .nav-item:focus,
.cid-uA3OBVdRyh .nav-link:focus {
  outline: none;
}
.cid-uA3OBVdRyh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3OBVdRyh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3OBVdRyh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3OBVdRyh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3OBVdRyh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3OBVdRyh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3OBVdRyh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3OBVdRyh .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3OBVdRyh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uA3OBVdRyh .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uA3OBVdRyh .navbar.collapsed {
  justify-content: center;
}
.cid-uA3OBVdRyh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3OBVdRyh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3OBVdRyh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3OBVdRyh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3OBVdRyh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3OBVdRyh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3OBVdRyh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uA3OBVdRyh .navbar {
    min-height: 72px;
  }
  .cid-uA3OBVdRyh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uA3OBVdRyh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3OBVdRyh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3OBVdRyh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3OBVdRyh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3OBVdRyh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uA3OBVdRyh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3OBVdRyh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA3OBVdRyh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uA3OBVdRyh .dropdown-item.active,
.cid-uA3OBVdRyh .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3OBVdRyh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3OBVdRyh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3OBVdRyh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3OBVdRyh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3OBVdRyh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uA3OBVdRyh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uA3OBVdRyh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3OBVdRyh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uA3OBVdRyh .navbar-buttons {
    text-align: left;
  }
}
.cid-uA3OBVdRyh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3OBVdRyh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uA3OBVdRyh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3OBVdRyh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3OBVdRyh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3OBVdRyh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3OBVdRyh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3OBVdRyh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3OBVdRyh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3OBVdRyh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3OBVdRyh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uA3OBVdRyh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3OBVdRyh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uA3OBVdRyh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3OBVdRyh .navbar {
    height: 70px;
  }
  .cid-uA3OBVdRyh .navbar.opened {
    height: auto;
  }
  .cid-uA3OBVdRyh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uA3OBVdRyh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uA3OBVdRyh .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uA3OBVdRyh .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uA3OBVdRyh .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uA3OBVdRyh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uA3OBVdRyh .navbar-brand {
    margin-right: auto;
  }
  .cid-uA3OBVdRyh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uA3OBVdRyh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uA3OBVdRyh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uA3OBVdRyh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uA3OBVdRyh .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-uA3OBVdRyh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uA3OBVdRyh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uA3OBVdRyh .navbar-brand,
.cid-uA3OBVdRyh .navbar-toggler,
.cid-uA3OBVdRyh .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA3OBXnOsl {
  background-image: url("../../../assets/images/jumper-rental-inflatable-obstacle-course-scaled-1-2000x1500.jpg");
}
.cid-uA3OBXnOsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OBXnOsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OBXnOsl .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1259px) {
  .cid-uA3OBXnOsl .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uA3OBXnOsl .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uA3OBXnOsl .content-container {
    grid-row-gap: 16px;
  }
}
.cid-uA3OBXnOsl .mbr-section-title {
  color: #000000;
}
.cid-uA3OBXnOsl .mbr-section-subtitle {
  color: #000000;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uA3OBXnOsl .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uA3OBXnOsl .mbr-section-subtitle {
    padding: 12px 0;
  }
}
.cid-uA3OBXnOsl .item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uA3OBXnOsl .item-right {
    padding-top: 0;
  }
}
.cid-uA3OBXnOsl .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uA3OBXnOsl .mbr-section-btn {
  margin-top: 30px;
}
.cid-uA3OBXnOsl .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uA3OBXnOsl .mbr-section-title1 {
  color: #747474;
}
.cid-uA3OBXnOsl .mbr-section-title2 {
  color: #747474;
}
.cid-uA3OBXnOsl .mbr-text,
.cid-uA3OBXnOsl .mbr-section-btn {
  color: #000000;
}
.cid-uA3OBYRUNp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3OBYRUNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OBYRUNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OBYRUNp .text-wrap {
  width: 100%;
}
.cid-uA3OBYRUNp .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uA3OBYRUNp .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uA3OBYRUNp .list-wrap {
  margin-top: 52px;
}
.cid-uA3OBYRUNp .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uA3OBYRUNp .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-uA3OBYRUNp .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uA3OBYRUNp .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uA3OC0kowl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3OC0kowl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OC0kowl .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-uA3OC0kowl .container {
    padding: 0 16px;
  }
}
.cid-uA3OC0kowl .title-wrapper {
  position: relative;
}
.cid-uA3OC0kowl .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA3OC0kowl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA3OC0kowl .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uA3OC0kowl .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uA3OC0kowl .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uA3OC0kowl .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uA3OC0kowl .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uA3OC0kowl .mbr-section-title {
  color: #08323C;
}
.cid-uA3OC0kowl .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uA3OC0kowl .mbr-section-title,
.cid-uA3OC0kowl .mbr-section-btn {
  text-align: center;
}
.cid-uA3OC22ATc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3OC22ATc .img-container {
  position: relative;
}
.cid-uA3OC22ATc .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-uA3OC22ATc .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uA3OC22ATc .image-wrapper img {
    height: auto;
  }
}
.cid-uA3OC22ATc .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-uA3OC22ATc .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3OC22ATc .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-uA3OC3I2RP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3OC3I2RP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OC3I2RP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OC3I2RP .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uA3OC3I2RP .main-container {
    margin-bottom: 70px;
  }
}
.cid-uA3OC3I2RP .mbr-title {
  color: #000000;
}
.cid-uA3OC3I2RP .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uA3OC3I2RP .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uA3OC3I2RP .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uA3OC3I2RP .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uA3OC3I2RP .card {
  border-radius: 0;
}
.cid-uA3OC3I2RP .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #f6fafa;
}
@media (max-width: 767px) {
  .cid-uA3OC3I2RP .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uA3OC3I2RP .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uA3OC3I2RP .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uA3OC3I2RP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3OC3I2RP .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uA3OC3I2RP .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA3OC3I2RP .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uA3OC3I2RP .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-uA3OC3I2RP .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uA3OC3I2RP .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uA3OC3I2RP .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA3OC3I2RP .card-name {
  color: #000000;
}
.cid-uA3OC3I2RP .card-prof {
  color: #000000;
}
.cid-uA3OC6nafP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3OC6nafP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OC6nafP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OC6nafP .text-wrap {
  width: 100%;
}
.cid-uA3OC6nafP .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uA3OC6nafP .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3OC6nafP .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3OC85MfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3OC85MfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OC85MfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OC85MfA .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA3OC85MfA .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uA3OC85MfA .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uA3OC85MfA .card-col {
    padding: 20px 0 0;
  }
}
.cid-uA3OC85MfA .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uA3OC85MfA .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uA3OC85MfA .card-wrapper {
    max-width: 100%;
  }
}
.cid-uA3OC85MfA .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uA3OC85MfA .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uA3OC85MfA .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uA3OC85MfA .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uA3OC85MfA .image-wrapper {
    max-width: 100%;
  }
}
.cid-uA3OC85MfA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3OC85MfA .mbr-text,
.cid-uA3OC85MfA .mbr-section-btn {
  color: #000000;
}
.cid-uA3OC9URE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3OC9URE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OC9URE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OC9URE1 .text-wrap {
  width: 100%;
}
.cid-uA3OC9URE1 .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA3OC9URE1 .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3OC9URE1 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3OCbxtsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3OCbxtsI .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uA3OCbxtsI .mbr-section-title {
  color: #000000;
}
.cid-uA3OCbxtsI .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uA3OCbxtsI .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-uA3OCbxtsI .items-row {
    gap: 30px;
  }
}
.cid-uA3OCbxtsI .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uA3OCbxtsI .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-uA3OCbxtsI .item {
    width: 100%;
  }
}
.cid-uA3OCbxtsI .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-uA3OCbxtsI .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-uA3OCbxtsI .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.49253731;
  --bs-aspect-ratio: 1.49253731;
  object-fit: cover;
}
.cid-uA3OCbxtsI .item-img:hover {
  opacity: 0.7;
}
.cid-uA3OCbxtsI .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uA3OCbxtsI .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uA3OCbxtsI .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-uA3OCbxtsI .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uA3OCbxtsI .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-uA3OCbxtsI .label-text {
  color: #747474;
}
.cid-uA3OCbxtsI .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-uA3OCbxtsI .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uA3OCbxtsI .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-uA3OCbxtsI .mbr-section-btn {
  margin-top: 20px;
}
.cid-uA3OCdneLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3OCdneLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCdneLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OCdneLk .text-wrap {
  width: 100%;
}
.cid-uA3OCdneLk .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA3OCdneLk .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3OCdneLk .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3OCfF201 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3OCfF201 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCfF201 .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-uA3OCfF201 .container {
    padding: 0 22px;
  }
}
.cid-uA3OCfF201 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA3OCfF201 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA3OCfF201 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uA3OCfF201 .image-wrapper img {
    height: 350px;
  }
}
.cid-uA3OCfF201 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uA3OCfF201 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uA3OCfF201 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uA3OCfF201 .panel-group .card:hover,
.cid-uA3OCfF201 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uA3OCfF201 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA3OCfF201 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uA3OCfF201 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA3OCfF201 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uA3OCfF201 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uA3OCfF201 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uA3OCfF201 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uA3OCfF201 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA3OCfF201 .panel-title-edit {
  color: #000000;
}
.cid-uA3OCfF201 .panel-text {
  color: #8a8588;
}
.cid-uA3OCmVVHO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA3OCmVVHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCmVVHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OCmVVHO img {
  border-radius: 3rem;
}
.cid-uA3OCmVVHO .row {
  flex-direction: row-reverse;
}
.cid-uA3OCmVVHO .row {
  align-items: center;
}
.cid-uA3OCmVVHO .mbr-section-title {
  color: #000000;
}
.cid-uA3OCmVVHO .mbr-text,
.cid-uA3OCmVVHO .mbr-section-btn {
  color: #000000;
}
.cid-uA3OCoRhXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3OCoRhXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCoRhXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OCoRhXg .text-wrap {
  width: 100%;
}
.cid-uA3OCoRhXg .mbr-title {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uA3OCoRhXg .mbr-text {
  padding-top: 10px;
  color: #232323;
}
.cid-uA3OCoRhXg .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-uA3OCt5fR7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6fafa;
}
.cid-uA3OCt5fR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCt5fR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OCt5fR7 .section-head {
  margin-bottom: 50px;
}
.cid-uA3OCt5fR7 .mbr-section-title {
  color: #000000;
}
.cid-uA3OCt5fR7 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uA3OCt5fR7 .card {
  padding: 0;
}
.cid-uA3OCt5fR7 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uA3OCt5fR7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uA3OCt5fR7 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uA3OCt5fR7 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uA3OCt5fR7 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uA3OCt5fR7 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uA3OCt5fR7 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uA3OCt5fR7 .sign {
  display: none !important;
}
.cid-uA3OCt5fR7 .panel-title-edit {
  color: #000000;
}
.cid-uA3OCt5fR7 .panel-body {
  padding: 15px 0;
}
.cid-uA3OCt5fR7 .panel-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uA3OCvQb77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f6fafa;
}
.cid-uA3OCvQb77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCvQb77 .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-uA3OCvQb77 .mbr-section-head {
    text-align: center;
  }
}
.cid-uA3OCvQb77 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uA3OCvQb77 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uA3OCvQb77 .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-uA3OCvQb77 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uA3OCvQb77 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uA3OCAnSc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fafa;
}
.cid-uA3OCAnSc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3OCAnSc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3OCAnSc0 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA3OCAnSc0 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uA3OCAnSc0 .content-wrap .row {
  justify-content: center;
}
.cid-uA3OCAnSc0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3OCAnSc0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3OCAnSc0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uA3OCAnSc0 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uA3OCAnSc0 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uA3OCAnSc0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA3OCAnSc0 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3OCAnSc0 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3OCAnSc0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA3OCAnSc0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3OCAnSc0 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA3OCAnSc0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3OCAnSc0 .nav-wrapper .list .item-wrap:hover,
.cid-uA3OCAnSc0 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA3OCAnSc0 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3OCAnSc0 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3OCAnSc0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA3OCAnSc0 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uA3OCAnSc0 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uA3OCAnSc0 .contacts-wrapper .list .item-wrap:hover,
.cid-uA3OCAnSc0 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uA3OCAnSc0 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA3OCAnSc0 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA3OCAnSc0 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uA3OCAnSc0 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uA3OCAnSc0 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uA3OCAnSc0 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uA3OCAnSc0 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uA3OCAnSc0 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uA3OCAnSc0 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uA3OCAnSc0 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uA3OCAnSc0 .mbr-section-title {
  color: #ed463f;
}
.cid-uA3OCAnSc0 .mbr-section-subtitle {
  color: #404349;
}
.cid-uA3OCAnSc0 .list {
  color: #404349;
}
