body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.38rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.275rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.78rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.1375rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.78rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 1.8399999999999999rem + (5.2 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (5.2 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.1875rem + (1.75 - 1.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1875rem + (1.75 - 1.1875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fb460d !important;
}
.bg-success {
  background-color: #526b51 !important;
}
.bg-info {
  background-color: #c9beb5 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb460d !important;
  border-color: #fb460d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae2c03 !important;
  border-color: #ae2c03 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #454c4c !important;
  border-color: #454c4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a49283 !important;
  border-color: #a49283 !important;
}
.btn-success,
.btn-success:active {
  background-color: #526b51 !important;
  border-color: #526b51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c3a2c !important;
  border-color: #2c3a2c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a09099 !important;
  border-color: #a09099 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #75646e !important;
  border-color: #75646e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fb460d;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fb460d;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fb460d;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fb460d;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb460d !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #fb460d;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb460d !important;
  border-color: #fb460d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #6e7a7a;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #6e7a7a;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6e7a7a !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #6e7a7a;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #c9beb5;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #c9beb5;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c9beb5 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #c9beb5;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #526b51;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #526b51;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526b51 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #526b51;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #526b51 !important;
  border-color: #526b51 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a09099;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a09099;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a09099 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #a09099;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a09099 !important;
  border-color: #a09099 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #000000;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #000000;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #000000;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fb460d !important;
}
.text-secondary {
  color: #6e7a7a !important;
}
.text-success {
  color: #526b51 !important;
}
.text-info {
  color: #c9beb5 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f2803 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e4444 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263125 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8a7a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d5d66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #151618 !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: #fb460d;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9beb5;
}
.alert-warning {
  background-color: #a09099;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb460d;
  border-color: #fb460d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb460d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fedfd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #91ab90;
}
.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: #dbd5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.78rem;
}
.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: #fb460d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.78rem;
}
blockquote {
  border-color: #fb460d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb460d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb460d;
}
.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: #fb460d;
  border-bottom-color: #fb460d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fb460d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6e7a7a !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='%23fb460d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-uFvmG1hYMl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFvmG1hYMl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFvmG1hYMl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFvmG1hYMl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFvmG1hYMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFvmG1hYMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvmG1hYMl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFvmG1hYMl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFvmG1hYMl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFvmG1hYMl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFvmG1hYMl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFvmG1hYMl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFvmG1hYMl .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFvmG1hYMl .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFvmG1hYMl .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFvmG1hYMl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFvmG1hYMl .navbar-caption:hover,
.cid-uFvmG1hYMl .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFvmG1hYMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFvmG1hYMl .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #144211;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvmG1hYMl .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFvmG1hYMl .menu-container {
    margin: 16px;
  }
}
.cid-uFvmG1hYMl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFvmG1hYMl .iconfont-wrapper:hover,
.cid-uFvmG1hYMl .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFvmG1hYMl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #144211;
  border-radius: 4px !important;
}
.cid-uFvmG1hYMl .nav-item:focus,
.cid-uFvmG1hYMl .nav-link:focus {
  outline: none;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvmG1hYMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvmG1hYMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvmG1hYMl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFvmG1hYMl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvmG1hYMl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFvmG1hYMl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFvmG1hYMl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFvmG1hYMl .navbar.collapsed {
  justify-content: center;
}
.cid-uFvmG1hYMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvmG1hYMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvmG1hYMl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFvmG1hYMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvmG1hYMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvmG1hYMl .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-uFvmG1hYMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvmG1hYMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvmG1hYMl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .navbar {
    min-height: 72px;
  }
  .cid-uFvmG1hYMl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFvmG1hYMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvmG1hYMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvmG1hYMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvmG1hYMl .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-uFvmG1hYMl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvmG1hYMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFvmG1hYMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvmG1hYMl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvmG1hYMl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFvmG1hYMl .dropdown-item.active,
.cid-uFvmG1hYMl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvmG1hYMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvmG1hYMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvmG1hYMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvmG1hYMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #144211;
}
.cid-uFvmG1hYMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFvmG1hYMl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFvmG1hYMl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFvmG1hYMl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .navbar-buttons {
    text-align: left;
  }
}
.cid-uFvmG1hYMl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvmG1hYMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvmG1hYMl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFvmG1hYMl .navbar {
    height: 70px;
  }
  .cid-uFvmG1hYMl .navbar.opened {
    height: auto;
  }
  .cid-uFvmG1hYMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFvmG1hYMl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFvmG1hYMl .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFvmG1hYMl .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFvmG1hYMl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFvmG1hYMl .navbar-brand {
    margin-right: auto;
  }
  .cid-uFvmG1hYMl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #144211;
    border-radius: 4px !important;
  }
  .cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFvmG1hYMl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFvmG1hYMl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFvmG1hYMl .navbar-brand,
.cid-uFvmG1hYMl .navbar-toggler,
.cid-uFvmG1hYMl .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-tfwmi2c9NS {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/spring-lawn-care-2132455-09-df14429ef98948e69439952f6e7287fa-1500x998.jpg");
}
.cid-tfwmi2c9NS .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-tfwmi2c9NS .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tfwmi2c9NS .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tfwmi2c9NS .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tfwmi2c9NS .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-tfwmi2c9NS .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tfwmi2c9NS .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tfwmi2c9NS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfwmi2c9NS .mbr-text {
  margin-top: 5px;
}
.cid-uFwFg1qN5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwFg1qN5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwFg1qN5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwFg1qN5b .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFwFg1qN5b .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFwFg1qN5b .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uFwFg1qN5b .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-tfwoItJy6f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #144211;
}
.cid-tfwoItJy6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwoItJy6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwoItJy6f .card-wrapper {
  width: 100%;
}
.cid-tfwoItJy6f .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tfwoItJy6f .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfwoItJy6f .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-title {
    text-align: center !important;
  }
}
.cid-tfwoItJy6f .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-text {
    text-align: center !important;
  }
}
.cid-tfwpZv9RW9 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-tfwpZv9RW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZv9RW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwpZv9RW9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-img {
    order: 2;
  }
}
.cid-tfwpZv9RW9 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZv9RW9 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-tex {
    order: 1;
  }
}
.cid-tfwpZv9RW9 .card-title {
  color: #000000;
}
.cid-tfwpZv9RW9 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZv9RW9 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZv9RW9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZv9RW9 .mbr-text,
.cid-tfwpZv9RW9 .mbr-section-btn {
  color: #000000;
}
.cid-tfwpZdwU1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-tfwpZdwU1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZdwU1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-img {
    order: 2;
  }
}
.cid-tfwpZdwU1g .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZdwU1g .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-tex {
    order: 1;
  }
}
.cid-tfwpZdwU1g .card-title {
  color: #ffffff;
}
.cid-tfwpZdwU1g .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZdwU1g .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZdwU1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZdwU1g .mbr-text,
.cid-tfwpZdwU1g .mbr-section-btn {
  color: #ffffff;
}
.cid-tfwphIEvr2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-tfwphIEvr2 .row {
  justify-content: flex-start;
}
.cid-tfwphIEvr2 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tfwphIEvr2 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tfwphIEvr2 .mbr-section-title {
  color: #45494E;
}
.cid-tfwphIEvr2 .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwphIEvr2 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tfwphIEvr2 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwphIEvr2 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwphIEvr2 .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tfwphIEvr2 .item-title {
  color: #45494E;
}
.cid-tfwphIEvr2 .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-tfwphIEvr2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwphIEvr2 .mbr-text {
  color: #000000;
  padding-top: 16px;
  margin-top: auto;
  text-align: center;
}
.cid-tfwphIEvr2 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 99.999%;
}
.cid-tfwphIEvr2 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwphIEvr2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwphIEvr2 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwphIEvr2 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwqG71pWu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/rasenmaehen-1600x667.jpg");
}
.cid-tfwqG71pWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqG71pWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqG71pWu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tfwr0Ye9kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-tfwr0Ye9kZ .row {
  justify-content: flex-start;
}
.cid-tfwr0Ye9kZ .mbr-section-title {
  color: #000000;
}
.cid-tfwr0Ye9kZ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwr0Ye9kZ .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwzJNoISK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFwzJNoISK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwzJNoISK .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwzJNoISK .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFwzJNoISK .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uFwzJNoISK .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFwzJNoISK .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFwzJNoISK .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFwzJNoISK .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFwzJNoISK .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uFwzJNoISK .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFwzJNoISK .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFwzJNoISK .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFwzJNoISK .mbr-section-title,
.cid-uFwzJNoISK .mbr-text,
.cid-uFwzJNoISK .panel-title-edit,
.cid-uFwzJNoISK .panel-text {
  color: #000000;
}
.cid-uFwzJNoISK .mbr-section-title,
.cid-uFwzJNoISK .icon-wrapper {
  color: #ffffff;
}
.cid-tfwraNNowM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-tfwraNNowM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwraNNowM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwraNNowM .row {
  justify-content: flex-start;
}
.cid-tfwraNNowM .mbr-section-title {
  color: #000000;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tfwraNNowM .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwraNNowM .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tfwraNNowM .image-wrapper {
  width: 100%;
}
.cid-tfwraNNowM .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tfwraNNowM .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tfwraNNowM .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwraNNowM .mbr-text {
    margin-top: 45px;
  }
}
.cid-tfwraNNowM .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tfwraNNowM .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tfwraNNowM .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwraNNowM .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwraNNowM .mbr-text,
.cid-tfwraNNowM .mbr-section-btn {
  color: #000000;
}
.cid-tfwqry9SUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #144211;
}
.cid-tfwqry9SUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqry9SUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqry9SUC .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tfwqry9SUC .mbr-section-title {
  color: #ffffff;
}
.cid-tfwqry9SUC .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwqry9SUC .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwqry9SUC .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tfwqry9SUC .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfwqry9SUC .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tfwqry9SUC .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tfwqry9SUC .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-tfwqry9SUC .panel-group {
  border: none;
}
.cid-tfwqry9SUC .panel-body {
  padding: 0 0 28px;
}
.cid-tfwqry9SUC .panel-text {
  color: #45494E;
}
.cid-tfwqry9SUC .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwqry9SUC .panel-title-edit {
  color: #ffffff;
}
.cid-tfwqry9SUC .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .panel-text,
.cid-tfwqry9SUC .mbr-section-btn {
  color: #000000;
}
.cid-tfwv5px35b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bee7bc;
}
@media (max-width: 991px) {
  .cid-tfwv5px35b .col-title {
    margin-bottom: 20px;
  }
}
.cid-tfwv5px35b .mbr-section-title {
  color: #000000;
}
.cid-tfwv5px35b .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tfwv5px35b .mbr-text {
  color: #000000;
}
.cid-uFwInFbAye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #144211;
}
.cid-uFwInFbAye .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwInFbAye .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwInFbAye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwInFbAye .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-uFwInFbAye .container {
    padding: 0 15px;
  }
}
.cid-uFwInFbAye .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFwInFbAye .image-wrapper {
  position: relative;
}
.cid-uFwInFbAye .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFwInFbAye .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwInFbAye .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uFwInFbAye .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uFwInFbAye .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uFwInFbAye .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uFwInFbAye .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFwInFbAye .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uFwInFbAye .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uFwInFbAye .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFwInFbAye .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uFwInFbAye .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uFwInFbAye .mbr-text {
  color: #f7f5f6;
}
.cid-uFwInFbAye .item-name {
  color: #f7f5f6;
}
.cid-uFwInFbAye .item-role {
  color: #68707c;
}
.cid-uFwJ0qq5TT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwJ0qq5TT .row {
  justify-content: flex-start;
}
.cid-uFwJ0qq5TT .mbr-section-title {
  color: #000000;
}
.cid-uFwJ0qq5TT .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwJ0qq5TT .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwJ0qq5TT .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwJ0qq5TT .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwJ0qq5TT .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwJ0qq5TT .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwBbbvMIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwBbbvMIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwBbbvMIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwBbbvMIC .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwBbbvMIC .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwBbbvMIC .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwBbbvMIC .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwBbbvMIC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwBbbvMIC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwBbbvMIC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwBbbvMIC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwBo3On2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/10ds1-scaled-2000x1334.jpg");
}
.cid-uFwBo3On2D .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwBo3On2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwBo3On2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwBo3On2D .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwBo3On2D .mbr-section-title {
  color: #150764;
}
.cid-uFwBo3On2D .mbr-desc {
  color: #000000;
}
.cid-uFwBo3On2D .list {
  color: #150764;
}
.cid-uFwBo3On2D .list,
.cid-uFwBo3On2D .item-wrap {
  color: #000000;
}
.cid-uFwKOhFCwO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwKOhFCwO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwKOhFCwO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwKOhFCwO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwKOhFCwO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwKOhFCwO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwKOhFCwO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwKOhFCwO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwKOhFCwO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwKOhFCwO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwKOhFCwO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwKOhFCwO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwKOhFCwO .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwKOhFCwO .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwKOhFCwO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwKOhFCwO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwKOhFCwO .navbar-caption:hover,
.cid-uFwKOhFCwO .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwKOhFCwO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwKOhFCwO .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #144211;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwKOhFCwO .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwKOhFCwO .menu-container {
    margin: 16px;
  }
}
.cid-uFwKOhFCwO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwKOhFCwO .iconfont-wrapper:hover,
.cid-uFwKOhFCwO .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwKOhFCwO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #144211;
  border-radius: 4px !important;
}
.cid-uFwKOhFCwO .nav-item:focus,
.cid-uFwKOhFCwO .nav-link:focus {
  outline: none;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwKOhFCwO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwKOhFCwO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwKOhFCwO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwKOhFCwO .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwKOhFCwO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwKOhFCwO .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwKOhFCwO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwKOhFCwO .navbar.collapsed {
  justify-content: center;
}
.cid-uFwKOhFCwO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwKOhFCwO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwKOhFCwO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwKOhFCwO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwKOhFCwO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwKOhFCwO .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-uFwKOhFCwO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwKOhFCwO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwKOhFCwO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .navbar {
    min-height: 72px;
  }
  .cid-uFwKOhFCwO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwKOhFCwO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwKOhFCwO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwKOhFCwO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwKOhFCwO .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-uFwKOhFCwO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwKOhFCwO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwKOhFCwO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwKOhFCwO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwKOhFCwO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwKOhFCwO .dropdown-item.active,
.cid-uFwKOhFCwO .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwKOhFCwO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwKOhFCwO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwKOhFCwO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwKOhFCwO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #144211;
}
.cid-uFwKOhFCwO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwKOhFCwO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwKOhFCwO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwKOhFCwO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwKOhFCwO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwKOhFCwO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwKOhFCwO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwKOhFCwO .navbar {
    height: 70px;
  }
  .cid-uFwKOhFCwO .navbar.opened {
    height: auto;
  }
  .cid-uFwKOhFCwO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwKOhFCwO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwKOhFCwO .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwKOhFCwO .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwKOhFCwO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwKOhFCwO .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwKOhFCwO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #144211;
    border-radius: 4px !important;
  }
  .cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwKOhFCwO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwKOhFCwO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwKOhFCwO .navbar-brand,
.cid-uFwKOhFCwO .navbar-toggler,
.cid-uFwKOhFCwO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFwKOjciNn {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mowing-2000x666.jpg");
}
.cid-uFwKOjciNn .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFwKOjciNn .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uFwKOjciNn .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFwKOjciNn .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uFwKOjciNn .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uFwKOjciNn .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uFwKOjciNn .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uFwKOjciNn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFwKOjciNn .mbr-text {
  margin-top: 5px;
}
.cid-uFwKOuFhqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwKOuFhqX .row {
  justify-content: flex-start;
}
.cid-uFwKOuFhqX .mbr-section-title {
  color: #000000;
}
.cid-uFwKOuFhqX .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwKOuFhqX .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOuFhqX .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwKOuFhqX .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwKOuFhqX .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOuFhqX .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwKOA6g0o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwKOA6g0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwKOA6g0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwKOA6g0o .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwKOA6g0o .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOA6g0o .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwKOA6g0o .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwKOA6g0o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwKOA6g0o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwKOA6g0o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwKOA6g0o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwKOB865F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/10ds1-scaled-2000x1334.jpg");
}
.cid-uFwKOB865F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwKOB865F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwKOB865F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwKOB865F .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwKOB865F .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwKOB865F .mbr-section-title {
  color: #150764;
}
.cid-uFwKOB865F .mbr-desc {
  color: #000000;
}
.cid-uFwKOB865F .list {
  color: #150764;
}
.cid-uFwKOB865F .list,
.cid-uFwKOB865F .item-wrap {
  color: #000000;
}
.cid-uFwLEGYYVl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwLEGYYVl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwLEGYYVl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwLEGYYVl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwLEGYYVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwLEGYYVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwLEGYYVl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwLEGYYVl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwLEGYYVl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwLEGYYVl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwLEGYYVl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwLEGYYVl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwLEGYYVl .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwLEGYYVl .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwLEGYYVl .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwLEGYYVl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwLEGYYVl .navbar-caption:hover,
.cid-uFwLEGYYVl .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwLEGYYVl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwLEGYYVl .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #144211;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwLEGYYVl .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwLEGYYVl .menu-container {
    margin: 16px;
  }
}
.cid-uFwLEGYYVl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwLEGYYVl .iconfont-wrapper:hover,
.cid-uFwLEGYYVl .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwLEGYYVl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #144211;
  border-radius: 4px !important;
}
.cid-uFwLEGYYVl .nav-item:focus,
.cid-uFwLEGYYVl .nav-link:focus {
  outline: none;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwLEGYYVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwLEGYYVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwLEGYYVl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwLEGYYVl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwLEGYYVl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwLEGYYVl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwLEGYYVl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwLEGYYVl .navbar.collapsed {
  justify-content: center;
}
.cid-uFwLEGYYVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwLEGYYVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwLEGYYVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwLEGYYVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwLEGYYVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwLEGYYVl .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-uFwLEGYYVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwLEGYYVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwLEGYYVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .navbar {
    min-height: 72px;
  }
  .cid-uFwLEGYYVl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwLEGYYVl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwLEGYYVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwLEGYYVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwLEGYYVl .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-uFwLEGYYVl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwLEGYYVl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwLEGYYVl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwLEGYYVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwLEGYYVl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwLEGYYVl .dropdown-item.active,
.cid-uFwLEGYYVl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwLEGYYVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwLEGYYVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwLEGYYVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwLEGYYVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #144211;
}
.cid-uFwLEGYYVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwLEGYYVl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwLEGYYVl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwLEGYYVl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwLEGYYVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwLEGYYVl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwLEGYYVl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwLEGYYVl .navbar {
    height: 70px;
  }
  .cid-uFwLEGYYVl .navbar.opened {
    height: auto;
  }
  .cid-uFwLEGYYVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwLEGYYVl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwLEGYYVl .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwLEGYYVl .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwLEGYYVl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwLEGYYVl .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwLEGYYVl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #144211;
    border-radius: 4px !important;
  }
  .cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwLEGYYVl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwLEGYYVl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwLEGYYVl .navbar-brand,
.cid-uFwLEGYYVl .navbar-toggler,
.cid-uFwLEGYYVl .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFwLEIajNn {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/gm-097de15e-1362-474c-aaa8-a8317f01f7d5-perfect-lawnadvice-lead-1500x750.jpg");
}
.cid-uFwLEIajNn .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFwLEIajNn .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uFwLEIajNn .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFwLEIajNn .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uFwLEIajNn .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uFwLEIajNn .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uFwLEIajNn .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uFwLEIajNn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFwLEIajNn .mbr-text {
  margin-top: 5px;
}
.cid-uFwLEJlyyJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwLEJlyyJ .row {
  justify-content: flex-start;
}
.cid-uFwLEJlyyJ .mbr-section-title {
  color: #000000;
}
.cid-uFwLEJlyyJ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwLEJlyyJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEJlyyJ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwLEJlyyJ .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwLEJlyyJ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEJlyyJ .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwLEKh0og {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwLEKh0og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLEKh0og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwLEKh0og .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwLEKh0og .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEKh0og .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwLEKh0og .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwLEKh0og .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwLEKh0og .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwLEKh0og .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwLEKh0og .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwLELcRMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/10ds1-scaled-2000x1334.jpg");
}
.cid-uFwLELcRMu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwLELcRMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLELcRMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwLELcRMu .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwLELcRMu .mbr-section-title {
  color: #150764;
}
.cid-uFwLELcRMu .mbr-desc {
  color: #000000;
}
.cid-uFwLELcRMu .list {
  color: #150764;
}
.cid-uFwLELcRMu .list,
.cid-uFwLELcRMu .item-wrap {
  color: #000000;
}
.cid-uFwMj8GmOm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwMj8GmOm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwMj8GmOm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwMj8GmOm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwMj8GmOm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwMj8GmOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwMj8GmOm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwMj8GmOm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwMj8GmOm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwMj8GmOm .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwMj8GmOm .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwMj8GmOm .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwMj8GmOm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwMj8GmOm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwMj8GmOm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwMj8GmOm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwMj8GmOm .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwMj8GmOm .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwMj8GmOm .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwMj8GmOm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwMj8GmOm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwMj8GmOm .navbar-caption:hover,
.cid-uFwMj8GmOm .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwMj8GmOm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwMj8GmOm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwMj8GmOm .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #144211;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwMj8GmOm .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwMj8GmOm .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwMj8GmOm .menu-container {
    margin: 16px;
  }
}
.cid-uFwMj8GmOm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwMj8GmOm .iconfont-wrapper:hover,
.cid-uFwMj8GmOm .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwMj8GmOm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #144211;
  border-radius: 4px !important;
}
.cid-uFwMj8GmOm .nav-item:focus,
.cid-uFwMj8GmOm .nav-link:focus {
  outline: none;
}
.cid-uFwMj8GmOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwMj8GmOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwMj8GmOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwMj8GmOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwMj8GmOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwMj8GmOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwMj8GmOm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwMj8GmOm .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwMj8GmOm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwMj8GmOm .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwMj8GmOm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwMj8GmOm .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwMj8GmOm .navbar.collapsed {
  justify-content: center;
}
.cid-uFwMj8GmOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwMj8GmOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwMj8GmOm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwMj8GmOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwMj8GmOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwMj8GmOm .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-uFwMj8GmOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwMj8GmOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwMj8GmOm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwMj8GmOm .navbar {
    min-height: 72px;
  }
  .cid-uFwMj8GmOm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwMj8GmOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwMj8GmOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwMj8GmOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwMj8GmOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwMj8GmOm .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-uFwMj8GmOm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwMj8GmOm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwMj8GmOm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwMj8GmOm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwMj8GmOm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwMj8GmOm .dropdown-item.active,
.cid-uFwMj8GmOm .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwMj8GmOm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwMj8GmOm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwMj8GmOm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwMj8GmOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #144211;
}
.cid-uFwMj8GmOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwMj8GmOm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwMj8GmOm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwMj8GmOm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwMj8GmOm .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwMj8GmOm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwMj8GmOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwMj8GmOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwMj8GmOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwMj8GmOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwMj8GmOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwMj8GmOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwMj8GmOm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwMj8GmOm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwMj8GmOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwMj8GmOm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwMj8GmOm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwMj8GmOm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwMj8GmOm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwMj8GmOm .navbar {
    height: 70px;
  }
  .cid-uFwMj8GmOm .navbar.opened {
    height: auto;
  }
  .cid-uFwMj8GmOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwMj8GmOm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwMj8GmOm .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwMj8GmOm .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwMj8GmOm .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwMj8GmOm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwMj8GmOm .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwMj8GmOm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #144211;
    border-radius: 4px !important;
  }
  .cid-uFwMj8GmOm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwMj8GmOm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwMj8GmOm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwMj8GmOm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwMj8GmOm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwMj8GmOm .navbar-brand,
.cid-uFwMj8GmOm .navbar-toggler,
.cid-uFwMj8GmOm .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFwMj9T8cf {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/gettyimages-1094393158-1-2000-cb21d775d61c4fa09078f596d062f8fb-1500x1002.jpg");
}
.cid-uFwMj9T8cf .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFwMj9T8cf .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uFwMj9T8cf .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFwMj9T8cf .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uFwMj9T8cf .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uFwMj9T8cf .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uFwMj9T8cf .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uFwMj9T8cf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFwMj9T8cf .mbr-text {
  margin-top: 5px;
}
.cid-uFwMjb4TsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwMjb4TsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjb4TsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjb4TsO .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFwMjb4TsO .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFwMjb4TsO .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uFwMjb4TsO .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFwMjbXLnF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #144211;
}
.cid-uFwMjbXLnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjbXLnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjbXLnF .card-wrapper {
  width: 100%;
}
.cid-uFwMjbXLnF .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFwMjbXLnF .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFwMjbXLnF .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uFwMjbXLnF .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjbXLnF .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uFwMjbXLnF .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFwMjbXLnF .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uFwMjbXLnF .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uFwMjbXLnF .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uFwMjbXLnF .card-title {
    text-align: center !important;
  }
}
.cid-uFwMjbXLnF .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFwMjbXLnF .card-text {
    text-align: center !important;
  }
}
.cid-uFwMjcQVlX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwMjcQVlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjcQVlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjcQVlX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFwMjcQVlX .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFwMjcQVlX .col-img {
    order: 2;
  }
}
.cid-uFwMjcQVlX .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFwMjcQVlX .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFwMjcQVlX .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFwMjcQVlX .col-tex {
    order: 1;
  }
}
.cid-uFwMjcQVlX .card-title {
  color: #000000;
}
.cid-uFwMjcQVlX .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFwMjcQVlX .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFwMjcQVlX .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFwMjcQVlX .mbr-text,
.cid-uFwMjcQVlX .mbr-section-btn {
  color: #000000;
}
.cid-uFwMjdLd0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFwMjdLd0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjdLd0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFwMjdLd0J .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFwMjdLd0J .col-img {
    order: 2;
  }
}
.cid-uFwMjdLd0J .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFwMjdLd0J .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFwMjdLd0J .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFwMjdLd0J .col-tex {
    order: 1;
  }
}
.cid-uFwMjdLd0J .card-title {
  color: #ffffff;
}
.cid-uFwMjdLd0J .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFwMjdLd0J .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFwMjdLd0J .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFwMjdLd0J .mbr-text,
.cid-uFwMjdLd0J .mbr-section-btn {
  color: #ffffff;
}
.cid-uFwMjeQOk0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwMjeQOk0 .row {
  justify-content: flex-start;
}
.cid-uFwMjeQOk0 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFwMjeQOk0 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFwMjeQOk0 .mbr-section-title {
  color: #45494E;
}
.cid-uFwMjeQOk0 .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFwMjeQOk0 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFwMjeQOk0 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjeQOk0 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uFwMjeQOk0 .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-uFwMjeQOk0 .item-title {
  color: #45494E;
}
.cid-uFwMjeQOk0 .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uFwMjeQOk0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFwMjeQOk0 .mbr-text {
  color: #000000;
  padding-top: 16px;
  margin-top: auto;
  text-align: center;
}
.cid-uFwMjeQOk0 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 99.999%;
}
.cid-uFwMjeQOk0 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uFwMjeQOk0 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwMjeQOk0 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFwMjeQOk0 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uFwMjfWcbh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-lawn-lab-bundaberg-min-1500x-1500x981.jpg");
}
.cid-uFwMjfWcbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjfWcbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjfWcbh .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFwMjgRz1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwMjgRz1O .row {
  justify-content: flex-start;
}
.cid-uFwMjgRz1O .mbr-section-title {
  color: #000000;
}
.cid-uFwMjgRz1O .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwMjgRz1O .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjgRz1O .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwMjgRz1O .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwMjgRz1O .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjgRz1O .mbr-text {
    margin-top: 20px;
  }
}
.cid-uGDtUSxzQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uGDtUSxzQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDtUSxzQT .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGDtUSxzQT .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGDtUSxzQT .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uGDtUSxzQT .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uGDtUSxzQT .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uGDtUSxzQT .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGDtUSxzQT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uGDtUSxzQT .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uGDtUSxzQT .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uGDtUSxzQT .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGDtUSxzQT .mbr-section-title,
.cid-uGDtUSxzQT .mbr-text,
.cid-uGDtUSxzQT .panel-title-edit,
.cid-uGDtUSxzQT .panel-text {
  color: #000000;
}
.cid-uGDtUSxzQT .mbr-section-title,
.cid-uGDtUSxzQT .icon-wrapper {
  color: #ffffff;
}
.cid-uFwMjj3CtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwMjj3CtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjj3CtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjj3CtK .row {
  justify-content: flex-start;
}
.cid-uFwMjj3CtK .mbr-section-title {
  color: #000000;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwMjj3CtK .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjj3CtK .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uFwMjj3CtK .image-wrapper {
  width: 100%;
}
.cid-uFwMjj3CtK .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uFwMjj3CtK .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uFwMjj3CtK .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjj3CtK .mbr-text {
    margin-top: 45px;
  }
}
.cid-uFwMjj3CtK .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uFwMjj3CtK .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uFwMjj3CtK .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFwMjj3CtK .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFwMjj3CtK .mbr-text,
.cid-uFwMjj3CtK .mbr-section-btn {
  color: #000000;
}
.cid-uFwMjkXour {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #144211;
}
.cid-uFwMjkXour .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjkXour .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjkXour .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFwMjkXour .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uFwMjkXour .mbr-section-title {
  color: #ffffff;
}
.cid-uFwMjkXour .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFwMjkXour .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uFwMjkXour .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uFwMjkXour .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFwMjkXour .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uFwMjkXour .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uFwMjkXour .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uFwMjkXour .panel-group {
  border: none;
}
.cid-uFwMjkXour .panel-body {
  padding: 0 0 28px;
}
.cid-uFwMjkXour .panel-text {
  color: #45494E;
}
.cid-uFwMjkXour .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uFwMjkXour .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFwMjkXour .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFwMjkXour .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFwMjkXour .panel-title-edit {
  color: #ffffff;
}
.cid-uFwMjkXour .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFwMjkXour .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFwMjkXour .panel-text,
.cid-uFwMjkXour .mbr-section-btn {
  color: #000000;
}
.cid-uFwMjmoS8m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bee7bc;
}
@media (max-width: 991px) {
  .cid-uFwMjmoS8m .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFwMjmoS8m .mbr-section-title {
  color: #000000;
}
.cid-uFwMjmoS8m .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uFwMjmoS8m .mbr-text {
  color: #000000;
}
.cid-uFwMjnsFsm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #144211;
}
.cid-uFwMjnsFsm .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwMjnsFsm .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwMjnsFsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjnsFsm .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-uFwMjnsFsm .container {
    padding: 0 15px;
  }
}
.cid-uFwMjnsFsm .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFwMjnsFsm .image-wrapper {
  position: relative;
}
.cid-uFwMjnsFsm .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFwMjnsFsm .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwMjnsFsm .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uFwMjnsFsm .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uFwMjnsFsm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uFwMjnsFsm .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uFwMjnsFsm .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFwMjnsFsm .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uFwMjnsFsm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uFwMjnsFsm .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFwMjnsFsm .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uFwMjnsFsm .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uFwMjnsFsm .mbr-text {
  color: #f7f5f6;
}
.cid-uFwMjnsFsm .item-name {
  color: #f7f5f6;
}
.cid-uFwMjnsFsm .item-role {
  color: #68707c;
}
.cid-uFwUANVURB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFwUANVURB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwUANVURB .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-uFwUANVURB .container {
    padding: 0 20px;
  }
}
.cid-uFwUANVURB .row {
  margin: 0;
}
.cid-uFwUANVURB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFwUANVURB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFwUANVURB .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uFwUANVURB .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFwUANVURB .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFwUANVURB .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFwUANVURB .mbr-section-title {
  color: #ffffff;
}
.cid-uFwMjoA8vC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwMjoA8vC .row {
  justify-content: flex-start;
}
.cid-uFwMjoA8vC .mbr-section-title {
  color: #000000;
}
.cid-uFwMjoA8vC .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwMjoA8vC .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjoA8vC .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwMjoA8vC .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwMjoA8vC .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjoA8vC .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFx7HhlJJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFx7HhlJJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFx7HhlJJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFx7HhlJJy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFx7HhlJJy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFx7HhlJJy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFx7HhlJJy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFx7HhlJJy .container {
    padding: 0 16px;
  }
}
.cid-uFx7HhlJJy .row {
  justify-content: center;
}
.cid-uFx7HhlJJy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFx7HhlJJy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFx7HhlJJy .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uFx7HhlJJy .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uFx7HhlJJy .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uFx7HhlJJy .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFx7HhlJJy .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uFx7HhlJJy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFx7HhlJJy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFx7HhlJJy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFx7HhlJJy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uFx7HhlJJy .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFx7HhlJJy .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uFx7HhlJJy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFx7HhlJJy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFx7HhlJJy .panel-title {
  color: #000000;
}
.cid-uFx7HhlJJy .panel-text {
  color: #ffffff;
}
.cid-uFx7HhlJJy .panel-title-edit {
  color: #ffffff;
}
.cid-uFwMjpAPUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwMjpAPUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjpAPUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjpAPUx .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwMjpAPUx .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwMjpAPUx .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwMjpAPUx .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwMjpAPUx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwMjpAPUx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwMjpAPUx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwMjpAPUx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwMjqGlNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/10ds1-scaled-2000x1334.jpg");
}
.cid-uFwMjqGlNM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwMjqGlNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwMjqGlNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwMjqGlNM .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwMjqGlNM .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwMjqGlNM .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwMjqGlNM .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwMjqGlNM .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwMjqGlNM .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwMjqGlNM .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwMjqGlNM .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwMjqGlNM .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwMjqGlNM .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwMjqGlNM .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwMjqGlNM .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwMjqGlNM .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwMjqGlNM .mbr-section-title {
  color: #150764;
}
.cid-uFwMjqGlNM .mbr-desc {
  color: #000000;
}
.cid-uFwMjqGlNM .list {
  color: #150764;
}
.cid-uFwMjqGlNM .list,
.cid-uFwMjqGlNM .item-wrap {
  color: #000000;
}
.cid-uFwPYdsvmY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwPYdsvmY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwPYdsvmY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwPYdsvmY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwPYdsvmY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwPYdsvmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwPYdsvmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwPYdsvmY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwPYdsvmY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwPYdsvmY .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwPYdsvmY .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwPYdsvmY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwPYdsvmY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwPYdsvmY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwPYdsvmY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwPYdsvmY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwPYdsvmY .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwPYdsvmY .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwPYdsvmY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwPYdsvmY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwPYdsvmY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwPYdsvmY .navbar-caption:hover,
.cid-uFwPYdsvmY .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwPYdsvmY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwPYdsvmY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwPYdsvmY .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #144211;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwPYdsvmY .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwPYdsvmY .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwPYdsvmY .menu-container {
    margin: 16px;
  }
}
.cid-uFwPYdsvmY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwPYdsvmY .iconfont-wrapper:hover,
.cid-uFwPYdsvmY .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwPYdsvmY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #144211;
  border-radius: 4px !important;
}
.cid-uFwPYdsvmY .nav-item:focus,
.cid-uFwPYdsvmY .nav-link:focus {
  outline: none;
}
.cid-uFwPYdsvmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwPYdsvmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwPYdsvmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwPYdsvmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwPYdsvmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwPYdsvmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwPYdsvmY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwPYdsvmY .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwPYdsvmY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwPYdsvmY .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwPYdsvmY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwPYdsvmY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwPYdsvmY .navbar.collapsed {
  justify-content: center;
}
.cid-uFwPYdsvmY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwPYdsvmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwPYdsvmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwPYdsvmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwPYdsvmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwPYdsvmY .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-uFwPYdsvmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwPYdsvmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwPYdsvmY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwPYdsvmY .navbar {
    min-height: 72px;
  }
  .cid-uFwPYdsvmY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwPYdsvmY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwPYdsvmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwPYdsvmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwPYdsvmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwPYdsvmY .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-uFwPYdsvmY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwPYdsvmY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwPYdsvmY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwPYdsvmY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwPYdsvmY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwPYdsvmY .dropdown-item.active,
.cid-uFwPYdsvmY .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwPYdsvmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwPYdsvmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwPYdsvmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwPYdsvmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #144211;
}
.cid-uFwPYdsvmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwPYdsvmY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwPYdsvmY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwPYdsvmY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwPYdsvmY .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwPYdsvmY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwPYdsvmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwPYdsvmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwPYdsvmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwPYdsvmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwPYdsvmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwPYdsvmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwPYdsvmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwPYdsvmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwPYdsvmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwPYdsvmY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwPYdsvmY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwPYdsvmY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwPYdsvmY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwPYdsvmY .navbar {
    height: 70px;
  }
  .cid-uFwPYdsvmY .navbar.opened {
    height: auto;
  }
  .cid-uFwPYdsvmY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwPYdsvmY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwPYdsvmY .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwPYdsvmY .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwPYdsvmY .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwPYdsvmY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwPYdsvmY .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwPYdsvmY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #144211;
    border-radius: 4px !important;
  }
  .cid-uFwPYdsvmY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwPYdsvmY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwPYdsvmY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwPYdsvmY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwPYdsvmY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwPYdsvmY .navbar-brand,
.cid-uFwPYdsvmY .navbar-toggler,
.cid-uFwPYdsvmY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFwPYfuUet {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/commercial-lawn-care-1200x800.jpg");
}
.cid-uFwPYfuUet .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFwPYfuUet .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uFwPYfuUet .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFwPYfuUet .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uFwPYfuUet .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uFwPYfuUet .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uFwPYfuUet .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uFwPYfuUet .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFwPYfuUet .mbr-text {
  margin-top: 5px;
}
.cid-uFwPYgTPQf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwPYgTPQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYgTPQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYgTPQf .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFwPYgTPQf .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFwPYgTPQf .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uFwPYgTPQf .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFwPYifQmI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #144211;
}
.cid-uFwPYifQmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYifQmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYifQmI .card-wrapper {
  width: 100%;
}
.cid-uFwPYifQmI .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFwPYifQmI .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFwPYifQmI .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uFwPYifQmI .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYifQmI .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uFwPYifQmI .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFwPYifQmI .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uFwPYifQmI .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uFwPYifQmI .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uFwPYifQmI .card-title {
    text-align: center !important;
  }
}
.cid-uFwPYifQmI .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFwPYifQmI .card-text {
    text-align: center !important;
  }
}
.cid-uFwPYjwuSR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwPYjwuSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYjwuSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYjwuSR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFwPYjwuSR .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFwPYjwuSR .col-img {
    order: 2;
  }
}
.cid-uFwPYjwuSR .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFwPYjwuSR .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFwPYjwuSR .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFwPYjwuSR .col-tex {
    order: 1;
  }
}
.cid-uFwPYjwuSR .card-title {
  color: #000000;
}
.cid-uFwPYjwuSR .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFwPYjwuSR .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFwPYjwuSR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFwPYjwuSR .mbr-text,
.cid-uFwPYjwuSR .mbr-section-btn {
  color: #000000;
}
.cid-uFwPYkEKBp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFwPYkEKBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYkEKBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFwPYkEKBp .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFwPYkEKBp .col-img {
    order: 2;
  }
}
.cid-uFwPYkEKBp .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFwPYkEKBp .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFwPYkEKBp .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFwPYkEKBp .col-tex {
    order: 1;
  }
}
.cid-uFwPYkEKBp .card-title {
  color: #ffffff;
}
.cid-uFwPYkEKBp .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFwPYkEKBp .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFwPYkEKBp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFwPYkEKBp .mbr-text,
.cid-uFwPYkEKBp .mbr-section-btn {
  color: #ffffff;
}
.cid-uFwPYlXP3J {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwPYlXP3J .row {
  justify-content: flex-start;
}
.cid-uFwPYlXP3J .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFwPYlXP3J .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFwPYlXP3J .mbr-section-title {
  color: #45494E;
}
.cid-uFwPYlXP3J .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFwPYlXP3J .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFwPYlXP3J .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYlXP3J .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uFwPYlXP3J .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-uFwPYlXP3J .item-title {
  color: #45494E;
}
.cid-uFwPYlXP3J .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uFwPYlXP3J .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFwPYlXP3J .mbr-text {
  color: #000000;
  padding-top: 16px;
  margin-top: auto;
  text-align: center;
}
.cid-uFwPYlXP3J .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 99.999%;
}
.cid-uFwPYlXP3J .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uFwPYlXP3J .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwPYlXP3J .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFwPYlXP3J .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uFwPYnoWPd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/commercial-lawn-care-business-accounts-1-1000x333.jpg");
}
.cid-uFwPYnoWPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYnoWPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYnoWPd .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFwPYozv3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwPYozv3O .row {
  justify-content: flex-start;
}
.cid-uFwPYozv3O .mbr-section-title {
  color: #000000;
}
.cid-uFwPYozv3O .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwPYozv3O .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYozv3O .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwPYozv3O .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwPYozv3O .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYozv3O .mbr-text {
    margin-top: 20px;
  }
}
.cid-uGDu0fMzYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uGDu0fMzYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDu0fMzYA .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGDu0fMzYA .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGDu0fMzYA .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uGDu0fMzYA .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uGDu0fMzYA .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uGDu0fMzYA .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGDu0fMzYA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uGDu0fMzYA .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uGDu0fMzYA .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uGDu0fMzYA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGDu0fMzYA .mbr-section-title,
.cid-uGDu0fMzYA .mbr-text,
.cid-uGDu0fMzYA .panel-title-edit,
.cid-uGDu0fMzYA .panel-text {
  color: #000000;
}
.cid-uGDu0fMzYA .mbr-section-title,
.cid-uGDu0fMzYA .icon-wrapper {
  color: #ffffff;
}
.cid-uFwPYr90yf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwPYr90yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYr90yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYr90yf .row {
  justify-content: flex-start;
}
.cid-uFwPYr90yf .mbr-section-title {
  color: #000000;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwPYr90yf .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYr90yf .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uFwPYr90yf .image-wrapper {
  width: 100%;
}
.cid-uFwPYr90yf .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uFwPYr90yf .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uFwPYr90yf .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYr90yf .mbr-text {
    margin-top: 45px;
  }
}
.cid-uFwPYr90yf .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uFwPYr90yf .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uFwPYr90yf .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFwPYr90yf .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFwPYr90yf .mbr-text,
.cid-uFwPYr90yf .mbr-section-btn {
  color: #000000;
}
.cid-uFwPYsfHVT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #144211;
}
.cid-uFwPYsfHVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYsfHVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYsfHVT .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFwPYsfHVT .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uFwPYsfHVT .mbr-section-title {
  color: #ffffff;
}
.cid-uFwPYsfHVT .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFwPYsfHVT .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uFwPYsfHVT .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uFwPYsfHVT .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFwPYsfHVT .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uFwPYsfHVT .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uFwPYsfHVT .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uFwPYsfHVT .panel-group {
  border: none;
}
.cid-uFwPYsfHVT .panel-body {
  padding: 0 0 28px;
}
.cid-uFwPYsfHVT .panel-text {
  color: #45494E;
}
.cid-uFwPYsfHVT .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uFwPYsfHVT .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFwPYsfHVT .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFwPYsfHVT .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFwPYsfHVT .panel-title-edit {
  color: #ffffff;
}
.cid-uFwPYsfHVT .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFwPYsfHVT .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFwPYsfHVT .panel-text,
.cid-uFwPYsfHVT .mbr-section-btn {
  color: #000000;
}
.cid-uFwPYtWoQS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bee7bc;
}
@media (max-width: 991px) {
  .cid-uFwPYtWoQS .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFwPYtWoQS .mbr-section-title {
  color: #000000;
}
.cid-uFwPYtWoQS .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uFwPYtWoQS .mbr-text {
  color: #000000;
}
.cid-uFwPYvdoCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #144211;
}
.cid-uFwPYvdoCR .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwPYvdoCR .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwPYvdoCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYvdoCR .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-uFwPYvdoCR .container {
    padding: 0 15px;
  }
}
.cid-uFwPYvdoCR .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFwPYvdoCR .image-wrapper {
  position: relative;
}
.cid-uFwPYvdoCR .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFwPYvdoCR .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwPYvdoCR .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uFwPYvdoCR .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uFwPYvdoCR .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uFwPYvdoCR .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uFwPYvdoCR .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFwPYvdoCR .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uFwPYvdoCR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uFwPYvdoCR .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFwPYvdoCR .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uFwPYvdoCR .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uFwPYvdoCR .mbr-text {
  color: #f7f5f6;
}
.cid-uFwPYvdoCR .item-name {
  color: #f7f5f6;
}
.cid-uFwPYvdoCR .item-role {
  color: #68707c;
}
.cid-uFwPYwxM9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwPYwxM9p .row {
  justify-content: flex-start;
}
.cid-uFwPYwxM9p .mbr-section-title {
  color: #000000;
}
.cid-uFwPYwxM9p .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwPYwxM9p .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYwxM9p .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwPYwxM9p .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwPYwxM9p .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYwxM9p .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFx829pgeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFx829pgeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFx829pgeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFx829pgeI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFx829pgeI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFx829pgeI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFx829pgeI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFx829pgeI .container {
    padding: 0 16px;
  }
}
.cid-uFx829pgeI .row {
  justify-content: center;
}
.cid-uFx829pgeI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFx829pgeI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFx829pgeI .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uFx829pgeI .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uFx829pgeI .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uFx829pgeI .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFx829pgeI .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uFx829pgeI .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFx829pgeI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFx829pgeI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFx829pgeI .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uFx829pgeI .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFx829pgeI .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uFx829pgeI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFx829pgeI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFx829pgeI .panel-title {
  color: #000000;
}
.cid-uFx829pgeI .panel-text {
  color: #ffffff;
}
.cid-uFx829pgeI .panel-title-edit {
  color: #ffffff;
}
.cid-uFwPYykADc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwPYykADc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYykADc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYykADc .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwPYykADc .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwPYykADc .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwPYykADc .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwPYykADc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwPYykADc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwPYykADc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwPYykADc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwPYzV337 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/10ds1-scaled-2000x1334.jpg");
}
.cid-uFwPYzV337 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwPYzV337 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwPYzV337 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwPYzV337 .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwPYzV337 .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwPYzV337 .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwPYzV337 .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwPYzV337 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwPYzV337 .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwPYzV337 .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwPYzV337 .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwPYzV337 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwPYzV337 .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwPYzV337 .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwPYzV337 .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwPYzV337 .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwPYzV337 .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwPYzV337 .mbr-section-title {
  color: #150764;
}
.cid-uFwPYzV337 .mbr-desc {
  color: #000000;
}
.cid-uFwPYzV337 .list {
  color: #150764;
}
.cid-uFwPYzV337 .list,
.cid-uFwPYzV337 .item-wrap {
  color: #000000;
}
.cid-uFwSl8S1HU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwSl8S1HU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwSl8S1HU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwSl8S1HU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwSl8S1HU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwSl8S1HU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwSl8S1HU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwSl8S1HU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwSl8S1HU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwSl8S1HU .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwSl8S1HU .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwSl8S1HU .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwSl8S1HU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwSl8S1HU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwSl8S1HU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwSl8S1HU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwSl8S1HU .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwSl8S1HU .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwSl8S1HU .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwSl8S1HU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwSl8S1HU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwSl8S1HU .navbar-caption:hover,
.cid-uFwSl8S1HU .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwSl8S1HU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwSl8S1HU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwSl8S1HU .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #144211;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwSl8S1HU .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwSl8S1HU .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwSl8S1HU .menu-container {
    margin: 16px;
  }
}
.cid-uFwSl8S1HU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwSl8S1HU .iconfont-wrapper:hover,
.cid-uFwSl8S1HU .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwSl8S1HU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #144211;
  border-radius: 4px !important;
}
.cid-uFwSl8S1HU .nav-item:focus,
.cid-uFwSl8S1HU .nav-link:focus {
  outline: none;
}
.cid-uFwSl8S1HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwSl8S1HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwSl8S1HU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwSl8S1HU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwSl8S1HU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwSl8S1HU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwSl8S1HU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwSl8S1HU .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwSl8S1HU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwSl8S1HU .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwSl8S1HU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwSl8S1HU .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwSl8S1HU .navbar.collapsed {
  justify-content: center;
}
.cid-uFwSl8S1HU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwSl8S1HU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwSl8S1HU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwSl8S1HU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwSl8S1HU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwSl8S1HU .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-uFwSl8S1HU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwSl8S1HU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwSl8S1HU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwSl8S1HU .navbar {
    min-height: 72px;
  }
  .cid-uFwSl8S1HU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwSl8S1HU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwSl8S1HU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwSl8S1HU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwSl8S1HU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwSl8S1HU .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-uFwSl8S1HU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwSl8S1HU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwSl8S1HU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwSl8S1HU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwSl8S1HU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwSl8S1HU .dropdown-item.active,
.cid-uFwSl8S1HU .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwSl8S1HU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwSl8S1HU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwSl8S1HU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwSl8S1HU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #144211;
}
.cid-uFwSl8S1HU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwSl8S1HU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwSl8S1HU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwSl8S1HU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwSl8S1HU .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwSl8S1HU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwSl8S1HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwSl8S1HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwSl8S1HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwSl8S1HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwSl8S1HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwSl8S1HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwSl8S1HU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwSl8S1HU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwSl8S1HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwSl8S1HU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwSl8S1HU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwSl8S1HU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwSl8S1HU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwSl8S1HU .navbar {
    height: 70px;
  }
  .cid-uFwSl8S1HU .navbar.opened {
    height: auto;
  }
  .cid-uFwSl8S1HU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwSl8S1HU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwSl8S1HU .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwSl8S1HU .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwSl8S1HU .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwSl8S1HU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwSl8S1HU .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwSl8S1HU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #144211;
    border-radius: 4px !important;
  }
  .cid-uFwSl8S1HU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwSl8S1HU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwSl8S1HU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwSl8S1HU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwSl8S1HU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwSl8S1HU .navbar-brand,
.cid-uFwSl8S1HU .navbar-toggler,
.cid-uFwSl8S1HU .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFwSlb1RAF {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/67190e177dcfe738d209ce99-phd0qdoq-1920x1097.jpg");
}
.cid-uFwSlb1RAF .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFwSlb1RAF .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-uFwSlb1RAF .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFwSlb1RAF .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-uFwSlb1RAF .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-uFwSlb1RAF .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uFwSlb1RAF .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-uFwSlb1RAF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFwSlb1RAF .mbr-text {
  margin-top: 5px;
}
.cid-uFwSlcTCgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwSlcTCgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSlcTCgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSlcTCgl .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFwSlcTCgl .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFwSlcTCgl .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uFwSlcTCgl .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFwSldT32D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #144211;
}
.cid-uFwSldT32D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSldT32D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSldT32D .card-wrapper {
  width: 100%;
}
.cid-uFwSldT32D .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFwSldT32D .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFwSldT32D .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uFwSldT32D .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uFwSldT32D .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uFwSldT32D .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFwSldT32D .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uFwSldT32D .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uFwSldT32D .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uFwSldT32D .card-title {
    text-align: center !important;
  }
}
.cid-uFwSldT32D .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFwSldT32D .card-text {
    text-align: center !important;
  }
}
.cid-uFwSleLC9X {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwSleLC9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSleLC9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSleLC9X .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFwSleLC9X .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFwSleLC9X .col-img {
    order: 2;
  }
}
.cid-uFwSleLC9X .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFwSleLC9X .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFwSleLC9X .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFwSleLC9X .col-tex {
    order: 1;
  }
}
.cid-uFwSleLC9X .card-title {
  color: #000000;
}
.cid-uFwSleLC9X .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFwSleLC9X .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFwSleLC9X .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFwSleLC9X .mbr-text,
.cid-uFwSleLC9X .mbr-section-btn {
  color: #000000;
}
.cid-uFwSlfKk2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFwSlfKk2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSlfKk2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFwSlfKk2M .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFwSlfKk2M .col-img {
    order: 2;
  }
}
.cid-uFwSlfKk2M .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFwSlfKk2M .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFwSlfKk2M .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFwSlfKk2M .col-tex {
    order: 1;
  }
}
.cid-uFwSlfKk2M .card-title {
  color: #ffffff;
}
.cid-uFwSlfKk2M .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFwSlfKk2M .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFwSlfKk2M .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFwSlfKk2M .mbr-text,
.cid-uFwSlfKk2M .mbr-section-btn {
  color: #ffffff;
}
.cid-uFwSlgUMhI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwSlgUMhI .row {
  justify-content: flex-start;
}
.cid-uFwSlgUMhI .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFwSlgUMhI .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFwSlgUMhI .mbr-section-title {
  color: #45494E;
}
.cid-uFwSlgUMhI .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFwSlgUMhI .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFwSlgUMhI .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSlgUMhI .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uFwSlgUMhI .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-uFwSlgUMhI .item-title {
  color: #45494E;
}
.cid-uFwSlgUMhI .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-uFwSlgUMhI .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFwSlgUMhI .mbr-text {
  color: #000000;
  padding-top: 16px;
  margin-top: auto;
  text-align: center;
}
.cid-uFwSlgUMhI .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 99.999%;
}
.cid-uFwSlgUMhI .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-uFwSlgUMhI .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFwSlgUMhI .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFwSlgUMhI .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-uFwSli16JR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/page-title-bg-1800x599.jpg");
}
.cid-uFwSli16JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSli16JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSli16JR .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFwSlj2JoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwSlj2JoK .row {
  justify-content: flex-start;
}
.cid-uFwSlj2JoK .mbr-section-title {
  color: #000000;
}
.cid-uFwSlj2JoK .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwSlj2JoK .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSlj2JoK .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwSlj2JoK .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwSlj2JoK .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSlj2JoK .mbr-text {
    margin-top: 20px;
  }
}
.cid-uGDubwUUNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uGDubwUUNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDubwUUNk .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGDubwUUNk .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGDubwUUNk .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uGDubwUUNk .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uGDubwUUNk .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uGDubwUUNk .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGDubwUUNk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uGDubwUUNk .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uGDubwUUNk .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uGDubwUUNk .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uGDubwUUNk .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGDubwUUNk .mbr-section-title,
.cid-uGDubwUUNk .mbr-text,
.cid-uGDubwUUNk .panel-title-edit,
.cid-uGDubwUUNk .panel-text {
  color: #000000;
}
.cid-uGDubwUUNk .mbr-section-title,
.cid-uGDubwUUNk .icon-wrapper {
  color: #ffffff;
}
.cid-uFwSllcwY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwSllcwY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSllcwY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSllcwY5 .row {
  justify-content: flex-start;
}
.cid-uFwSllcwY5 .mbr-section-title {
  color: #000000;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwSllcwY5 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSllcwY5 .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uFwSllcwY5 .image-wrapper {
  width: 100%;
}
.cid-uFwSllcwY5 .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uFwSllcwY5 .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uFwSllcwY5 .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSllcwY5 .mbr-text {
    margin-top: 45px;
  }
}
.cid-uFwSllcwY5 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uFwSllcwY5 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uFwSllcwY5 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFwSllcwY5 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFwSllcwY5 .mbr-text,
.cid-uFwSllcwY5 .mbr-section-btn {
  color: #000000;
}
.cid-uFwSlmcCfM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #144211;
}
.cid-uFwSlmcCfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSlmcCfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSlmcCfM .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFwSlmcCfM .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uFwSlmcCfM .mbr-section-title {
  color: #ffffff;
}
.cid-uFwSlmcCfM .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFwSlmcCfM .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uFwSlmcCfM .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uFwSlmcCfM .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFwSlmcCfM .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uFwSlmcCfM .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uFwSlmcCfM .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uFwSlmcCfM .panel-group {
  border: none;
}
.cid-uFwSlmcCfM .panel-body {
  padding: 0 0 28px;
}
.cid-uFwSlmcCfM .panel-text {
  color: #45494E;
}
.cid-uFwSlmcCfM .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uFwSlmcCfM .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFwSlmcCfM .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFwSlmcCfM .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFwSlmcCfM .panel-title-edit {
  color: #ffffff;
}
.cid-uFwSlmcCfM .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFwSlmcCfM .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFwSlmcCfM .panel-text,
.cid-uFwSlmcCfM .mbr-section-btn {
  color: #000000;
}
.cid-uFwSlntxuk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bee7bc;
}
@media (max-width: 991px) {
  .cid-uFwSlntxuk .col-title {
    margin-bottom: 20px;
  }
}
.cid-uFwSlntxuk .mbr-section-title {
  color: #000000;
}
.cid-uFwSlntxuk .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uFwSlntxuk .mbr-text {
  color: #000000;
}
.cid-uFwSloqyik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #144211;
}
.cid-uFwSloqyik .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwSloqyik .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uFwSloqyik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSloqyik .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-uFwSloqyik .container {
    padding: 0 15px;
  }
}
.cid-uFwSloqyik .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFwSloqyik .image-wrapper {
  position: relative;
}
.cid-uFwSloqyik .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFwSloqyik .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFwSloqyik .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uFwSloqyik .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uFwSloqyik .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uFwSloqyik .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uFwSloqyik .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFwSloqyik .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uFwSloqyik .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uFwSloqyik .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFwSloqyik .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uFwSloqyik .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uFwSloqyik .mbr-text {
  color: #f7f5f6;
}
.cid-uFwSloqyik .item-name {
  color: #f7f5f6;
}
.cid-uFwSloqyik .item-role {
  color: #68707c;
}
.cid-uFwSlpsDkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee7bc;
}
.cid-uFwSlpsDkb .row {
  justify-content: flex-start;
}
.cid-uFwSlpsDkb .mbr-section-title {
  color: #000000;
}
.cid-uFwSlpsDkb .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwSlpsDkb .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSlpsDkb .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwSlpsDkb .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwSlpsDkb .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSlpsDkb .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFx86Af7Fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144211;
}
.cid-uFx86Af7Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFx86Af7Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFx86Af7Fa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFx86Af7Fa .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFx86Af7Fa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFx86Af7Fa .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFx86Af7Fa .container {
    padding: 0 16px;
  }
}
.cid-uFx86Af7Fa .row {
  justify-content: center;
}
.cid-uFx86Af7Fa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFx86Af7Fa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFx86Af7Fa .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uFx86Af7Fa .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uFx86Af7Fa .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uFx86Af7Fa .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFx86Af7Fa .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uFx86Af7Fa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFx86Af7Fa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFx86Af7Fa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFx86Af7Fa .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uFx86Af7Fa .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFx86Af7Fa .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uFx86Af7Fa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFx86Af7Fa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFx86Af7Fa .panel-title {
  color: #000000;
}
.cid-uFx86Af7Fa .panel-text {
  color: #ffffff;
}
.cid-uFx86Af7Fa .panel-title-edit {
  color: #ffffff;
}
.cid-uFwSlqoRxx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwSlqoRxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSlqoRxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSlqoRxx .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwSlqoRxx .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwSlqoRxx .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwSlqoRxx .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwSlqoRxx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwSlqoRxx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwSlqoRxx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwSlqoRxx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwSlrvN8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/10ds1-scaled-2000x1334.jpg");
}
.cid-uFwSlrvN8j .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwSlrvN8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwSlrvN8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwSlrvN8j .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwSlrvN8j .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwSlrvN8j .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwSlrvN8j .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwSlrvN8j .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwSlrvN8j .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwSlrvN8j .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwSlrvN8j .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwSlrvN8j .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwSlrvN8j .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwSlrvN8j .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwSlrvN8j .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwSlrvN8j .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwSlrvN8j .mbr-section-title {
  color: #150764;
}
.cid-uFwSlrvN8j .mbr-desc {
  color: #000000;
}
.cid-uFwSlrvN8j .list {
  color: #150764;
}
.cid-uFwSlrvN8j .list,
.cid-uFwSlrvN8j .item-wrap {
  color: #000000;
}
