body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Charm', handwriting;
  font-size: 4.2rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Charm', handwriting;
  font-size: 2.25rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-4 {
  font-family: 'Charm', handwriting;
  font-size: 1.4rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Charm', handwriting;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Charm', handwriting;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #16eaa5 !important;
}
.bg-success {
  background-color: #f2c4b3 !important;
}
.bg-info {
  background-color: #a1e5cf !important;
}
.bg-warning {
  background-color: #ffb99b !important;
}
.bg-danger {
  background-color: #deb350 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #16eaa5 !important;
  border-color: #16eaa5 !important;
  color: #000101 !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: #0e9b6d !important;
  border-color: #0e9b6d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000101 !important;
  background-color: #0e9b6d !important;
  border-color: #0e9b6d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
  color: #80944a !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: #4e5a2d !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #80944a !important;
  background-color: #ccd7af !important;
  border-color: #ccd7af !important;
}
.btn-info,
.btn-info:active {
  background-color: #a1e5cf !important;
  border-color: #a1e5cf !important;
  color: #1d6a51 !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: #5dd2ac !important;
  border-color: #5dd2ac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #1d6a51 !important;
  background-color: #5dd2ac !important;
  border-color: #5dd2ac !important;
}
.btn-success,
.btn-success:active {
  background-color: #f2c4b3 !important;
  border-color: #f2c4b3 !important;
  color: #8e3818 !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: #e58b69 !important;
  border-color: #e58b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #8e3818 !important;
  background-color: #e58b69 !important;
  border-color: #e58b69 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb99b !important;
  border-color: #ffb99b !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: #ff7c44 !important;
  border-color: #ff7c44 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff7c44 !important;
  border-color: #ff7c44 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #deb350 !important;
  border-color: #deb350 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b58922 !important;
  border-color: #b58922 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b58922 !important;
  border-color: #b58922 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #16eaa5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e9b6d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000101 !important;
  background-color: #16eaa5 !important;
  border-color: #16eaa5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f4e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccd7af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #80944a !important;
  background-color: #f1f4e9 !important;
  border-color: #f1f4e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1e5cf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5dd2ac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #1d6a51 !important;
  background-color: #a1e5cf !important;
  border-color: #a1e5cf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2c4b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e58b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #8e3818 !important;
  background-color: #f2c4b3 !important;
  border-color: #f2c4b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb99b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7c44 !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: #ffb99b !important;
  border-color: #ffb99b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #deb350;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b58922 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #deb350 !important;
  border-color: #deb350 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #16eaa5 !important;
}
.text-secondary {
  color: #f1f4e9 !important;
}
.text-success {
  color: #f2c4b3 !important;
}
.text-info {
  color: #a1e5cf !important;
}
.text-warning {
  color: #ffb99b !important;
}
.text-danger {
  color: #deb350 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d8d63 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6d2a5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e3805c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #51cfa6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff7235 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a87f20 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #16eaa5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a1e5cf;
}
.alert-warning {
  background-color: #ffb99b;
}
.alert-danger {
  background-color: #deb350;
}
.mbr-gallery-filter li.active .btn {
  background-color: #16eaa5;
  border-color: #16eaa5;
  color: #021811;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #16eaa5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1fbed;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefefc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Charm', handwriting;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #16eaa5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Charm', handwriting;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #16eaa5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #16eaa5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #16eaa5;
}
.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: #16eaa5;
  border-bottom-color: #16eaa5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #16eaa5 !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: #f1f4e9 !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='%2316eaa5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: 1px solid #16eaa5 !important;
  padding: 13px 58px;
  font-weight: 800 !important;
  min-height: 60px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 13.5px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: 1px solid #16eaa5 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  color: #16eaa5 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #f1f4e9 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  text-decoration: underline;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: none !important;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  position: relative !important;
}
.cid-tNLxDyiu2u .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNLxDyiu2u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLxDyiu2u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLxDyiu2u .dropdown-item:hover,
.cid-tNLxDyiu2u .dropdown-item:focus {
  background: #16eaa5 !important;
  color: white !important;
}
.cid-tNLxDyiu2u .dropdown-item:hover span {
  color: white;
}
.cid-tNLxDyiu2u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLxDyiu2u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLxDyiu2u .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLxDyiu2u .nav-link {
  position: relative;
}
.cid-tNLxDyiu2u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLxDyiu2u .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLxDyiu2u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown-menu,
.cid-tNLxDyiu2u .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLxDyiu2u .nav-item:focus,
.cid-tNLxDyiu2u .nav-link:focus {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLxDyiu2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLxDyiu2u .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLxDyiu2u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLxDyiu2u .navbar .navbar-logo img {
  width: auto;
}
.cid-tNLxDyiu2u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar.collapsed {
  justify-content: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLxDyiu2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLxDyiu2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLxDyiu2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLxDyiu2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLxDyiu2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLxDyiu2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLxDyiu2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNLxDyiu2u .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLxDyiu2u .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNLxDyiu2u .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown-item.active,
.cid-tNLxDyiu2u .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLxDyiu2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLxDyiu2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLxDyiu2u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLxDyiu2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLxDyiu2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c7213;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNLxDyiu2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLxDyiu2u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNLxDyiu2u .navbar {
    height: 70px;
  }
  .cid-tNLxDyiu2u .navbar.opened {
    height: auto;
  }
  .cid-tNLxDyiu2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVbPVMy2Y2 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/gutter-cleaning31-2000x1334.jpg");
}
.cid-tVbPVMy2Y2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tVbPVMy2Y2 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVbPVMy2Y2 {
    align-items: center;
  }
  .cid-tVbPVMy2Y2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVbPVMy2Y2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVbPVMy2Y2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVbPVMy2Y2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVbPVMy2Y2 .content-wrap {
    width: 100%;
  }
}
.cid-tVbPVMy2Y2 .mbr-section-title {
  text-align: center;
}
.cid-tVbPVMy2Y2 .mbr-text,
.cid-tVbPVMy2Y2 .mbr-section-btn {
  text-align: center;
}
.cid-tVbQcLtV0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-tVbQcLtV0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbQcLtV0C .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-tVbQcLtV0C .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tVbQcLtV0C .container {
    padding: 0 12px;
  }
}
.cid-tVbQcLtV0C .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVbQcLtV0C .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #010101;
}
.cid-tVbQcLtV0C .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tVbQcLtV0C .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #010101;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tVbQcLtV0C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tNLCYJpyed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNLCYJpyed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLCYJpyed .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-tNLCYJpyed .container {
    padding: 0 30px;
  }
}
.cid-tNLCYJpyed .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNLCYJpyed .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNLCYJpyed .mbr-section-title {
  color: #212529;
}
.cid-tNLCYJpyed .mbr-text {
  color: #ffffff;
}
.cid-tE2tDl7VWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-tE2tDl7VWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tDl7VWM .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-tE2tDl7VWM .container {
    padding: 0 30px;
  }
}
.cid-tE2tDl7VWM .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tE2tDl7VWM .row {
    margin: 0 -34px;
  }
}
.cid-tE2tDl7VWM .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tE2tDl7VWM .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tE2tDl7VWM .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-tE2tDl7VWM .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-tE2tDl7VWM .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE2tDl7VWM .mbr-number {
  color: #ffffff;
  text-align: center;
}
.cid-tE2tDl7VWM .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-tE2tDl7VWM .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-tE2tQpzWbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tE2tQpzWbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tQpzWbp .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-tE2tQpzWbp .container {
    padding: 0 30px;
  }
}
.cid-tE2tQpzWbp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tE2tQpzWbp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tE2tQpzWbp .mbr-section-subtitle {
  color: #f0f0f0;
  text-align: left;
}
.cid-tE2tQpzWbp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tVaTq3Imb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-tVaTq3Imb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaTq3Imb8 .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-tVaTq3Imb8 .container {
    padding: 0 30px;
  }
}
.cid-tVaTq3Imb8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tVaTq3Imb8 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tVaTq3Imb8 .row.content {
  padding: 30px 0;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}
.cid-tVaTq3Imb8 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVaTq3Imb8 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tVaTq3Imb8 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tVaTq3Imb8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tVaTq3Imb8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tVaTq3Imb8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tVaTq3Imb8 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tVaTq3Imb8 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tVaTq3Imb8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tVaTq3Imb8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tVaTq3Imb8 .mbr-section-title {
  color: #f1f4e9;
}
.cid-tVaTq3Imb8 .mbr-desc {
  color: #f1f4e9;
}
.cid-tVaTq3Imb8 .mbr-text {
  color: #f1f4e9;
}
.cid-tVaTq3Imb8 .mbr-name {
  color: #f1f4e9;
}
.cid-tVaTq3Imb8 .mbr-section-title,
.cid-tVaTq3Imb8 .mbr-section-btn {
  text-align: center;
}
.cid-tVaTq3Imb8 .mbr-desc,
.cid-tVaTq3Imb8 .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tE2tWNyln2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #010101;
}
.cid-tE2tWNyln2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2tWNyln2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2tWNyln2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tE2tWNyln2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tE2tWNyln2 .container {
    padding: 0 30px;
  }
}
.cid-tE2tWNyln2 .row {
  justify-content: center;
}
.cid-tE2tWNyln2 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tE2tWNyln2 .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tE2tWNyln2 .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-tE2tWNyln2 .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tE2tWNyln2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tE2tWNyln2 .mbr-text {
  color: #ffffff;
}
.cid-tE2tWNyln2 .list {
  color: #212529;
}
.cid-tVbWtegQEO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVbWtegQEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbWtegQEO .container {
  max-width: 1300px;
}
.cid-tVbWtegQEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVbWtegQEO .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tVbWtegQEO .text-wrapper {
    padding: 3rem;
  }
}
.cid-tVbWtegQEO .row {
  background: #9c7213;
}
.cid-tVbWtegQEO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tVbWtegQEO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVbWtegQEO .image-wrapper {
  padding: 0;
}
.cid-tVbWtegQEO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tVbWtegQEO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tVbWtegQEO .mbr-text,
.cid-tVbWtegQEO .mbr-section-btn {
  color: #ffffff;
}
.cid-tVbWtegQEO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE2ugSmHLU {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #010101;
}
.cid-tE2ugSmHLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2ugSmHLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2ugSmHLU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tE2ugSmHLU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tE2ugSmHLU .container {
    padding: 0 30px;
  }
}
.cid-tE2ugSmHLU .row {
  justify-content: center;
}
.cid-tE2ugSmHLU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tE2ugSmHLU .card-wrapper {
  background-color: #9c7213;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-tE2ugSmHLU .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-tE2ugSmHLU .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-tE2ugSmHLU .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tE2ugSmHLU .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-tE2ugSmHLU .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tE2u1sHdqc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #9c7213;
}
.cid-tE2u1sHdqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2u1sHdqc .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-tE2u1sHdqc .container {
    padding: 0 30px;
  }
}
.cid-tE2u1sHdqc .row {
  position: relative;
}
.cid-tE2u1sHdqc .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tE2u1sHdqc .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tE2u1sHdqc .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #9c7213;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tE2u1sHdqc .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tE2u1sHdqc .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tE2u1sHdqc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE2u1sHdqc .mbr-text {
  color: #ffffff;
}
.cid-tE2u1sHdqc .mbr-link,
.cid-tE2u1sHdqc .mbr-iconfont {
  color: #212529;
}
.cid-tE2u1sHdqc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzAGkJrWGo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzAGkJrWGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAGkJrWGo .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-uzAGkJrWGo .container {
    padding: 0 30px;
  }
}
.cid-uzAGkJrWGo .row {
  justify-content: center;
}
.cid-uzAGkJrWGo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzAGkJrWGo .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzAGkJrWGo .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uzAGkJrWGo .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-uzAGkJrWGo .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzAGkJrWGo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzAGkJrWGo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNLGt3jjBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-tNLGt3jjBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLGt3jjBz .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-tNLGt3jjBz .container {
    padding: 0 30px;
  }
}
.cid-tNLGt3jjBz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tNLGt3jjBz .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNLGt3jjBz .row.content {
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNLGt3jjBz .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tNLGt3jjBz .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tNLGt3jjBz .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-tNLGt3jjBz .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tNLGt3jjBz .mbr-section-btn {
  margin-top: 30px;
}
.cid-tNLGt3jjBz .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tNLGt3jjBz .mbr-section-title {
  color: #f1f4e9;
}
.cid-tNLGt3jjBz .mbr-desc {
  color: #f1f4e9;
}
.cid-tNLGt3jjBz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tNLGt3jjBz .mbr-name {
  color: #f1f4e9;
}
.cid-tNLGt3jjBz .mbr-section-title,
.cid-tNLGt3jjBz .mbr-section-btn {
  text-align: center;
}
.cid-tNLGt3jjBz .mbr-desc,
.cid-tNLGt3jjBz .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzAEIb7InV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uzAEIb7InV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzAEIb7InV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAEIb7InV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAEIb7InV .content-wrap {
  margin: 0;
}
.cid-uzAEIb7InV .content-wrap .card {
  padding: 0;
}
.cid-uzAEIb7InV .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #c7972a;
}
@media (max-width: 1640px) {
  .cid-uzAEIb7InV .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAEIb7InV .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzAEIb7InV .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
.cid-uzAEIb7InV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzAEIb7InV .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uzAEIb7InV .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uzAEIb7InV .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uzAEIb7InV .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uzAEIb7InV .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 16px 25px;
  border: 2px solid #000000;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzAEIb7InV .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c7972a;
}
.cid-uzAEIb7InV .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uzAEIb7InV .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAEIb7InV .tab-content {
    padding: 40px 0;
  }
}
.cid-uzAEIb7InV .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzAEIb7InV .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uzAEIb7InV .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzAEIb7InV .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uzAEIb7InV .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uzAEIb7InV .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzAEIb7InV .mbr-section-title {
  color: #150764;
}
.cid-uzAEIb7InV .item-title {
  color: #150764;
}
.cid-uzAEIb7InV .item-text {
  color: #150764;
}
.cid-uzAEIb7InV .mbr-section-title,
.cid-uzAEIb7InV .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tVbjXxk17a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7972a;
}
.cid-tVbjXxk17a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbjXxk17a .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-tVbjXxk17a .container {
    padding: 0 30px;
  }
}
.cid-tVbjXxk17a .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tVbjXxk17a .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVbjXxk17a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tVbjXxk17a .mbr-text {
  color: #ffffff;
}
.cid-tNLG92CJXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-tNLG92CJXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLG92CJXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLG92CJXa .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNLG92CJXa .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNLG92CJXa .container-fluid .row {
  padding: 0;
}
.cid-tNLG92CJXa .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNLG92CJXa .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNLG92CJXa .card {
    padding: 48px 20px;
  }
}
.cid-tNLG92CJXa .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNLG92CJXa .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNLG92CJXa .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNLG92CJXa .card .google-map {
    height: 250px;
  }
}
.cid-tNLG92CJXa .card .google-map iframe {
  height: 100%;
}
.cid-tNLG92CJXa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzAHc2PVoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c7972a;
}
.cid-uzAHc2PVoZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzAHc2PVoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAHc2PVoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAHc2PVoZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #c7972a;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
@media (max-width: 1640px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f45a6c;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uzAHc2PVoZ .mbr-section-title {
  color: #150764;
}
.cid-uzAHc2PVoZ .mbr-desc {
  color: #ffffff;
}
.cid-uzAHc2PVoZ .list {
  color: #150764;
}
.cid-uzAHc2PVoZ .list,
.cid-uzAHc2PVoZ .item-wrap {
  color: #ffffff;
}
.cid-uzAHc2PVoZ .mbr-copy {
  color: #c7972a;
  text-align: center;
}
.cid-tNLoYWOXNX {
  background-image: url("../../../assets/images/gutter-cleaning35-1920x1280.jpg");
}
.cid-tNLoYWOXNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLoYWOXNX .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-tNLoYWOXNX .container {
    padding: 0 30px;
  }
}
.cid-tNLoYWOXNX .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .title-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-tNLoYWOXNX .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 40px;
}
.cid-tNLoYWOXNX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tNLoYWOXNX .image-wrapper {
  padding: 0 55px 0 68px;
  padding: 0 68px 0 55px;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .image-wrapper {
    padding: 0;
  }
}
.cid-tNLoYWOXNX .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLoYWOXNX .image-wrapper img {
    height: 350px;
  }
}
.cid-tNLoYWOXNX .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNLoYWOXNX .mbr-section-title {
  color: #212529;
}
.cid-tNLoYWOXNX .mbr-section-title,
.cid-tNLoYWOXNX .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tNLKEX3CHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7972a;
}
.cid-tNLKEX3CHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLKEX3CHd .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-tNLKEX3CHd .container {
    padding: 0 30px;
  }
}
.cid-tNLKEX3CHd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNLKEX3CHd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNLKEX3CHd .mbr-section-title {
  color: #212529;
}
.cid-tNLKEX3CHd .mbr-text {
  color: #ffffff;
}
.cid-tNLL9MjOva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNLL9MjOva .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLL9MjOva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLL9MjOva .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNLL9MjOva .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNLL9MjOva .container-fluid .row {
  padding: 0;
}
.cid-tNLL9MjOva .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNLL9MjOva .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNLL9MjOva .card {
    padding: 48px 20px;
  }
}
.cid-tNLL9MjOva .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNLL9MjOva .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNLL9MjOva .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNLL9MjOva .card .google-map {
    height: 250px;
  }
}
.cid-tNLL9MjOva .card .google-map iframe {
  height: 100%;
}
.cid-tNLL9MjOva .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  position: relative !important;
}
.cid-tNLxDyiu2u .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNLxDyiu2u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLxDyiu2u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLxDyiu2u .dropdown-item:hover,
.cid-tNLxDyiu2u .dropdown-item:focus {
  background: #16eaa5 !important;
  color: white !important;
}
.cid-tNLxDyiu2u .dropdown-item:hover span {
  color: white;
}
.cid-tNLxDyiu2u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLxDyiu2u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLxDyiu2u .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLxDyiu2u .nav-link {
  position: relative;
}
.cid-tNLxDyiu2u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLxDyiu2u .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLxDyiu2u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown-menu,
.cid-tNLxDyiu2u .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLxDyiu2u .nav-item:focus,
.cid-tNLxDyiu2u .nav-link:focus {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLxDyiu2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLxDyiu2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLxDyiu2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLxDyiu2u .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLxDyiu2u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLxDyiu2u .navbar .navbar-logo img {
  width: auto;
}
.cid-tNLxDyiu2u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar.collapsed {
  justify-content: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLxDyiu2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLxDyiu2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLxDyiu2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLxDyiu2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLxDyiu2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLxDyiu2u .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-tNLxDyiu2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLxDyiu2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLxDyiu2u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLxDyiu2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLxDyiu2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLxDyiu2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNLxDyiu2u .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLxDyiu2u .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNLxDyiu2u .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLxDyiu2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLxDyiu2u .dropdown-item.active,
.cid-tNLxDyiu2u .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLxDyiu2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLxDyiu2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLxDyiu2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLxDyiu2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLxDyiu2u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLxDyiu2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLxDyiu2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c7213;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLxDyiu2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLxDyiu2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLxDyiu2u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNLxDyiu2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLxDyiu2u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNLxDyiu2u .navbar {
    height: 70px;
  }
  .cid-tNLxDyiu2u .navbar.opened {
    height: auto;
  }
  .cid-tNLxDyiu2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzAHc2PVoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c7972a;
}
.cid-uzAHc2PVoZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzAHc2PVoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAHc2PVoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAHc2PVoZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #c7972a;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
@media (max-width: 1640px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f45a6c;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uzAHc2PVoZ .mbr-section-title {
  color: #150764;
}
.cid-uzAHc2PVoZ .mbr-desc {
  color: #ffffff;
}
.cid-uzAHc2PVoZ .list {
  color: #150764;
}
.cid-uzAHc2PVoZ .list,
.cid-uzAHc2PVoZ .item-wrap {
  color: #ffffff;
}
.cid-uzAHc2PVoZ .mbr-copy {
  color: #c7972a;
  text-align: center;
}
.cid-tNLLo8v7oL {
  background-image: url("../../../assets/images/gutter-cleaning34-1920x1097.jpg");
}
.cid-tNLLo8v7oL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLo8v7oL .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-tNLLo8v7oL .container {
    padding: 0 30px;
  }
}
.cid-tNLLo8v7oL .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .title-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-tNLLo8v7oL .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 40px;
}
.cid-tNLLo8v7oL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tNLLo8v7oL .image-wrapper {
  padding: 0 55px 0 68px;
  padding: 0 68px 0 55px;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .image-wrapper {
    padding: 0;
  }
}
.cid-tNLLo8v7oL .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNLLo8v7oL .image-wrapper img {
    height: 350px;
  }
}
.cid-tNLLo8v7oL .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tNLLo8v7oL .mbr-section-title {
  color: #212529;
}
.cid-tNLLo8v7oL .mbr-section-title,
.cid-tNLLo8v7oL .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tNLLo9HcTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7972a;
}
.cid-tNLLo9HcTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLo9HcTw .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-tNLLo9HcTw .container {
    padding: 0 30px;
  }
}
.cid-tNLLo9HcTw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tNLLo9HcTw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNLLo9HcTw .mbr-section-title {
  color: #212529;
}
.cid-tNLLo9HcTw .mbr-text {
  color: #ffffff;
}
.cid-tNLLoaI8wt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNLLoaI8wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNLLoaI8wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNLLoaI8wt .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tNLLoaI8wt .container-fluid {
    padding: 0 12px;
  }
}
.cid-tNLLoaI8wt .container-fluid .row {
  padding: 0;
}
.cid-tNLLoaI8wt .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tNLLoaI8wt .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tNLLoaI8wt .card {
    padding: 48px 20px;
  }
}
.cid-tNLLoaI8wt .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tNLLoaI8wt .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNLLoaI8wt .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tNLLoaI8wt .card .google-map {
    height: 250px;
  }
}
.cid-tNLLoaI8wt .card .google-map iframe {
  height: 100%;
}
.cid-tNLLoaI8wt .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tNLLoczKaN .navbar-dropdown {
  position: relative !important;
}
.cid-tNLLoczKaN .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tNLLoczKaN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLLoczKaN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNLLoczKaN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNLLoczKaN .dropdown-item:hover,
.cid-tNLLoczKaN .dropdown-item:focus {
  background: #16eaa5 !important;
  color: white !important;
}
.cid-tNLLoczKaN .dropdown-item:hover span {
  color: white;
}
.cid-tNLLoczKaN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNLLoczKaN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNLLoczKaN .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNLLoczKaN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNLLoczKaN .nav-link {
  position: relative;
}
.cid-tNLLoczKaN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tNLLoczKaN .container {
    flex-wrap: nowrap;
  }
}
.cid-tNLLoczKaN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNLLoczKaN .dropdown-menu,
.cid-tNLLoczKaN .navbar.opened {
  background: #ffffff !important;
}
.cid-tNLLoczKaN .nav-item:focus,
.cid-tNLLoczKaN .nav-link:focus {
  outline: none;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNLLoczKaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNLLoczKaN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNLLoczKaN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNLLoczKaN .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNLLoczKaN .navbar.opened {
  transition: all 0.3s;
}
.cid-tNLLoczKaN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNLLoczKaN .navbar .navbar-logo img {
  width: auto;
}
.cid-tNLLoczKaN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNLLoczKaN .navbar.collapsed {
  justify-content: center;
}
.cid-tNLLoczKaN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNLLoczKaN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNLLoczKaN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNLLoczKaN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNLLoczKaN .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-tNLLoczKaN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNLLoczKaN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNLLoczKaN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNLLoczKaN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNLLoczKaN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNLLoczKaN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNLLoczKaN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNLLoczKaN .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-tNLLoczKaN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNLLoczKaN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNLLoczKaN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNLLoczKaN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNLLoczKaN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNLLoczKaN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNLLoczKaN .navbar.navbar-short {
  min-height: 80px;
}
.cid-tNLLoczKaN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tNLLoczKaN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNLLoczKaN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNLLoczKaN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNLLoczKaN .dropdown-item.active,
.cid-tNLLoczKaN .dropdown-item:active {
  background-color: transparent;
}
.cid-tNLLoczKaN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNLLoczKaN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNLLoczKaN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNLLoczKaN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNLLoczKaN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNLLoczKaN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNLLoczKaN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNLLoczKaN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNLLoczKaN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c7213;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNLLoczKaN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNLLoczKaN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNLLoczKaN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNLLoczKaN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNLLoczKaN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNLLoczKaN .navbar {
    height: 70px;
  }
  .cid-tNLLoczKaN .navbar.opened {
    height: auto;
  }
  .cid-tNLLoczKaN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzAHc2PVoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c7972a;
}
.cid-uzAHc2PVoZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzAHc2PVoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAHc2PVoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAHc2PVoZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #c7972a;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
@media (max-width: 1640px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzAHc2PVoZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f45a6c;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzAHc2PVoZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uzAHc2PVoZ .mbr-section-title {
  color: #150764;
}
.cid-uzAHc2PVoZ .mbr-desc {
  color: #ffffff;
}
.cid-uzAHc2PVoZ .list {
  color: #150764;
}
.cid-uzAHc2PVoZ .list,
.cid-uzAHc2PVoZ .item-wrap {
  color: #ffffff;
}
.cid-uzAHc2PVoZ .mbr-copy {
  color: #c7972a;
  text-align: center;
}
.cid-uzFPd0pocD .navbar-dropdown {
  position: relative !important;
}
.cid-uzFPd0pocD .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uzFPd0pocD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzFPd0pocD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzFPd0pocD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzFPd0pocD .dropdown-item:hover,
.cid-uzFPd0pocD .dropdown-item:focus {
  background: #16eaa5 !important;
  color: white !important;
}
.cid-uzFPd0pocD .dropdown-item:hover span {
  color: white;
}
.cid-uzFPd0pocD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzFPd0pocD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzFPd0pocD .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzFPd0pocD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzFPd0pocD .nav-link {
  position: relative;
}
.cid-uzFPd0pocD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzFPd0pocD .container {
    flex-wrap: nowrap;
  }
}
.cid-uzFPd0pocD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzFPd0pocD .dropdown-menu,
.cid-uzFPd0pocD .navbar.opened {
  background: #ffffff !important;
}
.cid-uzFPd0pocD .nav-item:focus,
.cid-uzFPd0pocD .nav-link:focus {
  outline: none;
}
.cid-uzFPd0pocD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzFPd0pocD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzFPd0pocD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzFPd0pocD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzFPd0pocD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzFPd0pocD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzFPd0pocD .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uzFPd0pocD .navbar.opened {
  transition: all 0.3s;
}
.cid-uzFPd0pocD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzFPd0pocD .navbar .navbar-logo img {
  width: auto;
}
.cid-uzFPd0pocD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzFPd0pocD .navbar.collapsed {
  justify-content: center;
}
.cid-uzFPd0pocD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzFPd0pocD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzFPd0pocD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzFPd0pocD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzFPd0pocD .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-uzFPd0pocD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzFPd0pocD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzFPd0pocD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzFPd0pocD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzFPd0pocD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzFPd0pocD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzFPd0pocD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzFPd0pocD .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-uzFPd0pocD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzFPd0pocD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzFPd0pocD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzFPd0pocD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzFPd0pocD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzFPd0pocD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzFPd0pocD .navbar.navbar-short {
  min-height: 80px;
}
.cid-uzFPd0pocD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uzFPd0pocD .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzFPd0pocD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzFPd0pocD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzFPd0pocD .dropdown-item.active,
.cid-uzFPd0pocD .dropdown-item:active {
  background-color: transparent;
}
.cid-uzFPd0pocD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzFPd0pocD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzFPd0pocD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzFPd0pocD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzFPd0pocD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzFPd0pocD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzFPd0pocD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzFPd0pocD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzFPd0pocD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzFPd0pocD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c7213;
}
.cid-uzFPd0pocD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzFPd0pocD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzFPd0pocD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzFPd0pocD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzFPd0pocD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzFPd0pocD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzFPd0pocD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzFPd0pocD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzFPd0pocD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzFPd0pocD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzFPd0pocD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzFPd0pocD .navbar {
    height: 70px;
  }
  .cid-uzFPd0pocD .navbar.opened {
    height: auto;
  }
  .cid-uzFPd0pocD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzFPd2MY4c {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/gutter-cleaning33-2000x1333.jpg");
}
.cid-uzFPd2MY4c .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uzFPd2MY4c .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uzFPd2MY4c {
    align-items: center;
  }
  .cid-uzFPd2MY4c .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzFPd2MY4c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzFPd2MY4c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzFPd2MY4c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzFPd2MY4c .content-wrap {
    width: 100%;
  }
}
.cid-uzFPd2MY4c .mbr-section-title {
  text-align: center;
}
.cid-uzFPd2MY4c .mbr-text,
.cid-uzFPd2MY4c .mbr-section-btn {
  text-align: center;
}
.cid-uzFPd3TRW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFPd3TRW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPd3TRW9 .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-uzFPd3TRW9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzFPd3TRW9 .container {
    padding: 0 12px;
  }
}
.cid-uzFPd3TRW9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzFPd3TRW9 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #010101;
}
.cid-uzFPd3TRW9 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzFPd3TRW9 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #010101;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzFPd3TRW9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzFPd4U62l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzFPd4U62l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPd4U62l .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-uzFPd4U62l .container {
    padding: 0 30px;
  }
}
.cid-uzFPd4U62l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzFPd4U62l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFPd4U62l .mbr-section-title {
  color: #212529;
}
.cid-uzFPd4U62l .mbr-text {
  color: #ffffff;
}
.cid-uzFPd62XX4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFPd62XX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPd62XX4 .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-uzFPd62XX4 .container {
    padding: 0 30px;
  }
}
.cid-uzFPd62XX4 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uzFPd62XX4 .row {
    margin: 0 -34px;
  }
}
.cid-uzFPd62XX4 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uzFPd62XX4 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uzFPd62XX4 .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uzFPd62XX4 .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uzFPd62XX4 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFPd62XX4 .mbr-number {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPd62XX4 .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-uzFPd62XX4 .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uzFPd7e6Ec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzFPd7e6Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPd7e6Ec .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-uzFPd7e6Ec .container {
    padding: 0 30px;
  }
}
.cid-uzFPd7e6Ec .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzFPd7e6Ec .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzFPd7e6Ec .mbr-section-subtitle {
  color: #f0f0f0;
  text-align: center;
}
.cid-uzFPd7e6Ec .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzFPd84LNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFPd84LNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPd84LNU .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-uzFPd84LNU .container {
    padding: 0 30px;
  }
}
.cid-uzFPd84LNU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzFPd84LNU .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzFPd84LNU .row.content {
  padding: 30px 0;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}
.cid-uzFPd84LNU .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzFPd84LNU .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uzFPd84LNU .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzFPd84LNU .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uzFPd84LNU .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uzFPd84LNU .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uzFPd84LNU .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uzFPd84LNU .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uzFPd84LNU .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzFPd84LNU .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzFPd84LNU .mbr-section-title {
  color: #f1f4e9;
}
.cid-uzFPd84LNU .mbr-desc {
  color: #f1f4e9;
}
.cid-uzFPd84LNU .mbr-text {
  color: #f1f4e9;
}
.cid-uzFPd84LNU .mbr-name {
  color: #f1f4e9;
}
.cid-uzFPd84LNU .mbr-section-title,
.cid-uzFPd84LNU .mbr-section-btn {
  text-align: center;
}
.cid-uzFPd84LNU .mbr-desc,
.cid-uzFPd84LNU .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFPd9cASh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #010101;
}
.cid-uzFPd9cASh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPd9cASh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFPd9cASh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzFPd9cASh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzFPd9cASh .container {
    padding: 0 30px;
  }
}
.cid-uzFPd9cASh .row {
  justify-content: center;
}
.cid-uzFPd9cASh .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzFPd9cASh .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzFPd9cASh .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-uzFPd9cASh .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-uzFPd9cASh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPd9cASh .mbr-text {
  color: #ffffff;
}
.cid-uzFPd9cASh .list {
  color: #212529;
}
.cid-uzFPda5gVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzFPda5gVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPda5gVY .container {
  max-width: 1300px;
}
.cid-uzFPda5gVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFPda5gVY .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uzFPda5gVY .text-wrapper {
    padding: 3rem;
  }
}
.cid-uzFPda5gVY .row {
  background: #9c7213;
}
.cid-uzFPda5gVY .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uzFPda5gVY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzFPda5gVY .image-wrapper {
  padding: 0;
}
.cid-uzFPda5gVY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzFPda5gVY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPda5gVY .mbr-text,
.cid-uzFPda5gVY .mbr-section-btn {
  color: #ffffff;
}
.cid-uzFPda5gVY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzFPdb7MS0 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #010101;
}
.cid-uzFPdb7MS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdb7MS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFPdb7MS0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzFPdb7MS0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzFPdb7MS0 .container {
    padding: 0 30px;
  }
}
.cid-uzFPdb7MS0 .row {
  justify-content: center;
}
.cid-uzFPdb7MS0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzFPdb7MS0 .card-wrapper {
  background-color: #9c7213;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-uzFPdb7MS0 .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-uzFPdb7MS0 .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-uzFPdb7MS0 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uzFPdb7MS0 .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPdb7MS0 .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uzFPdcaSVe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #9c7213;
}
.cid-uzFPdcaSVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdcaSVe .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-uzFPdcaSVe .container {
    padding: 0 30px;
  }
}
.cid-uzFPdcaSVe .row {
  position: relative;
}
.cid-uzFPdcaSVe .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzFPdcaSVe .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uzFPdcaSVe .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #9c7213;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uzFPdcaSVe .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uzFPdcaSVe .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzFPdcaSVe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFPdcaSVe .mbr-text {
  color: #ffffff;
}
.cid-uzFPdcaSVe .mbr-link,
.cid-uzFPdcaSVe .mbr-iconfont {
  color: #212529;
}
.cid-uzFPdcaSVe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPdd9GuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzFPdd9GuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdd9GuA .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-uzFPdd9GuA .container {
    padding: 0 30px;
  }
}
.cid-uzFPdd9GuA .row {
  justify-content: center;
}
.cid-uzFPdd9GuA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzFPdd9GuA .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzFPdd9GuA .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uzFPdd9GuA .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-uzFPdd9GuA .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzFPdd9GuA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzFPdd9GuA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPdenBNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFPdenBNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdenBNM .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-uzFPdenBNM .container {
    padding: 0 30px;
  }
}
.cid-uzFPdenBNM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzFPdenBNM .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzFPdenBNM .row.content {
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uzFPdenBNM .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzFPdenBNM .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uzFPdenBNM .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzFPdenBNM .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uzFPdenBNM .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uzFPdenBNM .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uzFPdenBNM .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uzFPdenBNM .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uzFPdenBNM .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzFPdenBNM .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uzFPdenBNM .mbr-section-title {
  color: #f1f4e9;
}
.cid-uzFPdenBNM .mbr-desc {
  color: #f1f4e9;
}
.cid-uzFPdenBNM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzFPdenBNM .mbr-name {
  color: #f1f4e9;
}
.cid-uzFPdenBNM .mbr-section-title,
.cid-uzFPdenBNM .mbr-section-btn {
  text-align: center;
}
.cid-uzFPdenBNM .mbr-desc,
.cid-uzFPdenBNM .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFPdfT163 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uzFPdfT163 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzFPdfT163 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdfT163 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFPdfT163 .content-wrap {
  margin: 0;
}
.cid-uzFPdfT163 .content-wrap .card {
  padding: 0;
}
.cid-uzFPdfT163 .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #c7972a;
}
@media (max-width: 1640px) {
  .cid-uzFPdfT163 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFPdfT163 .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzFPdfT163 .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
.cid-uzFPdfT163 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzFPdfT163 .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uzFPdfT163 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uzFPdfT163 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uzFPdfT163 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uzFPdfT163 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 16px 25px;
  border: 2px solid #000000;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzFPdfT163 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c7972a;
}
.cid-uzFPdfT163 .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uzFPdfT163 .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFPdfT163 .tab-content {
    padding: 40px 0;
  }
}
.cid-uzFPdfT163 .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzFPdfT163 .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uzFPdfT163 .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzFPdfT163 .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uzFPdfT163 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uzFPdfT163 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzFPdfT163 .mbr-section-title {
  color: #150764;
}
.cid-uzFPdfT163 .item-title {
  color: #150764;
}
.cid-uzFPdfT163 .item-text {
  color: #150764;
}
.cid-uzFPdfT163 .mbr-section-title,
.cid-uzFPdfT163 .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFPdhPs0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7972a;
}
.cid-uzFPdhPs0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdhPs0v .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-uzFPdhPs0v .container {
    padding: 0 30px;
  }
}
.cid-uzFPdhPs0v .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzFPdhPs0v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFPdhPs0v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPdhPs0v .mbr-text {
  color: #ffffff;
}
.cid-uzFWBeATlG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzFWBeATlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFWBeATlG .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-uzFWBeATlG .container {
    padding: 0 16px;
  }
}
.cid-uzFWBeATlG .row {
  justify-content: center;
}
.cid-uzFWBeATlG .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uzFWBeATlG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzFWBeATlG .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7972a;
}
@media (max-width: 992px) {
  .cid-uzFWBeATlG .panel-group .card {
    padding: 24px;
  }
}
.cid-uzFWBeATlG .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzFWBeATlG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uzFWBeATlG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uzFWBeATlG .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uzFWBeATlG .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uzFWBeATlG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzFWBeATlG .mbr-section-title {
  color: #000000;
}
.cid-uzFWBeATlG .panel-title-edit {
  color: #ffffff;
}
.cid-uzFWBeATlG .panel-text {
  color: #ffffff;
}
.cid-uzFWBeATlG .mbr-section-title,
.cid-uzFWBeATlG .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFPdiRX63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-uzFPdiRX63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdiRX63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFPdiRX63 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uzFPdiRX63 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uzFPdiRX63 .container-fluid .row {
  padding: 0;
}
.cid-uzFPdiRX63 .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uzFPdiRX63 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uzFPdiRX63 .card {
    padding: 48px 20px;
  }
}
.cid-uzFPdiRX63 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uzFPdiRX63 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzFPdiRX63 .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uzFPdiRX63 .card .google-map {
    height: 250px;
  }
}
.cid-uzFPdiRX63 .card .google-map iframe {
  height: 100%;
}
.cid-uzFPdiRX63 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFPdjVOKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c7972a;
}
.cid-uzFPdjVOKh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzFPdjVOKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFPdjVOKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFPdjVOKh .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzFPdjVOKh .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uzFPdjVOKh .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #c7972a;
}
@media (max-width: 992px) {
  .cid-uzFPdjVOKh .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
@media (max-width: 1640px) {
  .cid-uzFPdjVOKh .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFPdjVOKh .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzFPdjVOKh .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzFPdjVOKh .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzFPdjVOKh .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzFPdjVOKh .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uzFPdjVOKh .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFPdjVOKh .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f45a6c;
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzFPdjVOKh .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uzFPdjVOKh .mbr-section-title {
  color: #150764;
}
.cid-uzFPdjVOKh .mbr-desc {
  color: #ffffff;
}
.cid-uzFPdjVOKh .list {
  color: #150764;
}
.cid-uzFPdjVOKh .list,
.cid-uzFPdjVOKh .item-wrap {
  color: #ffffff;
}
.cid-uzFPdjVOKh .mbr-copy {
  color: #c7972a;
  text-align: center;
}
.cid-uzFYLaXuT8 .navbar-dropdown {
  position: relative !important;
}
.cid-uzFYLaXuT8 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uzFYLaXuT8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzFYLaXuT8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzFYLaXuT8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzFYLaXuT8 .dropdown-item:hover,
.cid-uzFYLaXuT8 .dropdown-item:focus {
  background: #16eaa5 !important;
  color: white !important;
}
.cid-uzFYLaXuT8 .dropdown-item:hover span {
  color: white;
}
.cid-uzFYLaXuT8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzFYLaXuT8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzFYLaXuT8 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzFYLaXuT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzFYLaXuT8 .nav-link {
  position: relative;
}
.cid-uzFYLaXuT8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzFYLaXuT8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uzFYLaXuT8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzFYLaXuT8 .dropdown-menu,
.cid-uzFYLaXuT8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uzFYLaXuT8 .nav-item:focus,
.cid-uzFYLaXuT8 .nav-link:focus {
  outline: none;
}
.cid-uzFYLaXuT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzFYLaXuT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzFYLaXuT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzFYLaXuT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzFYLaXuT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzFYLaXuT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzFYLaXuT8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uzFYLaXuT8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzFYLaXuT8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzFYLaXuT8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzFYLaXuT8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzFYLaXuT8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzFYLaXuT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzFYLaXuT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzFYLaXuT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzFYLaXuT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzFYLaXuT8 .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-uzFYLaXuT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzFYLaXuT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzFYLaXuT8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzFYLaXuT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzFYLaXuT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzFYLaXuT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzFYLaXuT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzFYLaXuT8 .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-uzFYLaXuT8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzFYLaXuT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzFYLaXuT8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzFYLaXuT8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzFYLaXuT8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzFYLaXuT8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzFYLaXuT8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uzFYLaXuT8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uzFYLaXuT8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzFYLaXuT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzFYLaXuT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzFYLaXuT8 .dropdown-item.active,
.cid-uzFYLaXuT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzFYLaXuT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzFYLaXuT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzFYLaXuT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzFYLaXuT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzFYLaXuT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzFYLaXuT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzFYLaXuT8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzFYLaXuT8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzFYLaXuT8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzFYLaXuT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c7213;
}
.cid-uzFYLaXuT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzFYLaXuT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzFYLaXuT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzFYLaXuT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzFYLaXuT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzFYLaXuT8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzFYLaXuT8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzFYLaXuT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzFYLaXuT8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzFYLaXuT8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzFYLaXuT8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzFYLaXuT8 .navbar {
    height: 70px;
  }
  .cid-uzFYLaXuT8 .navbar.opened {
    height: auto;
  }
  .cid-uzFYLaXuT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzFYLcdmEm {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/gutter-cleaning40-2000x1125.jpg");
}
.cid-uzFYLcdmEm .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uzFYLcdmEm .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uzFYLcdmEm {
    align-items: center;
  }
  .cid-uzFYLcdmEm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzFYLcdmEm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzFYLcdmEm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzFYLcdmEm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzFYLcdmEm .content-wrap {
    width: 100%;
  }
}
.cid-uzFYLcdmEm .mbr-section-title {
  text-align: center;
}
.cid-uzFYLcdmEm .mbr-text,
.cid-uzFYLcdmEm .mbr-section-btn {
  text-align: center;
}
.cid-uzFYLcTFHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFYLcTFHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLcTFHQ .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-uzFYLcTFHQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzFYLcTFHQ .container {
    padding: 0 12px;
  }
}
.cid-uzFYLcTFHQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzFYLcTFHQ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #010101;
}
.cid-uzFYLcTFHQ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzFYLcTFHQ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #010101;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzFYLcTFHQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzFYLdnzdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzFYLdnzdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLdnzdu .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-uzFYLdnzdu .container {
    padding: 0 30px;
  }
}
.cid-uzFYLdnzdu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzFYLdnzdu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFYLdnzdu .mbr-section-title {
  color: #212529;
}
.cid-uzFYLdnzdu .mbr-text {
  color: #ffffff;
}
.cid-uzFYLdUWsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFYLdUWsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLdUWsd .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-uzFYLdUWsd .container {
    padding: 0 30px;
  }
}
.cid-uzFYLdUWsd .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uzFYLdUWsd .row {
    margin: 0 -34px;
  }
}
.cid-uzFYLdUWsd .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uzFYLdUWsd .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uzFYLdUWsd .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uzFYLdUWsd .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uzFYLdUWsd .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFYLdUWsd .mbr-number {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLdUWsd .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-uzFYLdUWsd .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uzFYLeCEp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzFYLeCEp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLeCEp3 .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-uzFYLeCEp3 .container {
    padding: 0 30px;
  }
}
.cid-uzFYLeCEp3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzFYLeCEp3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzFYLeCEp3 .mbr-section-subtitle {
  color: #f0f0f0;
  text-align: center;
}
.cid-uzFYLeCEp3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzFYLfcRa1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFYLfcRa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLfcRa1 .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-uzFYLfcRa1 .container {
    padding: 0 30px;
  }
}
.cid-uzFYLfcRa1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzFYLfcRa1 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzFYLfcRa1 .row.content {
  padding: 30px 0;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}
.cid-uzFYLfcRa1 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzFYLfcRa1 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uzFYLfcRa1 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzFYLfcRa1 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uzFYLfcRa1 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uzFYLfcRa1 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uzFYLfcRa1 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uzFYLfcRa1 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uzFYLfcRa1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzFYLfcRa1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzFYLfcRa1 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uzFYLfcRa1 .mbr-desc {
  color: #f1f4e9;
}
.cid-uzFYLfcRa1 .mbr-text {
  color: #f1f4e9;
}
.cid-uzFYLfcRa1 .mbr-name {
  color: #f1f4e9;
}
.cid-uzFYLfcRa1 .mbr-section-title,
.cid-uzFYLfcRa1 .mbr-section-btn {
  text-align: center;
}
.cid-uzFYLfcRa1 .mbr-desc,
.cid-uzFYLfcRa1 .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFYLfQTpe {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #010101;
}
.cid-uzFYLfQTpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLfQTpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFYLfQTpe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzFYLfQTpe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLfQTpe .container {
    padding: 0 30px;
  }
}
.cid-uzFYLfQTpe .row {
  justify-content: center;
}
.cid-uzFYLfQTpe .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzFYLfQTpe .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzFYLfQTpe .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-uzFYLfQTpe .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-uzFYLfQTpe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLfQTpe .mbr-text {
  color: #ffffff;
}
.cid-uzFYLfQTpe .list {
  color: #212529;
}
.cid-uzFYLglyvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzFYLglyvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLglyvj .container {
  max-width: 1300px;
}
.cid-uzFYLglyvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFYLglyvj .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uzFYLglyvj .text-wrapper {
    padding: 3rem;
  }
}
.cid-uzFYLglyvj .row {
  background: #9c7213;
}
.cid-uzFYLglyvj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uzFYLglyvj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzFYLglyvj .image-wrapper {
  padding: 0;
}
.cid-uzFYLglyvj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzFYLglyvj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLglyvj .mbr-text,
.cid-uzFYLglyvj .mbr-section-btn {
  color: #ffffff;
}
.cid-uzFYLglyvj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzFYLgRApR {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #010101;
}
.cid-uzFYLgRApR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLgRApR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFYLgRApR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzFYLgRApR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLgRApR .container {
    padding: 0 30px;
  }
}
.cid-uzFYLgRApR .row {
  justify-content: center;
}
.cid-uzFYLgRApR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzFYLgRApR .card-wrapper {
  background-color: #9c7213;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-uzFYLgRApR .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-uzFYLgRApR .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-uzFYLgRApR .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uzFYLgRApR .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLgRApR .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uzFYLhx7Xl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #9c7213;
}
.cid-uzFYLhx7Xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLhx7Xl .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-uzFYLhx7Xl .container {
    padding: 0 30px;
  }
}
.cid-uzFYLhx7Xl .row {
  position: relative;
}
.cid-uzFYLhx7Xl .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzFYLhx7Xl .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uzFYLhx7Xl .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #9c7213;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uzFYLhx7Xl .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uzFYLhx7Xl .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzFYLhx7Xl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFYLhx7Xl .mbr-text {
  color: #ffffff;
}
.cid-uzFYLhx7Xl .mbr-link,
.cid-uzFYLhx7Xl .mbr-iconfont {
  color: #212529;
}
.cid-uzFYLhx7Xl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLi7QZg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzFYLi7QZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLi7QZg .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-uzFYLi7QZg .container {
    padding: 0 30px;
  }
}
.cid-uzFYLi7QZg .row {
  justify-content: center;
}
.cid-uzFYLi7QZg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzFYLi7QZg .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzFYLi7QZg .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uzFYLi7QZg .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-uzFYLi7QZg .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzFYLi7QZg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzFYLi7QZg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLiGMVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzFYLiGMVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLiGMVv .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-uzFYLiGMVv .container {
    padding: 0 30px;
  }
}
.cid-uzFYLiGMVv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzFYLiGMVv .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzFYLiGMVv .row.content {
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uzFYLiGMVv .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzFYLiGMVv .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uzFYLiGMVv .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzFYLiGMVv .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uzFYLiGMVv .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uzFYLiGMVv .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uzFYLiGMVv .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uzFYLiGMVv .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uzFYLiGMVv .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzFYLiGMVv .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uzFYLiGMVv .mbr-section-title {
  color: #f1f4e9;
}
.cid-uzFYLiGMVv .mbr-desc {
  color: #f1f4e9;
}
.cid-uzFYLiGMVv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzFYLiGMVv .mbr-name {
  color: #f1f4e9;
}
.cid-uzFYLiGMVv .mbr-section-title,
.cid-uzFYLiGMVv .mbr-section-btn {
  text-align: center;
}
.cid-uzFYLiGMVv .mbr-desc,
.cid-uzFYLiGMVv .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFYLjgtt6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uzFYLjgtt6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzFYLjgtt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLjgtt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFYLjgtt6 .content-wrap {
  margin: 0;
}
.cid-uzFYLjgtt6 .content-wrap .card {
  padding: 0;
}
.cid-uzFYLjgtt6 .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #c7972a;
}
@media (max-width: 1640px) {
  .cid-uzFYLjgtt6 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLjgtt6 .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLjgtt6 .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
.cid-uzFYLjgtt6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzFYLjgtt6 .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uzFYLjgtt6 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uzFYLjgtt6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uzFYLjgtt6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uzFYLjgtt6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 16px 25px;
  border: 2px solid #000000;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzFYLjgtt6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c7972a;
}
.cid-uzFYLjgtt6 .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uzFYLjgtt6 .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLjgtt6 .tab-content {
    padding: 40px 0;
  }
}
.cid-uzFYLjgtt6 .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzFYLjgtt6 .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uzFYLjgtt6 .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzFYLjgtt6 .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uzFYLjgtt6 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uzFYLjgtt6 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzFYLjgtt6 .mbr-section-title {
  color: #150764;
}
.cid-uzFYLjgtt6 .item-title {
  color: #150764;
}
.cid-uzFYLjgtt6 .item-text {
  color: #150764;
}
.cid-uzFYLjgtt6 .mbr-section-title,
.cid-uzFYLjgtt6 .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFYLmUGhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7972a;
}
.cid-uzFYLmUGhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLmUGhM .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-uzFYLmUGhM .container {
    padding: 0 30px;
  }
}
.cid-uzFYLmUGhM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzFYLmUGhM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzFYLmUGhM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLmUGhM .mbr-text {
  color: #ffffff;
}
.cid-uzFYLnKBfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzFYLnKBfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLnKBfM .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-uzFYLnKBfM .container {
    padding: 0 16px;
  }
}
.cid-uzFYLnKBfM .row {
  justify-content: center;
}
.cid-uzFYLnKBfM .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uzFYLnKBfM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzFYLnKBfM .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7972a;
}
@media (max-width: 992px) {
  .cid-uzFYLnKBfM .panel-group .card {
    padding: 24px;
  }
}
.cid-uzFYLnKBfM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzFYLnKBfM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uzFYLnKBfM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uzFYLnKBfM .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uzFYLnKBfM .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uzFYLnKBfM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzFYLnKBfM .mbr-section-title {
  color: #000000;
}
.cid-uzFYLnKBfM .panel-title-edit {
  color: #ffffff;
}
.cid-uzFYLnKBfM .panel-text {
  color: #ffffff;
}
.cid-uzFYLnKBfM .mbr-section-title,
.cid-uzFYLnKBfM .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzFYLoF1m9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-uzFYLoF1m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLoF1m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFYLoF1m9 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uzFYLoF1m9 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uzFYLoF1m9 .container-fluid .row {
  padding: 0;
}
.cid-uzFYLoF1m9 .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uzFYLoF1m9 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uzFYLoF1m9 .card {
    padding: 48px 20px;
  }
}
.cid-uzFYLoF1m9 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uzFYLoF1m9 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzFYLoF1m9 .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uzFYLoF1m9 .card .google-map {
    height: 250px;
  }
}
.cid-uzFYLoF1m9 .card .google-map iframe {
  height: 100%;
}
.cid-uzFYLoF1m9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzFYLpwdOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c7972a;
}
.cid-uzFYLpwdOa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzFYLpwdOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFYLpwdOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFYLpwdOa .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzFYLpwdOa .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uzFYLpwdOa .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #c7972a;
}
@media (max-width: 992px) {
  .cid-uzFYLpwdOa .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
@media (max-width: 1640px) {
  .cid-uzFYLpwdOa .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLpwdOa .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzFYLpwdOa .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzFYLpwdOa .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzFYLpwdOa .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzFYLpwdOa .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uzFYLpwdOa .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzFYLpwdOa .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f45a6c;
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzFYLpwdOa .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uzFYLpwdOa .mbr-section-title {
  color: #150764;
}
.cid-uzFYLpwdOa .mbr-desc {
  color: #ffffff;
}
.cid-uzFYLpwdOa .list {
  color: #150764;
}
.cid-uzFYLpwdOa .list,
.cid-uzFYLpwdOa .item-wrap {
  color: #ffffff;
}
.cid-uzFYLpwdOa .mbr-copy {
  color: #c7972a;
  text-align: center;
}
.cid-uzG3dAXrYB .navbar-dropdown {
  position: relative !important;
}
.cid-uzG3dAXrYB .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uzG3dAXrYB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzG3dAXrYB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzG3dAXrYB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzG3dAXrYB .dropdown-item:hover,
.cid-uzG3dAXrYB .dropdown-item:focus {
  background: #16eaa5 !important;
  color: white !important;
}
.cid-uzG3dAXrYB .dropdown-item:hover span {
  color: white;
}
.cid-uzG3dAXrYB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzG3dAXrYB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzG3dAXrYB .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzG3dAXrYB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzG3dAXrYB .nav-link {
  position: relative;
}
.cid-uzG3dAXrYB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzG3dAXrYB .container {
    flex-wrap: nowrap;
  }
}
.cid-uzG3dAXrYB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzG3dAXrYB .dropdown-menu,
.cid-uzG3dAXrYB .navbar.opened {
  background: #ffffff !important;
}
.cid-uzG3dAXrYB .nav-item:focus,
.cid-uzG3dAXrYB .nav-link:focus {
  outline: none;
}
.cid-uzG3dAXrYB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzG3dAXrYB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzG3dAXrYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzG3dAXrYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzG3dAXrYB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzG3dAXrYB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzG3dAXrYB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uzG3dAXrYB .navbar.opened {
  transition: all 0.3s;
}
.cid-uzG3dAXrYB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzG3dAXrYB .navbar .navbar-logo img {
  width: auto;
}
.cid-uzG3dAXrYB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzG3dAXrYB .navbar.collapsed {
  justify-content: center;
}
.cid-uzG3dAXrYB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzG3dAXrYB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzG3dAXrYB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzG3dAXrYB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzG3dAXrYB .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-uzG3dAXrYB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzG3dAXrYB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzG3dAXrYB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzG3dAXrYB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzG3dAXrYB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzG3dAXrYB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzG3dAXrYB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzG3dAXrYB .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-uzG3dAXrYB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzG3dAXrYB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzG3dAXrYB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzG3dAXrYB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzG3dAXrYB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzG3dAXrYB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzG3dAXrYB .navbar.navbar-short {
  min-height: 80px;
}
.cid-uzG3dAXrYB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uzG3dAXrYB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzG3dAXrYB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzG3dAXrYB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzG3dAXrYB .dropdown-item.active,
.cid-uzG3dAXrYB .dropdown-item:active {
  background-color: transparent;
}
.cid-uzG3dAXrYB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzG3dAXrYB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzG3dAXrYB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzG3dAXrYB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzG3dAXrYB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzG3dAXrYB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzG3dAXrYB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzG3dAXrYB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzG3dAXrYB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzG3dAXrYB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c7213;
}
.cid-uzG3dAXrYB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzG3dAXrYB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzG3dAXrYB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzG3dAXrYB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzG3dAXrYB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzG3dAXrYB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzG3dAXrYB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzG3dAXrYB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzG3dAXrYB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzG3dAXrYB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzG3dAXrYB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzG3dAXrYB .navbar {
    height: 70px;
  }
  .cid-uzG3dAXrYB .navbar.opened {
    height: auto;
  }
  .cid-uzG3dAXrYB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzG3dCft1P {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/gutter-cleaning42-1280x960.jpg");
}
.cid-uzG3dCft1P .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uzG3dCft1P .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uzG3dCft1P {
    align-items: center;
  }
  .cid-uzG3dCft1P .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzG3dCft1P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzG3dCft1P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzG3dCft1P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzG3dCft1P .content-wrap {
    width: 100%;
  }
}
.cid-uzG3dCft1P .mbr-section-title {
  text-align: center;
}
.cid-uzG3dCft1P .mbr-text,
.cid-uzG3dCft1P .mbr-section-btn {
  text-align: center;
}
.cid-uzG3dCVBzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzG3dCVBzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dCVBzo .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-uzG3dCVBzo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzG3dCVBzo .container {
    padding: 0 12px;
  }
}
.cid-uzG3dCVBzo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzG3dCVBzo .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #010101;
}
.cid-uzG3dCVBzo .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzG3dCVBzo .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #010101;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzG3dCVBzo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzG3dDmxEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzG3dDmxEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dDmxEV .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-uzG3dDmxEV .container {
    padding: 0 30px;
  }
}
.cid-uzG3dDmxEV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzG3dDmxEV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG3dDmxEV .mbr-section-title {
  color: #212529;
}
.cid-uzG3dDmxEV .mbr-text {
  color: #ffffff;
}
.cid-uzG3dDNij0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzG3dDNij0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dDNij0 .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-uzG3dDNij0 .container {
    padding: 0 30px;
  }
}
.cid-uzG3dDNij0 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uzG3dDNij0 .row {
    margin: 0 -34px;
  }
}
.cid-uzG3dDNij0 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uzG3dDNij0 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-uzG3dDNij0 .card .card-wrapper .mbr-number {
  margin-bottom: 25px;
}
.cid-uzG3dDNij0 .card .card-wrapper .mbr-card-title {
  margin-bottom: 25px;
}
.cid-uzG3dDNij0 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG3dDNij0 .mbr-number {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dDNij0 .mbr-card-title {
  color: #F1F4E9;
  text-align: center;
}
.cid-uzG3dDNij0 .mbr-text {
  color: #F1F4E9;
  text-align: center;
}
.cid-uzG3dEun3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzG3dEun3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dEun3U .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-uzG3dEun3U .container {
    padding: 0 30px;
  }
}
.cid-uzG3dEun3U .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzG3dEun3U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzG3dEun3U .mbr-section-subtitle {
  color: #f0f0f0;
  text-align: center;
}
.cid-uzG3dEun3U .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzG3dETetK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzG3dETetK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dETetK .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-uzG3dETetK .container {
    padding: 0 30px;
  }
}
.cid-uzG3dETetK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzG3dETetK .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzG3dETetK .row.content {
  padding: 30px 0;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}
.cid-uzG3dETetK .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzG3dETetK .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uzG3dETetK .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzG3dETetK .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uzG3dETetK .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uzG3dETetK .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uzG3dETetK .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uzG3dETetK .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uzG3dETetK .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzG3dETetK .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzG3dETetK .mbr-section-title {
  color: #f1f4e9;
}
.cid-uzG3dETetK .mbr-desc {
  color: #f1f4e9;
}
.cid-uzG3dETetK .mbr-text {
  color: #f1f4e9;
}
.cid-uzG3dETetK .mbr-name {
  color: #f1f4e9;
}
.cid-uzG3dETetK .mbr-section-title,
.cid-uzG3dETetK .mbr-section-btn {
  text-align: center;
}
.cid-uzG3dETetK .mbr-desc,
.cid-uzG3dETetK .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzG3dFvwrd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #010101;
}
.cid-uzG3dFvwrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dFvwrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG3dFvwrd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzG3dFvwrd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dFvwrd .container {
    padding: 0 30px;
  }
}
.cid-uzG3dFvwrd .row {
  justify-content: center;
}
.cid-uzG3dFvwrd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzG3dFvwrd .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzG3dFvwrd .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-uzG3dFvwrd .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-uzG3dFvwrd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dFvwrd .mbr-text {
  color: #ffffff;
}
.cid-uzG3dFvwrd .list {
  color: #212529;
}
.cid-uzG3dFWbyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzG3dFWbyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dFWbyQ .container {
  max-width: 1300px;
}
.cid-uzG3dFWbyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG3dFWbyQ .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uzG3dFWbyQ .text-wrapper {
    padding: 3rem;
  }
}
.cid-uzG3dFWbyQ .row {
  background: #9c7213;
}
.cid-uzG3dFWbyQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uzG3dFWbyQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzG3dFWbyQ .image-wrapper {
  padding: 0;
}
.cid-uzG3dFWbyQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzG3dFWbyQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dFWbyQ .mbr-text,
.cid-uzG3dFWbyQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uzG3dFWbyQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uzG3dGDhNI {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #010101;
}
.cid-uzG3dGDhNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dGDhNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG3dGDhNI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzG3dGDhNI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dGDhNI .container {
    padding: 0 30px;
  }
}
.cid-uzG3dGDhNI .row {
  justify-content: center;
}
.cid-uzG3dGDhNI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzG3dGDhNI .card-wrapper {
  background-color: #9c7213;
  margin-bottom: 30px;
  padding: 25px 100px;
}
.cid-uzG3dGDhNI .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-uzG3dGDhNI .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-uzG3dGDhNI .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uzG3dGDhNI .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dGDhNI .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uzG3dHxt1g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #9c7213;
}
.cid-uzG3dHxt1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dHxt1g .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-uzG3dHxt1g .container {
    padding: 0 30px;
  }
}
.cid-uzG3dHxt1g .row {
  position: relative;
}
.cid-uzG3dHxt1g .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzG3dHxt1g .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uzG3dHxt1g .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #9c7213;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uzG3dHxt1g .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uzG3dHxt1g .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzG3dHxt1g .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG3dHxt1g .mbr-text {
  color: #ffffff;
}
.cid-uzG3dHxt1g .mbr-link,
.cid-uzG3dHxt1g .mbr-iconfont {
  color: #212529;
}
.cid-uzG3dHxt1g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dI72WF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzG3dI72WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dI72WF .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-uzG3dI72WF .container {
    padding: 0 30px;
  }
}
.cid-uzG3dI72WF .row {
  justify-content: center;
}
.cid-uzG3dI72WF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzG3dI72WF .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzG3dI72WF .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uzG3dI72WF .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-uzG3dI72WF .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzG3dI72WF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzG3dI72WF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dID1j9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c7213;
}
.cid-uzG3dID1j9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dID1j9 .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-uzG3dID1j9 .container {
    padding: 0 30px;
  }
}
.cid-uzG3dID1j9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzG3dID1j9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzG3dID1j9 .row.content {
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uzG3dID1j9 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzG3dID1j9 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uzG3dID1j9 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uzG3dID1j9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uzG3dID1j9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uzG3dID1j9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uzG3dID1j9 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uzG3dID1j9 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uzG3dID1j9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzG3dID1j9 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uzG3dID1j9 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uzG3dID1j9 .mbr-desc {
  color: #f1f4e9;
}
.cid-uzG3dID1j9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzG3dID1j9 .mbr-name {
  color: #f1f4e9;
}
.cid-uzG3dID1j9 .mbr-section-title,
.cid-uzG3dID1j9 .mbr-section-btn {
  text-align: center;
}
.cid-uzG3dID1j9 .mbr-desc,
.cid-uzG3dID1j9 .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzG3dJhcLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uzG3dJhcLj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzG3dJhcLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dJhcLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG3dJhcLj .content-wrap {
  margin: 0;
}
.cid-uzG3dJhcLj .content-wrap .card {
  padding: 0;
}
.cid-uzG3dJhcLj .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #c7972a;
}
@media (max-width: 1640px) {
  .cid-uzG3dJhcLj .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dJhcLj .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dJhcLj .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
.cid-uzG3dJhcLj .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzG3dJhcLj .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uzG3dJhcLj .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uzG3dJhcLj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uzG3dJhcLj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uzG3dJhcLj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 16px 25px;
  border: 2px solid #000000;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzG3dJhcLj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c7972a;
}
.cid-uzG3dJhcLj .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uzG3dJhcLj .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dJhcLj .tab-content {
    padding: 40px 0;
  }
}
.cid-uzG3dJhcLj .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzG3dJhcLj .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uzG3dJhcLj .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzG3dJhcLj .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uzG3dJhcLj .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uzG3dJhcLj .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzG3dJhcLj .mbr-section-title {
  color: #150764;
}
.cid-uzG3dJhcLj .item-title {
  color: #150764;
}
.cid-uzG3dJhcLj .item-text {
  color: #150764;
}
.cid-uzG3dJhcLj .mbr-section-title,
.cid-uzG3dJhcLj .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzG3dKeI7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7972a;
}
.cid-uzG3dKeI7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dKeI7V .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-uzG3dKeI7V .container {
    padding: 0 30px;
  }
}
.cid-uzG3dKeI7V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzG3dKeI7V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG3dKeI7V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dKeI7V .mbr-text {
  color: #ffffff;
}
.cid-uzG3dKGT86 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzG3dKGT86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dKGT86 .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-uzG3dKGT86 .container {
    padding: 0 16px;
  }
}
.cid-uzG3dKGT86 .row {
  justify-content: center;
}
.cid-uzG3dKGT86 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uzG3dKGT86 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzG3dKGT86 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c7972a;
}
@media (max-width: 992px) {
  .cid-uzG3dKGT86 .panel-group .card {
    padding: 24px;
  }
}
.cid-uzG3dKGT86 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzG3dKGT86 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uzG3dKGT86 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uzG3dKGT86 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uzG3dKGT86 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uzG3dKGT86 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzG3dKGT86 .mbr-section-title {
  color: #000000;
}
.cid-uzG3dKGT86 .panel-title-edit {
  color: #ffffff;
}
.cid-uzG3dKGT86 .panel-text {
  color: #ffffff;
}
.cid-uzG3dKGT86 .mbr-section-title,
.cid-uzG3dKGT86 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uzG3dLhe3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010101;
}
.cid-uzG3dLhe3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dLhe3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG3dLhe3y .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uzG3dLhe3y .container-fluid {
    padding: 0 12px;
  }
}
.cid-uzG3dLhe3y .container-fluid .row {
  padding: 0;
}
.cid-uzG3dLhe3y .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uzG3dLhe3y .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uzG3dLhe3y .card {
    padding: 48px 20px;
  }
}
.cid-uzG3dLhe3y .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uzG3dLhe3y .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzG3dLhe3y .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uzG3dLhe3y .card .google-map {
    height: 250px;
  }
}
.cid-uzG3dLhe3y .card .google-map iframe {
  height: 100%;
}
.cid-uzG3dLhe3y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzG3dMApA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #c7972a;
}
.cid-uzG3dMApA9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #c7972a;
}
.cid-uzG3dMApA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG3dMApA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG3dMApA9 .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzG3dMApA9 .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uzG3dMApA9 .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #c7972a;
}
@media (max-width: 992px) {
  .cid-uzG3dMApA9 .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #c7972a;
  }
}
@media (max-width: 1640px) {
  .cid-uzG3dMApA9 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dMApA9 .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzG3dMApA9 .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzG3dMApA9 .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzG3dMApA9 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzG3dMApA9 .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uzG3dMApA9 .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzG3dMApA9 .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #f45a6c;
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzG3dMApA9 .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uzG3dMApA9 .mbr-section-title {
  color: #150764;
}
.cid-uzG3dMApA9 .mbr-desc {
  color: #ffffff;
}
.cid-uzG3dMApA9 .list {
  color: #150764;
}
.cid-uzG3dMApA9 .list,
.cid-uzG3dMApA9 .item-wrap {
  color: #ffffff;
}
.cid-uzG3dMApA9 .mbr-copy {
  color: #c7972a;
  text-align: center;
}
