.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'ArtineBold-nA4d4';
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'rocket-clouds-demo.regular';
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'ArtineBold-nA4d4';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #86a584 !important;
}
.bg-success {
  background-color: #86a584 !important;
}
.bg-info {
  background-color: #243048 !important;
}
.bg-warning {
  background-color: #d2cbc3 !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #86a584 !important;
  border-color: #86a584 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a3bba1 !important;
  border-color: #a3bba1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a3bba1 !important;
  border-color: #a3bba1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #243048 !important;
  border-color: #243048 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #35476a !important;
  border-color: #35476a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #35476a !important;
  border-color: #35476a !important;
}
.btn-info,
.btn-info:active {
  background-color: #243048 !important;
  border-color: #243048 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #35476a !important;
  border-color: #35476a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #35476a !important;
  border-color: #35476a !important;
}
.btn-success,
.btn-success:active {
  background-color: #86a584 !important;
  border-color: #86a584 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a3bba1 !important;
  border-color: #a3bba1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a3bba1 !important;
  border-color: #a3bba1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d2cbc3 !important;
  border-color: #d2cbc3 !important;
  color: #564c40 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e8e4e0 !important;
  border-color: #e8e4e0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #564c40 !important;
  background-color: #e8e4e0 !important;
  border-color: #e8e4e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #86a584;
  color: #86a584;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5b7959 !important;
  background-color: transparent !important;
  border-color: #5b7959 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #86a584 !important;
  border-color: #86a584 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #243048;
  color: #243048;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #07090e !important;
  background-color: transparent !important;
  border-color: #07090e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #243048 !important;
  border-color: #243048 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #243048;
  color: #243048;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #07090e !important;
  background-color: transparent !important;
  border-color: #07090e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #243048 !important;
  border-color: #243048 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #86a584;
  color: #86a584;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5b7959 !important;
  background-color: transparent !important;
  border-color: #5b7959 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #86a584 !important;
  border-color: #86a584 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d2cbc3;
  color: #d2cbc3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ada091 !important;
  background-color: transparent !important;
  border-color: #ada091 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #564c40 !important;
  background-color: #d2cbc3 !important;
  border-color: #d2cbc3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #86a584 !important;
}
.text-secondary {
  color: #243048 !important;
}
.text-success {
  color: #86a584 !important;
}
.text-info {
  color: #243048 !important;
}
.text-warning {
  color: #d2cbc3 !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #547152 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020304 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #547152 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020304 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a69889 !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: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #86a584;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #243048;
}
.alert-warning {
  background-color: #d2cbc3;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #86a584;
  border-color: #86a584;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #86a584;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cedbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cedbce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8c9fc6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #86a584 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #86a584;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #86a584;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #86a584;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #86a584;
  border-bottom-color: #86a584;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #86a584 !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: #243048 !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='%2386a584' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uT4GtMZdtp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uT4GtMZdtp .nav-item:focus,
.cid-uT4GtMZdtp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uT4GtMZdtp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uT4GtMZdtp .nav-item .nav-link {
    position: relative;
  }
  .cid-uT4GtMZdtp .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uT4GtMZdtp .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uT4GtMZdtp .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4GtMZdtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uT4GtMZdtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT4GtMZdtp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uT4GtMZdtp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uT4GtMZdtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uT4GtMZdtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uT4GtMZdtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT4GtMZdtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT4GtMZdtp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uT4GtMZdtp .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uT4GtMZdtp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uT4GtMZdtp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT4GtMZdtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT4GtMZdtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT4GtMZdtp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uT4GtMZdtp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uT4GtMZdtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT4GtMZdtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT4GtMZdtp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uT4GtMZdtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT4GtMZdtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uT4GtMZdtp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uT4GtMZdtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT4GtMZdtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT4GtMZdtp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uT4GtMZdtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT4GtMZdtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT4GtMZdtp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uT4GtMZdtp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uT4GtMZdtp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT4GtMZdtp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT4GtMZdtp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uT4GtMZdtp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uT4GtMZdtp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uT4GtMZdtp .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uT4GtMZdtp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uT4GtMZdtp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uT4GtMZdtp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT4GtMZdtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT4GtMZdtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT4GtMZdtp .dropdown-item.active,
.cid-uT4GtMZdtp .dropdown-item:active {
  background-color: transparent;
}
.cid-uT4GtMZdtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT4GtMZdtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT4GtMZdtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT4GtMZdtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uT4GtMZdtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT4GtMZdtp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT4GtMZdtp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uT4GtMZdtp .navbar-buttons {
  text-align: center;
}
.cid-uT4GtMZdtp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uT4GtMZdtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uT4GtMZdtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uT4GtMZdtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uT4GtMZdtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uT4GtMZdtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uT4GtMZdtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uT4GtMZdtp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uT4GtMZdtp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uT4GtMZdtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uT4GtMZdtp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uT4GtMZdtp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uT4GtMZdtp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uT4GtMZdtp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uT4GtMZdtp .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT4GtMZdtp .navbar {
    height: 77px;
  }
  .cid-uT4GtMZdtp .navbar.opened {
    height: auto;
  }
  .cid-uT4GtMZdtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4Gxw3bRO {
  background-image: url("../../../assets/images/anton-savinov-s6jnhci2y-m-unsplash-2000x1333.jpg");
}
.cid-uT4Gxw3bRO .mbr-section-title,
.cid-uT4Gxw3bRO .mbr-section-subtitle {
  color: #000000;
}
.cid-uT4Gxw3bRO .mbr-section-text {
  color: #232323;
}
.cid-uT4Gxw3bRO .mbr-text,
.cid-uT4Gxw3bRO .typed-text,
.cid-uT4Gxw3bRO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uT4Gxw3bRO .btn {
  margin-left: 4px !important;
}
.cid-uT4Gxw3bRO .animated-element {
  color: #86a584;
}
.cid-uT4Gxw3bRO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #86a584;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uT4Gxw3bRO .mbr-section-title {
  color: #d2cbc3;
}
.cid-uT4Gxw3bRO .mbr-section-subtitle,
.cid-uT4Gxw3bRO .typed-text {
  color: #d2cbc3;
}
.cid-uT4Gxw3bRO .mbr-section-text,
.cid-uT4Gxw3bRO .mbr-section-btn {
  color: #d2cbc3;
}
.cid-uTwrsTykwm {
  padding-top: 0px;
  background: linear-gradient(180deg, #243048, #d2cbc3);
}
.cid-uTwrsTykwm .wave1 {
  opacity: 0.35;
  fill: #d2cbc3;
}
.cid-uTwrsTykwm .wave2 {
  fill: #d2cbc3;
}
.cid-uTwpSBIp7G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d2cbc3;
}
.cid-uTwpSBIp7G .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTwpSBIp7G .mbr-section-title {
  margin: 0;
  color: #243048;
}
.cid-uTwpSBIp7G .mbr-section-subtitle {
  color: #232323;
}
.cid-uTwpSBIp7G .card-img span {
  color: #86a584;
}
.cid-uTwpSBIp7G .row-item {
  margin-bottom: 2rem;
}
.cid-uTwpSBIp7G .row-item:hover .wrapper {
  background: linear-gradient(90deg, #243048, #86a584);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTwpSBIp7G .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-uTwpSBIp7G .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-uTwpSBIp7G .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uTwrNsWuVh {
  padding-top: 600px;
  background-image: url("../../../assets/images/ironing-shirts-900x600.jpg");
}
.cid-vcbLcotZlA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d2cbc3;
}
.cid-vcbLcotZlA .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcbLcotZlA .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcbLcotZlA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vcbLcotZlA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vcbLcotZlA .process-icon,
.cid-vcbLcotZlA .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-vcbLcotZlA .wrapper,
.cid-vcbLcotZlA .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vcbLcotZlA .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #243048;
  opacity: .4;
}
.cid-vcbLcotZlA .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-vcbLcotZlA .icon-container a {
  display: inherit;
}
.cid-vcbLcotZlA .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #86a584 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-vcbLcotZlA .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-vcbLcotZlA .icon-main:hover .icon-wrapper {
  background-color: #86a584 !important;
}
.cid-vcbLcotZlA .icon-main:hover .icon-number {
  background-color: #243048 !important;
  color: #ffffff !important;
}
.cid-vcbLcotZlA .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-vcbLcotZlA .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-vcbLcotZlA .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-vcbLcotZlA .third-elem .wrapper:before {
    display: none;
  }
}
.cid-vcbLcotZlA .mbr-section-title {
  margin: 0;
}
.cid-vcbLcotZlA .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vcbLcotZlA .mbr-section-title,
.cid-vcbLcotZlA .underline {
  color: #86a584;
}
.cid-uTwtlDTeD1 {
  padding-top: 600px;
  background-image: url("../../../assets/images/maude-frederique-lavoie-edstj4kcucw-unsplash-2000x2000.jpg");
}
.cid-uTwstAafwL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwstAafwL img {
  width: 90%;
}
.cid-uTwstAafwL .mbr-text,
.cid-uTwstAafwL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwstAafwL img {
    width: 100%;
  }
  .cid-uTwstAafwL .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwstAafwL H1 {
  color: #243048;
}
.cid-uTwstAafwL H3 {
  color: #86a584;
}
.cid-vcbQqjn1zO {
  padding-top: 600px;
  background-image: url("../../../assets/images/istockphoto-1426796781-612x408.jpg");
}
.cid-vcbP1xAJgf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcbP1xAJgf img {
  width: 90%;
}
.cid-vcbP1xAJgf .mbr-text,
.cid-vcbP1xAJgf .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcbP1xAJgf img {
    width: 100%;
  }
  .cid-vcbP1xAJgf .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcbP1xAJgf H3 {
  color: #86a584;
}
.cid-vcbQp5A4d2 {
  padding-top: 600px;
  background-image: url("../../../assets/images/premium-sneaker-cleaning.webp");
}
.cid-uTwtTUKKtK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d2cbc3;
}
.cid-uTwtTUKKtK .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uTwtTUKKtK .title {
  max-width: 800px;
  margin: auto;
}
.cid-uTwtTUKKtK .text-wrap {
  padding: 0 1rem;
}
.cid-uTwtTUKKtK .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uTwtTUKKtK .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uTwtTUKKtK .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uTwtTUKKtK .card-block:hover img {
  transform: scale(1.1);
}
.cid-uTwtTUKKtK .card {
  padding: 0;
}
.cid-uTwtTUKKtK .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uTwtTUKKtK .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uTwtTUKKtK .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uTwtTUKKtK H4 {
  color: #0fa0cd;
}
@media (max-width: 992px) {
  .cid-uTwtTUKKtK .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uTwtTUKKtK .mbr-section-title {
  color: #86a584;
}
.cid-uTwuQqu6pg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d2cbc3;
}
.cid-uTwuQqu6pg .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uTwuQqu6pg .title {
  max-width: 800px;
  margin: auto;
}
.cid-uTwuQqu6pg .text-wrap {
  padding: 0 1rem;
}
.cid-uTwuQqu6pg .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uTwuQqu6pg .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uTwuQqu6pg .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uTwuQqu6pg .card-block:hover img {
  transform: scale(1.1);
}
.cid-uTwuQqu6pg .card {
  padding: 0;
}
.cid-uTwuQqu6pg .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uTwuQqu6pg .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uTwuQqu6pg .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uTwuQqu6pg H4 {
  color: #0fa0cd;
}
@media (max-width: 992px) {
  .cid-uTwuQqu6pg .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uTwuQqu6pg .mbr-section-title {
  color: #86a584;
}
.cid-uTwuulIHdl {
  padding-top: 600px;
  background-image: url("../../../assets/images/hood-ie5ypxwlpsk-unsplash-2000x1333.jpg");
}
.cid-uTwvUNyqFO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwvUNyqFO img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uTwvUNyqFO img {
    width: 100%;
  }
  .cid-uTwvUNyqFO .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwvUNyqFO ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-uTwvUNyqFO ul li {
  margin-bottom: 0.4rem;
  list-style: none;
}
.cid-uTwvUNyqFO ul li:before {
  position: absolute;
  left: 6px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #243048;
}
.cid-uTwvUNyqFO H3 {
  color: #86a584;
}
.cid-uTwvUNyqFO H1 {
  color: #243048;
}
.cid-vcbRfllrgB {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-pixabay-271711-1130x746.jpg");
}
.cid-vcbRm2aYKd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d2cbc3;
}
.cid-vcbRm2aYKd .mbr-section-subtitle {
  color: #232323;
}
.cid-vcbRm2aYKd .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-vcbRm2aYKd h2,
  .cid-vcbRm2aYKd h3 {
    text-align: center !important;
  }
  .cid-vcbRm2aYKd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vcbRm2aYKd H2 {
  color: #86a584;
}
.cid-uTwvWEStg3 {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-aktionman74-17639029-2000x1333.jpg");
}
.cid-uTxaZoJHKb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-uTxaZoJHKb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTxaZoJHKb .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uTxaZoJHKb .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uTxaZoJHKb .media-content {
  padding-left: 2rem;
}
.cid-uTxaZoJHKb textarea {
  min-height: 150px;
}
.cid-uTxaZoJHKb .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uTxaZoJHKb .form-control,
.cid-uTxaZoJHKb .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uTxaZoJHKb .form-control input::-webkit-input-placeholder,
.cid-uTxaZoJHKb .field-input input::-webkit-input-placeholder,
.cid-uTxaZoJHKb .form-control textarea::-webkit-input-placeholder,
.cid-uTxaZoJHKb .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uTxaZoJHKb .form-control input:-moz-placeholder,
.cid-uTxaZoJHKb .field-input input:-moz-placeholder,
.cid-uTxaZoJHKb .form-control textarea:-moz-placeholder,
.cid-uTxaZoJHKb .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uTxaZoJHKb .form-control:hover,
.cid-uTxaZoJHKb .field-input:hover,
.cid-uTxaZoJHKb .form-control:focus,
.cid-uTxaZoJHKb .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uTxaZoJHKb .form-control:hover input::-webkit-input-placeholder,
.cid-uTxaZoJHKb .field-input:hover input::-webkit-input-placeholder,
.cid-uTxaZoJHKb .form-control:focus input::-webkit-input-placeholder,
.cid-uTxaZoJHKb .field-input:focus input::-webkit-input-placeholder,
.cid-uTxaZoJHKb .form-control:hover textarea::-webkit-input-placeholder,
.cid-uTxaZoJHKb .field-input:hover textarea::-webkit-input-placeholder,
.cid-uTxaZoJHKb .form-control:focus textarea::-webkit-input-placeholder,
.cid-uTxaZoJHKb .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uTxaZoJHKb .form-control:hover input:-moz-placeholder,
.cid-uTxaZoJHKb .field-input:hover input:-moz-placeholder,
.cid-uTxaZoJHKb .form-control:focus input:-moz-placeholder,
.cid-uTxaZoJHKb .field-input:focus input:-moz-placeholder,
.cid-uTxaZoJHKb .form-control:hover textarea:-moz-placeholder,
.cid-uTxaZoJHKb .field-input:hover textarea:-moz-placeholder,
.cid-uTxaZoJHKb .form-control:focus textarea:-moz-placeholder,
.cid-uTxaZoJHKb .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uTxaZoJHKb .jq-number__spin:hover,
.cid-uTxaZoJHKb .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uTxaZoJHKb .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTxaZoJHKb .jq-selectbox li,
.cid-uTxaZoJHKb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uTxaZoJHKb .jq-selectbox li:hover,
.cid-uTxaZoJHKb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uTxaZoJHKb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uTxaZoJHKb .jq-number__spin.minus:hover:after,
.cid-uTxaZoJHKb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uTxaZoJHKb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uTxaZoJHKb .jq-number__spin.minus:after,
.cid-uTxaZoJHKb .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uTxaZoJHKb input::-webkit-clear-button {
  display: none;
}
.cid-uTxaZoJHKb input::-webkit-inner-spin-button {
  display: none;
}
.cid-uTxaZoJHKb input::-webkit-outer-spin-button {
  display: none;
}
.cid-uTxaZoJHKb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uTxaZoJHKb .mbr-text,
.cid-uTxaZoJHKb .mbr-section-btn {
  color: #232323;
}
.cid-uTxaZoJHKb .text2,
.cid-uTxaZoJHKb .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTxaZoJHKb .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uTxaZoJHKb H1 {
  color: #86a584;
}
.cid-uTwwxYr7nd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTwwxYr7nd .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-uTwwxYr7nd .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-uTwwxYr7nd .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-uTwwxYr7nd .card-col {
    margin-right: 20rem;
  }
}
.cid-uTwwxYr7nd img {
  width: 100%;
}
.cid-uTwwxYr7nd .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-uTwwxYr7nd .container-fluid {
  position: relative;
}
.cid-uTwwxYr7nd .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-uTwwxYr7nd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTwwxYr7nd .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uTwwxYr7nd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTwwxYr7nd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTwwxYr7nd .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-uTwwxYr7nd .item h4 {
  margin: 0;
}
.cid-uTwwxYr7nd .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-uTwwxYr7nd p {
  font-weight: 400;
}
.cid-uTwwxYr7nd .card-title,
.cid-uTwwxYr7nd .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-uTwwxYr7nd .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-uTwwxYr7nd .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwwEmUNnc {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwwEmUNnc .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwwEmUNnc .wave2 {
  fill: #243048;
}
.cid-uTwvYPORlH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwvYPORlH .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwCgIAdJs .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwCgIAdJs .nav-item:focus,
.cid-uTwCgIAdJs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwCgIAdJs .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwCgIAdJs .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwCgIAdJs .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwCgIAdJs .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwCgIAdJs .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwCgIAdJs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwCgIAdJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwCgIAdJs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwCgIAdJs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwCgIAdJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwCgIAdJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwCgIAdJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwCgIAdJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwCgIAdJs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwCgIAdJs .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwCgIAdJs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwCgIAdJs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwCgIAdJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwCgIAdJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwCgIAdJs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwCgIAdJs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwCgIAdJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwCgIAdJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwCgIAdJs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwCgIAdJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwCgIAdJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwCgIAdJs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwCgIAdJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwCgIAdJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwCgIAdJs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwCgIAdJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwCgIAdJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwCgIAdJs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwCgIAdJs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwCgIAdJs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwCgIAdJs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwCgIAdJs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwCgIAdJs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwCgIAdJs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwCgIAdJs .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwCgIAdJs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwCgIAdJs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwCgIAdJs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwCgIAdJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwCgIAdJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwCgIAdJs .dropdown-item.active,
.cid-uTwCgIAdJs .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwCgIAdJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwCgIAdJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwCgIAdJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwCgIAdJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwCgIAdJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwCgIAdJs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwCgIAdJs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwCgIAdJs .navbar-buttons {
  text-align: center;
}
.cid-uTwCgIAdJs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwCgIAdJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwCgIAdJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwCgIAdJs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwCgIAdJs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwCgIAdJs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwCgIAdJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwCgIAdJs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwCgIAdJs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwCgIAdJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwCgIAdJs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwCgIAdJs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwCgIAdJs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwCgIAdJs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwCgIAdJs .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwCgIAdJs .navbar {
    height: 77px;
  }
  .cid-uTwCgIAdJs .navbar.opened {
    height: auto;
  }
  .cid-uTwCgIAdJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwCmAxQ7C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/oli-woodman-f4jsi88k7ds-unsplash-2000x1333.jpg");
}
.cid-uTwCmAxQ7C .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uTwCmAxQ7C .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uTwCmAxQ7C .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uTwCmAxQ7C .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uTwCmAxQ7C .container {
  max-width: 1600px;
}
.cid-uTwCmAxQ7C .mbr-bold,
.cid-uTwCmAxQ7C b {
  font-weight: 900;
}
.cid-uTwCmAxQ7C .btn {
  color: white!important;
}
.cid-uTwCmAxQ7C svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uTwCmAxQ7C svg path {
  fill: #d2cbc3;
}
@media (max-width: 1200px) {
  .cid-uTwCmAxQ7C svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uTwCmAxQ7C svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uTwCmAxQ7C svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uTwCmAxQ7C .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-uTwCmAxQ7C H1 {
  color: #86a584;
}
.cid-uTwCmAxQ7C .mbr-text,
.cid-uTwCmAxQ7C .mbr-section-btn {
  color: #d2cbc3;
}
.cid-uTwE9bLDiU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwE9bLDiU .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwE9bLDiU img {
  width: 90%;
}
.cid-uTwE9bLDiU .mbr-text,
.cid-uTwE9bLDiU .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwE9bLDiU img {
    width: 100%;
  }
  .cid-uTwE9bLDiU .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwE9bLDiU H1 {
  color: #243048;
}
.cid-uTwE9bLDiU H3 {
  color: #86a584;
}
.cid-uTwCgMdH46 {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-adrienne-andersen-1174503-2347642-2000x2996.jpg");
}
.cid-uTwFcwj5pW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwFcwj5pW .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwFcwj5pW img {
  width: 90%;
}
.cid-uTwFcwj5pW .mbr-text,
.cid-uTwFcwj5pW .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwFcwj5pW img {
    width: 100%;
  }
  .cid-uTwFcwj5pW .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwFcwj5pW H3 {
  color: #86a584;
}
.cid-uTwFcwj5pW H1 {
  color: #243048;
}
.cid-uTwFcwj5pW H2 {
  color: #243048;
}
.cid-uTwFekOq5u {
  padding-top: 600px;
  background-image: url("../../../assets/images/anton-savinov-s6jnhci2y-m-unsplash-2000x1333.jpg");
}
.cid-uTwF7QTGow {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwF7QTGow img {
  width: 90%;
}
.cid-uTwF7QTGow .mbr-text,
.cid-uTwF7QTGow .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwF7QTGow img {
    width: 100%;
  }
  .cid-uTwF7QTGow .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwF7QTGow H1 {
  color: #243048;
}
.cid-uTwF7QTGow H3 {
  color: #86a584;
}
.cid-uTwCgNtDi4 {
  padding-top: 600px;
  background-image: url("../../../assets/images/waldemar-nppnhzk1u0s-unsplash-2000x1333.jpg");
}
.cid-uTwCgNXRM0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d2cbc3;
}
.cid-uTwCgNXRM0 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uTwCgNXRM0 .title {
  max-width: 800px;
  margin: auto;
}
.cid-uTwCgNXRM0 .text-wrap {
  padding: 0 1rem;
}
.cid-uTwCgNXRM0 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uTwCgNXRM0 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uTwCgNXRM0 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uTwCgNXRM0 .card-block:hover img {
  transform: scale(1.1);
}
.cid-uTwCgNXRM0 .card {
  padding: 0;
}
.cid-uTwCgNXRM0 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uTwCgNXRM0 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uTwCgNXRM0 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uTwCgNXRM0 H4 {
  color: #0fa0cd;
}
@media (max-width: 992px) {
  .cid-uTwCgNXRM0 .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uTwCgNXRM0 .mbr-section-title {
  color: #86a584;
}
.cid-uTwCgOPTiY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d2cbc3;
}
.cid-uTwCgOPTiY .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uTwCgOPTiY .title {
  max-width: 800px;
  margin: auto;
}
.cid-uTwCgOPTiY .text-wrap {
  padding: 0 1rem;
}
.cid-uTwCgOPTiY .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uTwCgOPTiY .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uTwCgOPTiY .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uTwCgOPTiY .card-block:hover img {
  transform: scale(1.1);
}
.cid-uTwCgOPTiY .card {
  padding: 0;
}
.cid-uTwCgOPTiY .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uTwCgOPTiY .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uTwCgOPTiY .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uTwCgOPTiY H4 {
  color: #0fa0cd;
}
@media (max-width: 992px) {
  .cid-uTwCgOPTiY .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uTwCgOPTiY .mbr-section-title {
  color: #86a584;
}
.cid-uTwCgPBB79 {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-dom-j-7304-45980-2000x1332.jpg");
}
.cid-vcbWz8X9jm {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #d2cbc3;
}
.cid-vcbWz8X9jm .mbr-overlay {
  background: #232323;
}
.cid-vcbWz8X9jm .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vcbWz8X9jm H2 {
  color: #12172c;
}
.cid-vcbWz8X9jm .mbr-section-subtitle,
.cid-vcbWz8X9jm .mbr-section-btn {
  color: #232323;
}
.cid-vcbWy94ok5 {
  padding-top: 600px;
  background-image: url("../../../assets/images/waldemar-nppnhzk1u0s-unsplash-2000x1333.jpg");
}
.cid-vcbWr3mUGb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcbWr3mUGb img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vcbWr3mUGb img {
    width: 100%;
  }
  .cid-vcbWr3mUGb .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcbWr3mUGb ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-vcbWr3mUGb ul li {
  margin-bottom: 0.4rem;
  list-style: none;
}
.cid-vcbWr3mUGb ul li:before {
  position: absolute;
  left: 6px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #243048;
}
.cid-vcbWr3mUGb H3 {
  color: #86a584;
}
.cid-vcbWr3mUGb H1 {
  color: #243048;
}
.cid-uTwCgQG9RC {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-aktionman74-17639029-2000x1333.jpg");
}
.cid-vcctrqCnZk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vcctrqCnZk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcctrqCnZk .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vcctrqCnZk .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vcctrqCnZk .media-content {
  padding-left: 2rem;
}
.cid-vcctrqCnZk textarea {
  min-height: 150px;
}
.cid-vcctrqCnZk .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vcctrqCnZk .form-control,
.cid-vcctrqCnZk .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vcctrqCnZk .form-control input::-webkit-input-placeholder,
.cid-vcctrqCnZk .field-input input::-webkit-input-placeholder,
.cid-vcctrqCnZk .form-control textarea::-webkit-input-placeholder,
.cid-vcctrqCnZk .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vcctrqCnZk .form-control input:-moz-placeholder,
.cid-vcctrqCnZk .field-input input:-moz-placeholder,
.cid-vcctrqCnZk .form-control textarea:-moz-placeholder,
.cid-vcctrqCnZk .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vcctrqCnZk .form-control:hover,
.cid-vcctrqCnZk .field-input:hover,
.cid-vcctrqCnZk .form-control:focus,
.cid-vcctrqCnZk .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctrqCnZk .form-control:hover input::-webkit-input-placeholder,
.cid-vcctrqCnZk .field-input:hover input::-webkit-input-placeholder,
.cid-vcctrqCnZk .form-control:focus input::-webkit-input-placeholder,
.cid-vcctrqCnZk .field-input:focus input::-webkit-input-placeholder,
.cid-vcctrqCnZk .form-control:hover textarea::-webkit-input-placeholder,
.cid-vcctrqCnZk .field-input:hover textarea::-webkit-input-placeholder,
.cid-vcctrqCnZk .form-control:focus textarea::-webkit-input-placeholder,
.cid-vcctrqCnZk .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vcctrqCnZk .form-control:hover input:-moz-placeholder,
.cid-vcctrqCnZk .field-input:hover input:-moz-placeholder,
.cid-vcctrqCnZk .form-control:focus input:-moz-placeholder,
.cid-vcctrqCnZk .field-input:focus input:-moz-placeholder,
.cid-vcctrqCnZk .form-control:hover textarea:-moz-placeholder,
.cid-vcctrqCnZk .field-input:hover textarea:-moz-placeholder,
.cid-vcctrqCnZk .form-control:focus textarea:-moz-placeholder,
.cid-vcctrqCnZk .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vcctrqCnZk .jq-number__spin:hover,
.cid-vcctrqCnZk .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctrqCnZk .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcctrqCnZk .jq-selectbox li,
.cid-vcctrqCnZk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctrqCnZk .jq-selectbox li:hover,
.cid-vcctrqCnZk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctrqCnZk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcctrqCnZk .jq-number__spin.minus:hover:after,
.cid-vcctrqCnZk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctrqCnZk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcctrqCnZk .jq-number__spin.minus:after,
.cid-vcctrqCnZk .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctrqCnZk input::-webkit-clear-button {
  display: none;
}
.cid-vcctrqCnZk input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcctrqCnZk input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcctrqCnZk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcctrqCnZk .mbr-text,
.cid-vcctrqCnZk .mbr-section-btn {
  color: #232323;
}
.cid-vcctrqCnZk .text2,
.cid-vcctrqCnZk .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcctrqCnZk .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vcctrqCnZk H1 {
  color: #86a584;
}
.cid-vccts8Xru4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vccts8Xru4 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vccts8Xru4 .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vccts8Xru4 .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vccts8Xru4 .card-col {
    margin-right: 20rem;
  }
}
.cid-vccts8Xru4 img {
  width: 100%;
}
.cid-vccts8Xru4 .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vccts8Xru4 .container-fluid {
  position: relative;
}
.cid-vccts8Xru4 .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vccts8Xru4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vccts8Xru4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vccts8Xru4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vccts8Xru4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vccts8Xru4 .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vccts8Xru4 .item h4 {
  margin: 0;
}
.cid-vccts8Xru4 .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vccts8Xru4 p {
  font-weight: 400;
}
.cid-vccts8Xru4 .card-title,
.cid-vccts8Xru4 .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vccts8Xru4 .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vccts8Xru4 .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwCgSELoQ {
  padding-top: 0px;
  background: linear-gradient(180deg, #f7f7f7, #243048);
}
.cid-uTwCgSELoQ .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwCgSELoQ .wave2 {
  fill: #243048;
}
.cid-uTwCgT1d64 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwCgT1d64 .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwH63AvGH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwH63AvGH .nav-item:focus,
.cid-uTwH63AvGH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwH63AvGH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwH63AvGH .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwH63AvGH .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwH63AvGH .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwH63AvGH .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwH63AvGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwH63AvGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwH63AvGH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwH63AvGH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwH63AvGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwH63AvGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwH63AvGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwH63AvGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwH63AvGH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwH63AvGH .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwH63AvGH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwH63AvGH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwH63AvGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwH63AvGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwH63AvGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwH63AvGH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwH63AvGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwH63AvGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwH63AvGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwH63AvGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwH63AvGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwH63AvGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwH63AvGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwH63AvGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwH63AvGH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwH63AvGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwH63AvGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwH63AvGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwH63AvGH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwH63AvGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwH63AvGH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwH63AvGH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwH63AvGH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwH63AvGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwH63AvGH .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwH63AvGH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwH63AvGH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwH63AvGH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwH63AvGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwH63AvGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwH63AvGH .dropdown-item.active,
.cid-uTwH63AvGH .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwH63AvGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwH63AvGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwH63AvGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwH63AvGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwH63AvGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwH63AvGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwH63AvGH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwH63AvGH .navbar-buttons {
  text-align: center;
}
.cid-uTwH63AvGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwH63AvGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwH63AvGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwH63AvGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwH63AvGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwH63AvGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwH63AvGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwH63AvGH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwH63AvGH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwH63AvGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwH63AvGH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwH63AvGH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwH63AvGH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwH63AvGH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwH63AvGH .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwH63AvGH .navbar {
    height: 77px;
  }
  .cid-uTwH63AvGH .navbar.opened {
    height: auto;
  }
  .cid-uTwH63AvGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwHLiprKq {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/sana-saidi-zlarvzk6buu-unsplash-2000x1205.jpg");
}
.cid-uTwHLiprKq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uTwHLiprKq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwHLiprKq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwHLiprKq H1 {
  color: #86a584;
}
.cid-uTwHRWGTCg {
  padding-top: 0px;
  background: linear-gradient(180deg, #243048, #d2cbc3);
}
.cid-uTwHRWGTCg .wave1 {
  opacity: 0.35;
  fill: #d2cbc3;
}
.cid-uTwHRWGTCg .wave2 {
  fill: #d2cbc3;
}
.cid-uTwH651kbh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwH651kbh .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwH651kbh img {
  width: 90%;
}
.cid-uTwH651kbh .mbr-text,
.cid-uTwH651kbh .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwH651kbh img {
    width: 100%;
  }
  .cid-uTwH651kbh .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwH651kbh H1 {
  color: #243048;
}
.cid-uTwH651kbh H3 {
  color: #86a584;
}
.cid-uTwH67f41b {
  padding-top: 600px;
  background-image: url("../../../assets/images/anton-savinov-s6jnhci2y-m-unsplash-2000x1333.jpg");
}
.cid-uTwOANVO9i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d2cbc3;
}
.cid-uTwOANVO9i .subicon-title {
  color: #243048;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTwOANVO9i .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTwOANVO9i .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uTwOANVO9i .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uTwOANVO9i .process-icon,
.cid-uTwOANVO9i .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uTwOANVO9i .wrapper,
.cid-uTwOANVO9i .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uTwOANVO9i .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #243048;
  opacity: .4;
}
.cid-uTwOANVO9i .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uTwOANVO9i .icon-container a {
  display: inherit;
}
.cid-uTwOANVO9i .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #86a584 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-uTwOANVO9i .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uTwOANVO9i .icon-main:hover .icon-wrapper {
  background-color: #86a584 !important;
}
.cid-uTwOANVO9i .icon-main:hover .icon-number {
  background-color: #243048 !important;
  color: #ffffff !important;
}
.cid-uTwOANVO9i .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-uTwOANVO9i .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-uTwOANVO9i .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uTwOANVO9i .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uTwOANVO9i .mbr-section-title {
  margin: 0;
}
.cid-uTwOANVO9i .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uTwOANVO9i .mbr-section-title,
.cid-uTwOANVO9i .underline {
  color: #86a584;
}
.cid-uTwOxjsvx7 {
  padding-top: 600px;
  background-image: url("../../../assets/images/the-laundry-lowdown-1.webp");
}
.cid-uTwH65Vt5v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwH65Vt5v img {
  width: 90%;
}
.cid-uTwH65Vt5v .mbr-text,
.cid-uTwH65Vt5v .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwH65Vt5v img {
    width: 100%;
  }
  .cid-uTwH65Vt5v .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwH65Vt5v H3 {
  color: #86a584;
}
.cid-uTwH65Vt5v H1 {
  color: #243048;
}
.cid-uTwH65Vt5v H2 {
  color: #243048;
}
.cid-uTwH66oDNY {
  padding-top: 600px;
  background-image: url("../../../assets/images/360-f-75911873-owo8muelxbypm6qwope6ukvmeusgjiyx-540x360.jpg");
}
.cid-vcc2Q2Nj6S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcc2Q2Nj6S .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vcc2Q2Nj6S img {
  width: 90%;
}
.cid-vcc2Q2Nj6S .mbr-text,
.cid-vcc2Q2Nj6S .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcc2Q2Nj6S img {
    width: 100%;
  }
  .cid-vcc2Q2Nj6S .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcc2Q2Nj6S H3 {
  color: #86a584;
}
.cid-vcc2Q2Nj6S H1 {
  color: #243048;
}
.cid-vcc2Q2Nj6S H2 {
  color: #243048;
}
.cid-vcc3aA59gJ {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-dom-j-7304-45980-2000x1332.jpg");
}
.cid-vcc3bR8YLf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcc3bR8YLf img {
  width: 90%;
}
.cid-vcc3bR8YLf .mbr-text,
.cid-vcc3bR8YLf .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcc3bR8YLf img {
    width: 100%;
  }
  .cid-vcc3bR8YLf .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcc3bR8YLf H3 {
  color: #86a584;
}
.cid-vcc3bR8YLf H1 {
  color: #243048;
}
.cid-vcc3bR8YLf H2 {
  color: #243048;
}
.cid-vcc4mX4xYQ {
  padding-top: 600px;
  background-image: url("../../../assets/images/ace-maxwell-ckia59zr8-o-unsplash-2000x2500.jpg");
}
.cid-vcc4nIunQ4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcc4nIunQ4 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vcc4nIunQ4 img {
  width: 90%;
}
.cid-vcc4nIunQ4 .mbr-text,
.cid-vcc4nIunQ4 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcc4nIunQ4 img {
    width: 100%;
  }
  .cid-vcc4nIunQ4 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcc4nIunQ4 H3 {
  color: #86a584;
}
.cid-vcc4nIunQ4 H1 {
  color: #243048;
}
.cid-vcc4nIunQ4 H2 {
  color: #243048;
}
.cid-vcc6mGYLiz {
  padding-top: 600px;
  background-image: url("../../../assets/images/oli-woodman-f4jsi88k7ds-unsplash-2000x1333.jpg");
}
.cid-vcc6oiZa92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcc6oiZa92 img {
  width: 90%;
}
.cid-vcc6oiZa92 .mbr-text,
.cid-vcc6oiZa92 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcc6oiZa92 img {
    width: 100%;
  }
  .cid-vcc6oiZa92 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcc6oiZa92 H3 {
  color: #86a584;
}
.cid-vcc6oiZa92 H1 {
  color: #243048;
}
.cid-vcc6oiZa92 H2 {
  color: #243048;
}
.cid-vcc6YB9rbh {
  padding-top: 600px;
  background-image: url("../../../assets/images/woman-holding-pile-soft-white-600nw-2427505003.webp");
}
.cid-vcc6ZtroHy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcc6ZtroHy .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vcc6ZtroHy img {
  width: 90%;
}
.cid-vcc6ZtroHy .mbr-text,
.cid-vcc6ZtroHy .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcc6ZtroHy img {
    width: 100%;
  }
  .cid-vcc6ZtroHy .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcc6ZtroHy H3 {
  color: #86a584;
}
.cid-vcc6ZtroHy H1 {
  color: #243048;
}
.cid-vcc6ZtroHy H2 {
  color: #243048;
}
.cid-vcc7nyuQWX {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-lribeirofotografia-2112648-2000x1333.jpg");
}
.cid-vcc7p9Lf0j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcc7p9Lf0j img {
  width: 90%;
}
.cid-vcc7p9Lf0j .mbr-text,
.cid-vcc7p9Lf0j .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcc7p9Lf0j img {
    width: 100%;
  }
  .cid-vcc7p9Lf0j .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcc7p9Lf0j H3 {
  color: #86a584;
}
.cid-vcc7p9Lf0j H1 {
  color: #243048;
}
.cid-vcc7p9Lf0j H2 {
  color: #243048;
}
.cid-uTwH69BKP0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwH69BKP0 img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uTwH69BKP0 img {
    width: 100%;
  }
  .cid-uTwH69BKP0 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwH69BKP0 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-uTwH69BKP0 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
}
.cid-uTwH69BKP0 ul li:before {
  position: absolute;
  left: 6px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #86a584;
}
.cid-uTwH69BKP0 H3 {
  color: #86a584;
}
.cid-uTwH69BKP0 H1 {
  color: #243048;
}
.cid-uTwH6a6OQG {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-aktionman74-17639029-2000x1333.jpg");
}
.cid-vcctENhRrO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vcctENhRrO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcctENhRrO .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vcctENhRrO .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vcctENhRrO .media-content {
  padding-left: 2rem;
}
.cid-vcctENhRrO textarea {
  min-height: 150px;
}
.cid-vcctENhRrO .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vcctENhRrO .form-control,
.cid-vcctENhRrO .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vcctENhRrO .form-control input::-webkit-input-placeholder,
.cid-vcctENhRrO .field-input input::-webkit-input-placeholder,
.cid-vcctENhRrO .form-control textarea::-webkit-input-placeholder,
.cid-vcctENhRrO .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vcctENhRrO .form-control input:-moz-placeholder,
.cid-vcctENhRrO .field-input input:-moz-placeholder,
.cid-vcctENhRrO .form-control textarea:-moz-placeholder,
.cid-vcctENhRrO .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vcctENhRrO .form-control:hover,
.cid-vcctENhRrO .field-input:hover,
.cid-vcctENhRrO .form-control:focus,
.cid-vcctENhRrO .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctENhRrO .form-control:hover input::-webkit-input-placeholder,
.cid-vcctENhRrO .field-input:hover input::-webkit-input-placeholder,
.cid-vcctENhRrO .form-control:focus input::-webkit-input-placeholder,
.cid-vcctENhRrO .field-input:focus input::-webkit-input-placeholder,
.cid-vcctENhRrO .form-control:hover textarea::-webkit-input-placeholder,
.cid-vcctENhRrO .field-input:hover textarea::-webkit-input-placeholder,
.cid-vcctENhRrO .form-control:focus textarea::-webkit-input-placeholder,
.cid-vcctENhRrO .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vcctENhRrO .form-control:hover input:-moz-placeholder,
.cid-vcctENhRrO .field-input:hover input:-moz-placeholder,
.cid-vcctENhRrO .form-control:focus input:-moz-placeholder,
.cid-vcctENhRrO .field-input:focus input:-moz-placeholder,
.cid-vcctENhRrO .form-control:hover textarea:-moz-placeholder,
.cid-vcctENhRrO .field-input:hover textarea:-moz-placeholder,
.cid-vcctENhRrO .form-control:focus textarea:-moz-placeholder,
.cid-vcctENhRrO .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vcctENhRrO .jq-number__spin:hover,
.cid-vcctENhRrO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctENhRrO .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcctENhRrO .jq-selectbox li,
.cid-vcctENhRrO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctENhRrO .jq-selectbox li:hover,
.cid-vcctENhRrO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctENhRrO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcctENhRrO .jq-number__spin.minus:hover:after,
.cid-vcctENhRrO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctENhRrO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcctENhRrO .jq-number__spin.minus:after,
.cid-vcctENhRrO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctENhRrO input::-webkit-clear-button {
  display: none;
}
.cid-vcctENhRrO input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcctENhRrO input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcctENhRrO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcctENhRrO .mbr-text,
.cid-vcctENhRrO .mbr-section-btn {
  color: #232323;
}
.cid-vcctENhRrO .text2,
.cid-vcctENhRrO .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcctENhRrO .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vcctENhRrO H1 {
  color: #86a584;
}
.cid-vcctFu6K5n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcctFu6K5n .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vcctFu6K5n .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vcctFu6K5n .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vcctFu6K5n .card-col {
    margin-right: 20rem;
  }
}
.cid-vcctFu6K5n img {
  width: 100%;
}
.cid-vcctFu6K5n .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vcctFu6K5n .container-fluid {
  position: relative;
}
.cid-vcctFu6K5n .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vcctFu6K5n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcctFu6K5n .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vcctFu6K5n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcctFu6K5n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcctFu6K5n .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vcctFu6K5n .item h4 {
  margin: 0;
}
.cid-vcctFu6K5n .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vcctFu6K5n p {
  font-weight: 400;
}
.cid-vcctFu6K5n .card-title,
.cid-vcctFu6K5n .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vcctFu6K5n .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vcctFu6K5n .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwH6bL9aN {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwH6bL9aN .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwH6bL9aN .wave2 {
  fill: #243048;
}
.cid-uTwH6c7pjJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwH6c7pjJ .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwL7V8aHM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwL7V8aHM .nav-item:focus,
.cid-uTwL7V8aHM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwL7V8aHM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwL7V8aHM .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwL7V8aHM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwL7V8aHM .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwL7V8aHM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwL7V8aHM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwL7V8aHM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwL7V8aHM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwL7V8aHM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwL7V8aHM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwL7V8aHM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwL7V8aHM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwL7V8aHM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwL7V8aHM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwL7V8aHM .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwL7V8aHM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwL7V8aHM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwL7V8aHM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwL7V8aHM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwL7V8aHM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwL7V8aHM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwL7V8aHM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwL7V8aHM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwL7V8aHM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwL7V8aHM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwL7V8aHM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwL7V8aHM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwL7V8aHM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwL7V8aHM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwL7V8aHM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwL7V8aHM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwL7V8aHM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwL7V8aHM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwL7V8aHM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwL7V8aHM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwL7V8aHM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwL7V8aHM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwL7V8aHM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwL7V8aHM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwL7V8aHM .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwL7V8aHM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwL7V8aHM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwL7V8aHM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwL7V8aHM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwL7V8aHM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwL7V8aHM .dropdown-item.active,
.cid-uTwL7V8aHM .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwL7V8aHM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwL7V8aHM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwL7V8aHM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwL7V8aHM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwL7V8aHM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwL7V8aHM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwL7V8aHM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwL7V8aHM .navbar-buttons {
  text-align: center;
}
.cid-uTwL7V8aHM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwL7V8aHM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwL7V8aHM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwL7V8aHM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwL7V8aHM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwL7V8aHM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwL7V8aHM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwL7V8aHM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwL7V8aHM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwL7V8aHM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwL7V8aHM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwL7V8aHM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwL7V8aHM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwL7V8aHM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwL7V8aHM .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwL7V8aHM .navbar {
    height: 77px;
  }
  .cid-uTwL7V8aHM .navbar.opened {
    height: auto;
  }
  .cid-uTwL7V8aHM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwL7VJ4KT {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/pexels-lribeirofotografia-2112648-2000x1333.jpg");
}
.cid-uTwL7VJ4KT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uTwL7VJ4KT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwL7VJ4KT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwL7VJ4KT H1 {
  color: #86a584;
}
.cid-uTwL7WfFqi {
  padding-top: 0px;
  background: linear-gradient(180deg, #243048, #d2cbc3);
}
.cid-uTwL7WfFqi .wave1 {
  opacity: 0.35;
  fill: #d2cbc3;
}
.cid-uTwL7WfFqi .wave2 {
  fill: #d2cbc3;
}
.cid-uTwL7WBytl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwL7WBytl .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwL7WBytl img {
  width: 90%;
}
.cid-uTwL7WBytl .mbr-text,
.cid-uTwL7WBytl .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwL7WBytl img {
    width: 100%;
  }
  .cid-uTwL7WBytl .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwL7WBytl H1 {
  color: #243048;
}
.cid-uTwL7WBytl H3 {
  color: #86a584;
}
.cid-uTwL7X9Nz6 {
  padding-top: 600px;
  background-image: url("../../../assets/images/nathan-dumlao-ybgma1jz1yy-unsplash-2000x1333.jpg");
}
.cid-uTwL7XyM3B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwL7XyM3B img {
  width: 90%;
}
.cid-uTwL7XyM3B .mbr-text,
.cid-uTwL7XyM3B .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwL7XyM3B img {
    width: 100%;
  }
  .cid-uTwL7XyM3B .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwL7XyM3B H3 {
  color: #86a584;
}
.cid-uTwL7XyM3B H2 {
  color: #243048;
}
.cid-uTwL7Y307c {
  padding-top: 600px;
  background-image: url("../../../assets/images/waldemar-db4d6mrixjc-unsplash-2000x1333.jpg");
}
.cid-uTwMCLKDnx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwMCLKDnx img {
  width: 90%;
}
.cid-uTwMCLKDnx .mbr-text,
.cid-uTwMCLKDnx .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwMCLKDnx img {
    width: 100%;
  }
  .cid-uTwMCLKDnx .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwMCLKDnx H3 {
  color: #86a584;
}
.cid-uTwMCLKDnx H1 {
  color: #243048;
}
.cid-uTwMCLKDnx H2 {
  color: #243048;
}
.cid-uTwMEDXjcE {
  padding-top: 600px;
  background-image: url("../../../assets/images/towfiqu-barbhuiya-998dibzwpic-unsplash-2000x1334.jpg");
}
.cid-vccaVd2InF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vccaVd2InF img {
  width: 90%;
}
.cid-vccaVd2InF .mbr-text,
.cid-vccaVd2InF .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccaVd2InF img {
    width: 100%;
  }
  .cid-vccaVd2InF .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vccaVd2InF H3 {
  color: #86a584;
}
.cid-vccaVd2InF H1 {
  color: #243048;
}
.cid-vccaVd2InF H2 {
  color: #243048;
}
.cid-uTwL7Z4hq2 {
  padding-top: 600px;
  background-image: url("../../../assets/images/anton-savinov-unvxujytjdm-unsplash-2000x3000.jpg");
}
.cid-vcctLtEvp7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vcctLtEvp7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcctLtEvp7 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vcctLtEvp7 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vcctLtEvp7 .media-content {
  padding-left: 2rem;
}
.cid-vcctLtEvp7 textarea {
  min-height: 150px;
}
.cid-vcctLtEvp7 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vcctLtEvp7 .form-control,
.cid-vcctLtEvp7 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vcctLtEvp7 .form-control input::-webkit-input-placeholder,
.cid-vcctLtEvp7 .field-input input::-webkit-input-placeholder,
.cid-vcctLtEvp7 .form-control textarea::-webkit-input-placeholder,
.cid-vcctLtEvp7 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vcctLtEvp7 .form-control input:-moz-placeholder,
.cid-vcctLtEvp7 .field-input input:-moz-placeholder,
.cid-vcctLtEvp7 .form-control textarea:-moz-placeholder,
.cid-vcctLtEvp7 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vcctLtEvp7 .form-control:hover,
.cid-vcctLtEvp7 .field-input:hover,
.cid-vcctLtEvp7 .form-control:focus,
.cid-vcctLtEvp7 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctLtEvp7 .form-control:hover input::-webkit-input-placeholder,
.cid-vcctLtEvp7 .field-input:hover input::-webkit-input-placeholder,
.cid-vcctLtEvp7 .form-control:focus input::-webkit-input-placeholder,
.cid-vcctLtEvp7 .field-input:focus input::-webkit-input-placeholder,
.cid-vcctLtEvp7 .form-control:hover textarea::-webkit-input-placeholder,
.cid-vcctLtEvp7 .field-input:hover textarea::-webkit-input-placeholder,
.cid-vcctLtEvp7 .form-control:focus textarea::-webkit-input-placeholder,
.cid-vcctLtEvp7 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vcctLtEvp7 .form-control:hover input:-moz-placeholder,
.cid-vcctLtEvp7 .field-input:hover input:-moz-placeholder,
.cid-vcctLtEvp7 .form-control:focus input:-moz-placeholder,
.cid-vcctLtEvp7 .field-input:focus input:-moz-placeholder,
.cid-vcctLtEvp7 .form-control:hover textarea:-moz-placeholder,
.cid-vcctLtEvp7 .field-input:hover textarea:-moz-placeholder,
.cid-vcctLtEvp7 .form-control:focus textarea:-moz-placeholder,
.cid-vcctLtEvp7 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vcctLtEvp7 .jq-number__spin:hover,
.cid-vcctLtEvp7 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctLtEvp7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcctLtEvp7 .jq-selectbox li,
.cid-vcctLtEvp7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctLtEvp7 .jq-selectbox li:hover,
.cid-vcctLtEvp7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctLtEvp7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcctLtEvp7 .jq-number__spin.minus:hover:after,
.cid-vcctLtEvp7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctLtEvp7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcctLtEvp7 .jq-number__spin.minus:after,
.cid-vcctLtEvp7 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctLtEvp7 input::-webkit-clear-button {
  display: none;
}
.cid-vcctLtEvp7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcctLtEvp7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcctLtEvp7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcctLtEvp7 .mbr-text,
.cid-vcctLtEvp7 .mbr-section-btn {
  color: #232323;
}
.cid-vcctLtEvp7 .text2,
.cid-vcctLtEvp7 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcctLtEvp7 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vcctLtEvp7 H1 {
  color: #86a584;
}
.cid-vcctM4Ynm7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcctM4Ynm7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vcctM4Ynm7 .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vcctM4Ynm7 .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vcctM4Ynm7 .card-col {
    margin-right: 20rem;
  }
}
.cid-vcctM4Ynm7 img {
  width: 100%;
}
.cid-vcctM4Ynm7 .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vcctM4Ynm7 .container-fluid {
  position: relative;
}
.cid-vcctM4Ynm7 .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vcctM4Ynm7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcctM4Ynm7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vcctM4Ynm7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcctM4Ynm7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcctM4Ynm7 .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vcctM4Ynm7 .item h4 {
  margin: 0;
}
.cid-vcctM4Ynm7 .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vcctM4Ynm7 p {
  font-weight: 400;
}
.cid-vcctM4Ynm7 .card-title,
.cid-vcctM4Ynm7 .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vcctM4Ynm7 .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vcctM4Ynm7 .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwL80Wi0D {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwL80Wi0D .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwL80Wi0D .wave2 {
  fill: #243048;
}
.cid-uTwL81iUSO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwL81iUSO .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwPML7z18 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwPML7z18 .nav-item:focus,
.cid-uTwPML7z18 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwPML7z18 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwPML7z18 .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwPML7z18 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwPML7z18 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwPML7z18 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwPML7z18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwPML7z18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwPML7z18 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwPML7z18 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwPML7z18 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwPML7z18 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwPML7z18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwPML7z18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwPML7z18 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwPML7z18 .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwPML7z18 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwPML7z18 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwPML7z18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwPML7z18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwPML7z18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwPML7z18 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwPML7z18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwPML7z18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwPML7z18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwPML7z18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwPML7z18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwPML7z18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwPML7z18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwPML7z18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwPML7z18 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwPML7z18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwPML7z18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwPML7z18 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwPML7z18 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwPML7z18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwPML7z18 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwPML7z18 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwPML7z18 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwPML7z18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwPML7z18 .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwPML7z18 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwPML7z18 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwPML7z18 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwPML7z18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwPML7z18 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwPML7z18 .dropdown-item.active,
.cid-uTwPML7z18 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwPML7z18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwPML7z18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwPML7z18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwPML7z18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwPML7z18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwPML7z18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwPML7z18 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwPML7z18 .navbar-buttons {
  text-align: center;
}
.cid-uTwPML7z18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwPML7z18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwPML7z18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwPML7z18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwPML7z18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwPML7z18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwPML7z18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwPML7z18 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwPML7z18 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwPML7z18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwPML7z18 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwPML7z18 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwPML7z18 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwPML7z18 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwPML7z18 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwPML7z18 .navbar {
    height: 77px;
  }
  .cid-uTwPML7z18 .navbar.opened {
    height: auto;
  }
  .cid-uTwPML7z18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwPMLIPkS {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/ironing-shirts-900x600.jpg");
}
.cid-uTwPMLIPkS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uTwPMLIPkS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwPMLIPkS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwPMLIPkS H1 {
  color: #86a584;
}
.cid-uTwPMMb3LE {
  padding-top: 0px;
  background: linear-gradient(180deg, #243048, #d2cbc3);
}
.cid-uTwPMMb3LE .wave1 {
  opacity: 0.35;
  fill: #d2cbc3;
}
.cid-uTwPMMb3LE .wave2 {
  fill: #d2cbc3;
}
.cid-uTwPMMC7hn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwPMMC7hn .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwPMMC7hn img {
  width: 90%;
}
.cid-uTwPMMC7hn .mbr-text,
.cid-uTwPMMC7hn .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwPMMC7hn img {
    width: 100%;
  }
  .cid-uTwPMMC7hn .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwPMMC7hn H1 {
  color: #243048;
}
.cid-uTwPMMC7hn H3 {
  color: #86a584;
}
.cid-uTwPMN4gJ8 {
  padding-top: 600px;
  background-image: url("../../../assets/images/nathan-dumlao-ybgma1jz1yy-unsplash-2000x1333.jpg");
}
.cid-uTwPMNpxog {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwPMNpxog img {
  width: 90%;
}
.cid-uTwPMNpxog .mbr-text,
.cid-uTwPMNpxog .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwPMNpxog img {
    width: 100%;
  }
  .cid-uTwPMNpxog .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwPMNpxog H3 {
  color: #86a584;
}
.cid-uTwPMNpxog H2 {
  color: #243048;
}
.cid-uTwPMNPG8Y {
  padding-top: 600px;
  background-image: url("../../../assets/images/360-f-75911873-owo8muelxbypm6qwope6ukvmeusgjiyx-540x360.jpg");
}
.cid-vcccHN3cF1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcccHN3cF1 img {
  width: 90%;
}
.cid-vcccHN3cF1 .mbr-text,
.cid-vcccHN3cF1 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcccHN3cF1 img {
    width: 100%;
  }
  .cid-vcccHN3cF1 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcccHN3cF1 H3 {
  color: #86a584;
}
.cid-vcccHN3cF1 H1 {
  color: #243048;
}
.cid-vcccHN3cF1 H2 {
  color: #243048;
}
.cid-uTwPMPwPq7 {
  padding-top: 600px;
  background-image: url("../../../assets/images/towfiqu-barbhuiya-998dibzwpic-unsplash-2000x1334.jpg");
}
.cid-vccdvbE1Bh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vccdvbE1Bh img {
  width: 90%;
}
.cid-vccdvbE1Bh .mbr-text,
.cid-vccdvbE1Bh .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccdvbE1Bh img {
    width: 100%;
  }
  .cid-vccdvbE1Bh .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vccdvbE1Bh H3 {
  color: #86a584;
}
.cid-vccdvbE1Bh H1 {
  color: #243048;
}
.cid-vccdvbE1Bh H2 {
  color: #243048;
}
.cid-vccdunVXmV {
  padding-top: 600px;
  background-image: url("../../../assets/images/maude-frederique-lavoie-edstj4kcucw-unsplash-2000x2000.jpg");
}
.cid-vccdScOk23 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vccdScOk23 img {
  width: 90%;
}
.cid-vccdScOk23 .mbr-text,
.cid-vccdScOk23 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccdScOk23 img {
    width: 100%;
  }
  .cid-vccdScOk23 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vccdScOk23 H3 {
  color: #86a584;
}
.cid-vccdScOk23 H1 {
  color: #243048;
}
.cid-vccdScOk23 H2 {
  color: #243048;
}
.cid-vccdRI2NY0 {
  padding-top: 600px;
  background-image: url("../../../assets/images/the-laundry-lowdown-1.webp");
}
.cid-vcceaQzGb4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcceaQzGb4 img {
  width: 90%;
}
.cid-vcceaQzGb4 .mbr-text,
.cid-vcceaQzGb4 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcceaQzGb4 img {
    width: 100%;
  }
  .cid-vcceaQzGb4 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcceaQzGb4 H3 {
  color: #86a584;
}
.cid-vcceaQzGb4 H1 {
  color: #243048;
}
.cid-vcceaQzGb4 H2 {
  color: #243048;
}
.cid-vccebo2I6Y {
  padding-top: 600px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-vcctSn3BkU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vcctSn3BkU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcctSn3BkU .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vcctSn3BkU .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vcctSn3BkU .media-content {
  padding-left: 2rem;
}
.cid-vcctSn3BkU textarea {
  min-height: 150px;
}
.cid-vcctSn3BkU .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vcctSn3BkU .form-control,
.cid-vcctSn3BkU .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vcctSn3BkU .form-control input::-webkit-input-placeholder,
.cid-vcctSn3BkU .field-input input::-webkit-input-placeholder,
.cid-vcctSn3BkU .form-control textarea::-webkit-input-placeholder,
.cid-vcctSn3BkU .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vcctSn3BkU .form-control input:-moz-placeholder,
.cid-vcctSn3BkU .field-input input:-moz-placeholder,
.cid-vcctSn3BkU .form-control textarea:-moz-placeholder,
.cid-vcctSn3BkU .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vcctSn3BkU .form-control:hover,
.cid-vcctSn3BkU .field-input:hover,
.cid-vcctSn3BkU .form-control:focus,
.cid-vcctSn3BkU .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctSn3BkU .form-control:hover input::-webkit-input-placeholder,
.cid-vcctSn3BkU .field-input:hover input::-webkit-input-placeholder,
.cid-vcctSn3BkU .form-control:focus input::-webkit-input-placeholder,
.cid-vcctSn3BkU .field-input:focus input::-webkit-input-placeholder,
.cid-vcctSn3BkU .form-control:hover textarea::-webkit-input-placeholder,
.cid-vcctSn3BkU .field-input:hover textarea::-webkit-input-placeholder,
.cid-vcctSn3BkU .form-control:focus textarea::-webkit-input-placeholder,
.cid-vcctSn3BkU .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vcctSn3BkU .form-control:hover input:-moz-placeholder,
.cid-vcctSn3BkU .field-input:hover input:-moz-placeholder,
.cid-vcctSn3BkU .form-control:focus input:-moz-placeholder,
.cid-vcctSn3BkU .field-input:focus input:-moz-placeholder,
.cid-vcctSn3BkU .form-control:hover textarea:-moz-placeholder,
.cid-vcctSn3BkU .field-input:hover textarea:-moz-placeholder,
.cid-vcctSn3BkU .form-control:focus textarea:-moz-placeholder,
.cid-vcctSn3BkU .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vcctSn3BkU .jq-number__spin:hover,
.cid-vcctSn3BkU .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctSn3BkU .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcctSn3BkU .jq-selectbox li,
.cid-vcctSn3BkU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctSn3BkU .jq-selectbox li:hover,
.cid-vcctSn3BkU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctSn3BkU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcctSn3BkU .jq-number__spin.minus:hover:after,
.cid-vcctSn3BkU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctSn3BkU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcctSn3BkU .jq-number__spin.minus:after,
.cid-vcctSn3BkU .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctSn3BkU input::-webkit-clear-button {
  display: none;
}
.cid-vcctSn3BkU input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcctSn3BkU input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcctSn3BkU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcctSn3BkU .mbr-text,
.cid-vcctSn3BkU .mbr-section-btn {
  color: #232323;
}
.cid-vcctSn3BkU .text2,
.cid-vcctSn3BkU .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcctSn3BkU .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vcctSn3BkU H1 {
  color: #86a584;
}
.cid-vcctSVgaqY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcctSVgaqY .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vcctSVgaqY .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vcctSVgaqY .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vcctSVgaqY .card-col {
    margin-right: 20rem;
  }
}
.cid-vcctSVgaqY img {
  width: 100%;
}
.cid-vcctSVgaqY .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vcctSVgaqY .container-fluid {
  position: relative;
}
.cid-vcctSVgaqY .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vcctSVgaqY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcctSVgaqY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vcctSVgaqY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcctSVgaqY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcctSVgaqY .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vcctSVgaqY .item h4 {
  margin: 0;
}
.cid-vcctSVgaqY .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vcctSVgaqY p {
  font-weight: 400;
}
.cid-vcctSVgaqY .card-title,
.cid-vcctSVgaqY .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vcctSVgaqY .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vcctSVgaqY .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwPMR4Cdz {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwPMR4Cdz .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwPMR4Cdz .wave2 {
  fill: #243048;
}
.cid-uTwPMRnqMh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwPMRnqMh .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwSjI85fU .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwSjI85fU .nav-item:focus,
.cid-uTwSjI85fU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwSjI85fU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwSjI85fU .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwSjI85fU .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwSjI85fU .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwSjI85fU .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwSjI85fU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwSjI85fU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwSjI85fU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwSjI85fU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwSjI85fU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwSjI85fU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwSjI85fU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwSjI85fU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwSjI85fU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwSjI85fU .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwSjI85fU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwSjI85fU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwSjI85fU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwSjI85fU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwSjI85fU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwSjI85fU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwSjI85fU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwSjI85fU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwSjI85fU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwSjI85fU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwSjI85fU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwSjI85fU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwSjI85fU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwSjI85fU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwSjI85fU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwSjI85fU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwSjI85fU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwSjI85fU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwSjI85fU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwSjI85fU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwSjI85fU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwSjI85fU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwSjI85fU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwSjI85fU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwSjI85fU .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwSjI85fU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwSjI85fU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwSjI85fU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwSjI85fU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwSjI85fU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwSjI85fU .dropdown-item.active,
.cid-uTwSjI85fU .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwSjI85fU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwSjI85fU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwSjI85fU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwSjI85fU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwSjI85fU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwSjI85fU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwSjI85fU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwSjI85fU .navbar-buttons {
  text-align: center;
}
.cid-uTwSjI85fU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwSjI85fU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwSjI85fU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwSjI85fU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwSjI85fU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwSjI85fU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwSjI85fU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwSjI85fU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwSjI85fU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwSjI85fU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwSjI85fU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwSjI85fU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwSjI85fU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwSjI85fU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwSjI85fU .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwSjI85fU .navbar {
    height: 77px;
  }
  .cid-uTwSjI85fU .navbar.opened {
    height: auto;
  }
  .cid-uTwSjI85fU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwSjISzZd {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/anton-savinov-s6jnhci2y-m-unsplash-2000x1333.jpg");
}
.cid-uTwSjISzZd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uTwSjISzZd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwSjISzZd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwSjISzZd H1 {
  color: #86a584;
}
.cid-uTwSjJuiOY {
  padding-top: 0px;
  background: linear-gradient(180deg, #243048, #d2cbc3);
}
.cid-uTwSjJuiOY .wave1 {
  opacity: 0.35;
  fill: #d2cbc3;
}
.cid-uTwSjJuiOY .wave2 {
  fill: #d2cbc3;
}
.cid-uTwSjJTblR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwSjJTblR .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwSjJTblR img {
  width: 90%;
}
.cid-uTwSjJTblR .mbr-text,
.cid-uTwSjJTblR .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwSjJTblR img {
    width: 100%;
  }
  .cid-uTwSjJTblR .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwSjJTblR H1 {
  color: #243048;
}
.cid-uTwSjJTblR H3 {
  color: #86a584;
}
.cid-uTwSjJTblR H2 {
  color: #243048;
}
.cid-uTwSjKyp44 {
  padding-top: 600px;
  background-image: url("../../../assets/images/gettyimages-1226813294-767a156b3e234243ba94f1fade423a20-1500x1000.jpg");
}
.cid-uTwSjMbmmI {
  background-color: #d2cbc3;
}
.cid-uTwSjMbmmI img {
  width: 90%;
}
.cid-uTwSjMbmmI .mbr-text,
.cid-uTwSjMbmmI .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwSjMbmmI img {
    width: 100%;
  }
  .cid-uTwSjMbmmI .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwSjMbmmI H3 {
  color: #86a584;
}
.cid-uTwSjMbmmI H1 {
  color: #243048;
}
.cid-uTwSjMbmmI H2 {
  color: #243048;
}
.cid-uTwSjLKlBb {
  padding-top: 600px;
  background-image: url("../../../assets/images/the-laundry-lowdown-1.webp");
}
.cid-vccho2bQJ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vccho2bQJ3 img {
  width: 90%;
}
.cid-vccho2bQJ3 .mbr-text,
.cid-vccho2bQJ3 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccho2bQJ3 img {
    width: 100%;
  }
  .cid-vccho2bQJ3 .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vccho2bQJ3 H3 {
  color: #86a584;
}
.cid-vccho2bQJ3 H1 {
  color: #243048;
}
.cid-vccho2bQJ3 H2 {
  color: #243048;
}
.cid-uTwSjMEvJD {
  padding-top: 600px;
  background-image: url("../../../assets/images/roll-up-duvet-put-washing-machine-93476589.webp");
}
.cid-vcchN4oRWD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcchN4oRWD img {
  width: 90%;
}
.cid-vcchN4oRWD .mbr-text,
.cid-vcchN4oRWD .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcchN4oRWD img {
    width: 100%;
  }
  .cid-vcchN4oRWD .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcchN4oRWD H3 {
  color: #86a584;
}
.cid-vcchN4oRWD H1 {
  color: #243048;
}
.cid-vcchN4oRWD H2 {
  color: #243048;
}
.cid-vcciRu3XZE {
  padding-top: 600px;
  background-image: url("../../../assets/images/istockphoto-1426796781-612x408.jpg");
}
.cid-vcciWVqa9T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcciWVqa9T img {
  width: 90%;
}
.cid-vcciWVqa9T .mbr-text,
.cid-vcciWVqa9T .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcciWVqa9T img {
    width: 100%;
  }
  .cid-vcciWVqa9T .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcciWVqa9T H3 {
  color: #86a584;
}
.cid-vcciWVqa9T H1 {
  color: #243048;
}
.cid-vcciWVqa9T H2 {
  color: #243048;
}
.cid-uTwSjNDKdt {
  padding-top: 600px;
  background-image: url("../../../assets/images/woman-holding-pile-soft-white-600nw-2427505003.webp");
}
.cid-vcctYgAH2s {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vcctYgAH2s .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcctYgAH2s .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vcctYgAH2s .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vcctYgAH2s .media-content {
  padding-left: 2rem;
}
.cid-vcctYgAH2s textarea {
  min-height: 150px;
}
.cid-vcctYgAH2s .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vcctYgAH2s .form-control,
.cid-vcctYgAH2s .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vcctYgAH2s .form-control input::-webkit-input-placeholder,
.cid-vcctYgAH2s .field-input input::-webkit-input-placeholder,
.cid-vcctYgAH2s .form-control textarea::-webkit-input-placeholder,
.cid-vcctYgAH2s .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vcctYgAH2s .form-control input:-moz-placeholder,
.cid-vcctYgAH2s .field-input input:-moz-placeholder,
.cid-vcctYgAH2s .form-control textarea:-moz-placeholder,
.cid-vcctYgAH2s .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vcctYgAH2s .form-control:hover,
.cid-vcctYgAH2s .field-input:hover,
.cid-vcctYgAH2s .form-control:focus,
.cid-vcctYgAH2s .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctYgAH2s .form-control:hover input::-webkit-input-placeholder,
.cid-vcctYgAH2s .field-input:hover input::-webkit-input-placeholder,
.cid-vcctYgAH2s .form-control:focus input::-webkit-input-placeholder,
.cid-vcctYgAH2s .field-input:focus input::-webkit-input-placeholder,
.cid-vcctYgAH2s .form-control:hover textarea::-webkit-input-placeholder,
.cid-vcctYgAH2s .field-input:hover textarea::-webkit-input-placeholder,
.cid-vcctYgAH2s .form-control:focus textarea::-webkit-input-placeholder,
.cid-vcctYgAH2s .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vcctYgAH2s .form-control:hover input:-moz-placeholder,
.cid-vcctYgAH2s .field-input:hover input:-moz-placeholder,
.cid-vcctYgAH2s .form-control:focus input:-moz-placeholder,
.cid-vcctYgAH2s .field-input:focus input:-moz-placeholder,
.cid-vcctYgAH2s .form-control:hover textarea:-moz-placeholder,
.cid-vcctYgAH2s .field-input:hover textarea:-moz-placeholder,
.cid-vcctYgAH2s .form-control:focus textarea:-moz-placeholder,
.cid-vcctYgAH2s .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vcctYgAH2s .jq-number__spin:hover,
.cid-vcctYgAH2s .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcctYgAH2s .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcctYgAH2s .jq-selectbox li,
.cid-vcctYgAH2s .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctYgAH2s .jq-selectbox li:hover,
.cid-vcctYgAH2s .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vcctYgAH2s .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcctYgAH2s .jq-number__spin.minus:hover:after,
.cid-vcctYgAH2s .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctYgAH2s .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcctYgAH2s .jq-number__spin.minus:after,
.cid-vcctYgAH2s .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vcctYgAH2s input::-webkit-clear-button {
  display: none;
}
.cid-vcctYgAH2s input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcctYgAH2s input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcctYgAH2s input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcctYgAH2s .mbr-text,
.cid-vcctYgAH2s .mbr-section-btn {
  color: #232323;
}
.cid-vcctYgAH2s .text2,
.cid-vcctYgAH2s .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcctYgAH2s .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vcctYgAH2s H1 {
  color: #86a584;
}
.cid-vcctYLgVoE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcctYLgVoE .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vcctYLgVoE .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vcctYLgVoE .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vcctYLgVoE .card-col {
    margin-right: 20rem;
  }
}
.cid-vcctYLgVoE img {
  width: 100%;
}
.cid-vcctYLgVoE .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vcctYLgVoE .container-fluid {
  position: relative;
}
.cid-vcctYLgVoE .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vcctYLgVoE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcctYLgVoE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vcctYLgVoE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcctYLgVoE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcctYLgVoE .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vcctYLgVoE .item h4 {
  margin: 0;
}
.cid-vcctYLgVoE .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vcctYLgVoE p {
  font-weight: 400;
}
.cid-vcctYLgVoE .card-title,
.cid-vcctYLgVoE .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vcctYLgVoE .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vcctYLgVoE .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwSjPw4JG {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwSjPw4JG .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwSjPw4JG .wave2 {
  fill: #243048;
}
.cid-uTwSjPV8hB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwSjPV8hB .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwUQf1EPW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwUQf1EPW .nav-item:focus,
.cid-uTwUQf1EPW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwUQf1EPW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwUQf1EPW .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwUQf1EPW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwUQf1EPW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwUQf1EPW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwUQf1EPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwUQf1EPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwUQf1EPW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwUQf1EPW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwUQf1EPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwUQf1EPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwUQf1EPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwUQf1EPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwUQf1EPW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwUQf1EPW .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwUQf1EPW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwUQf1EPW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwUQf1EPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwUQf1EPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwUQf1EPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwUQf1EPW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwUQf1EPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwUQf1EPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwUQf1EPW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwUQf1EPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwUQf1EPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwUQf1EPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwUQf1EPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwUQf1EPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwUQf1EPW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwUQf1EPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwUQf1EPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwUQf1EPW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwUQf1EPW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwUQf1EPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwUQf1EPW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwUQf1EPW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwUQf1EPW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwUQf1EPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwUQf1EPW .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwUQf1EPW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwUQf1EPW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwUQf1EPW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwUQf1EPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwUQf1EPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwUQf1EPW .dropdown-item.active,
.cid-uTwUQf1EPW .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwUQf1EPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwUQf1EPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwUQf1EPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwUQf1EPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwUQf1EPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwUQf1EPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwUQf1EPW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwUQf1EPW .navbar-buttons {
  text-align: center;
}
.cid-uTwUQf1EPW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwUQf1EPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwUQf1EPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwUQf1EPW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwUQf1EPW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwUQf1EPW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwUQf1EPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwUQf1EPW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwUQf1EPW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwUQf1EPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwUQf1EPW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwUQf1EPW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwUQf1EPW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwUQf1EPW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwUQf1EPW .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwUQf1EPW .navbar {
    height: 77px;
  }
  .cid-uTwUQf1EPW .navbar.opened {
    height: auto;
  }
  .cid-uTwUQf1EPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwUQfT5Mv {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/pexels-aktionman74-17639029-2000x1333.jpg");
}
.cid-uTwUQfT5Mv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uTwUQfT5Mv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwUQfT5Mv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uTwUQfT5Mv H1 {
  color: #86a584;
}
.cid-uTwUQh3fNe {
  padding-top: 0px;
  background: linear-gradient(180deg, #243048, #d2cbc3);
}
.cid-uTwUQh3fNe .wave1 {
  opacity: 0.35;
  fill: #d2cbc3;
}
.cid-uTwUQh3fNe .wave2 {
  fill: #d2cbc3;
}
.cid-uTwUQhs5hL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwUQhs5hL .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uTwUQhs5hL img {
  width: 90%;
}
.cid-uTwUQhs5hL .mbr-text,
.cid-uTwUQhs5hL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwUQhs5hL img {
    width: 100%;
  }
  .cid-uTwUQhs5hL .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwUQhs5hL H1 {
  color: #243048;
}
.cid-uTwUQhs5hL H3 {
  color: #86a584;
}
.cid-uTwUQi0t11 {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-pixabay-267202-2000x1428.jpg");
}
.cid-vcckoE9gcY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcckoE9gcY img {
  width: 90%;
}
.cid-vcckoE9gcY .mbr-text,
.cid-vcckoE9gcY .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcckoE9gcY img {
    width: 100%;
  }
  .cid-vcckoE9gcY .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcckoE9gcY H3 {
  color: #86a584;
}
.cid-vcckoE9gcY H1 {
  color: #243048;
}
.cid-vcckoE9gcY H2 {
  color: #243048;
}
.cid-uTwUQiZ3Rt {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-chuck-8473454-2000x1333.jpg");
}
.cid-uTwUQjjeQY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-uTwUQjjeQY img {
  width: 90%;
}
.cid-uTwUQjjeQY .mbr-text,
.cid-uTwUQjjeQY .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uTwUQjjeQY img {
    width: 100%;
  }
  .cid-uTwUQjjeQY .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-uTwUQjjeQY H3 {
  color: #86a584;
}
.cid-uTwUQjjeQY H2 {
  color: #243048;
}
.cid-uTwUQjKAwX {
  padding-top: 600px;
  background-image: url("../../../assets/images/premium-sneaker-cleaning.webp");
}
.cid-vcckWTQsmO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcckWTQsmO img {
  width: 90%;
}
.cid-vcckWTQsmO .mbr-text,
.cid-vcckWTQsmO .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcckWTQsmO img {
    width: 100%;
  }
  .cid-vcckWTQsmO .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcckWTQsmO H3 {
  color: #86a584;
}
.cid-vcckWTQsmO H1 {
  color: #243048;
}
.cid-vcckWTQsmO H2 {
  color: #243048;
}
.cid-uTwUQkwiWQ {
  padding-top: 600px;
  background-image: url("../../../assets/images/romain-robe-zeyp0io8cli-unsplash-1130x706.jpg");
}
.cid-vccli3QQ0d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vccli3QQ0d img {
  width: 90%;
}
.cid-vccli3QQ0d .mbr-text,
.cid-vccli3QQ0d .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccli3QQ0d img {
    width: 100%;
  }
  .cid-vccli3QQ0d .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vccli3QQ0d H3 {
  color: #86a584;
}
.cid-vccli3QQ0d H1 {
  color: #243048;
}
.cid-vccli3QQ0d H2 {
  color: #243048;
}
.cid-vccliERekt {
  padding-top: 600px;
  background-image: url("../../../assets/images/sana-saidi-zlarvzk6buu-unsplash-2000x1205.jpg");
}
.cid-vcclCuqZUm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d2cbc3;
}
.cid-vcclCuqZUm img {
  width: 90%;
}
.cid-vcclCuqZUm .mbr-text,
.cid-vcclCuqZUm .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vcclCuqZUm img {
    width: 100%;
  }
  .cid-vcclCuqZUm .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vcclCuqZUm H3 {
  color: #86a584;
}
.cid-vcclCuqZUm H1 {
  color: #243048;
}
.cid-vcclCuqZUm H2 {
  color: #243048;
}
.cid-vcclDslGWv {
  padding-top: 600px;
  background-image: url("../../../assets/images/pexels-nguy-n-lam-196145-1031188-1130x753.jpg");
}
.cid-vccu4QX7gF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vccu4QX7gF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vccu4QX7gF .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vccu4QX7gF .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vccu4QX7gF .media-content {
  padding-left: 2rem;
}
.cid-vccu4QX7gF textarea {
  min-height: 150px;
}
.cid-vccu4QX7gF .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vccu4QX7gF .form-control,
.cid-vccu4QX7gF .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vccu4QX7gF .form-control input::-webkit-input-placeholder,
.cid-vccu4QX7gF .field-input input::-webkit-input-placeholder,
.cid-vccu4QX7gF .form-control textarea::-webkit-input-placeholder,
.cid-vccu4QX7gF .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vccu4QX7gF .form-control input:-moz-placeholder,
.cid-vccu4QX7gF .field-input input:-moz-placeholder,
.cid-vccu4QX7gF .form-control textarea:-moz-placeholder,
.cid-vccu4QX7gF .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vccu4QX7gF .form-control:hover,
.cid-vccu4QX7gF .field-input:hover,
.cid-vccu4QX7gF .form-control:focus,
.cid-vccu4QX7gF .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vccu4QX7gF .form-control:hover input::-webkit-input-placeholder,
.cid-vccu4QX7gF .field-input:hover input::-webkit-input-placeholder,
.cid-vccu4QX7gF .form-control:focus input::-webkit-input-placeholder,
.cid-vccu4QX7gF .field-input:focus input::-webkit-input-placeholder,
.cid-vccu4QX7gF .form-control:hover textarea::-webkit-input-placeholder,
.cid-vccu4QX7gF .field-input:hover textarea::-webkit-input-placeholder,
.cid-vccu4QX7gF .form-control:focus textarea::-webkit-input-placeholder,
.cid-vccu4QX7gF .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vccu4QX7gF .form-control:hover input:-moz-placeholder,
.cid-vccu4QX7gF .field-input:hover input:-moz-placeholder,
.cid-vccu4QX7gF .form-control:focus input:-moz-placeholder,
.cid-vccu4QX7gF .field-input:focus input:-moz-placeholder,
.cid-vccu4QX7gF .form-control:hover textarea:-moz-placeholder,
.cid-vccu4QX7gF .field-input:hover textarea:-moz-placeholder,
.cid-vccu4QX7gF .form-control:focus textarea:-moz-placeholder,
.cid-vccu4QX7gF .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vccu4QX7gF .jq-number__spin:hover,
.cid-vccu4QX7gF .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vccu4QX7gF .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vccu4QX7gF .jq-selectbox li,
.cid-vccu4QX7gF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vccu4QX7gF .jq-selectbox li:hover,
.cid-vccu4QX7gF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vccu4QX7gF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vccu4QX7gF .jq-number__spin.minus:hover:after,
.cid-vccu4QX7gF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vccu4QX7gF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vccu4QX7gF .jq-number__spin.minus:after,
.cid-vccu4QX7gF .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vccu4QX7gF input::-webkit-clear-button {
  display: none;
}
.cid-vccu4QX7gF input::-webkit-inner-spin-button {
  display: none;
}
.cid-vccu4QX7gF input::-webkit-outer-spin-button {
  display: none;
}
.cid-vccu4QX7gF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vccu4QX7gF .mbr-text,
.cid-vccu4QX7gF .mbr-section-btn {
  color: #232323;
}
.cid-vccu4QX7gF .text2,
.cid-vccu4QX7gF .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccu4QX7gF .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vccu4QX7gF H1 {
  color: #86a584;
}
.cid-vccu5pXKTK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vccu5pXKTK .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vccu5pXKTK .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vccu5pXKTK .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vccu5pXKTK .card-col {
    margin-right: 20rem;
  }
}
.cid-vccu5pXKTK img {
  width: 100%;
}
.cid-vccu5pXKTK .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vccu5pXKTK .container-fluid {
  position: relative;
}
.cid-vccu5pXKTK .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vccu5pXKTK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vccu5pXKTK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vccu5pXKTK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vccu5pXKTK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vccu5pXKTK .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vccu5pXKTK .item h4 {
  margin: 0;
}
.cid-vccu5pXKTK .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vccu5pXKTK p {
  font-weight: 400;
}
.cid-vccu5pXKTK .card-title,
.cid-vccu5pXKTK .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vccu5pXKTK .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vccu5pXKTK .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwUQmvFDW {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwUQmvFDW .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwUQmvFDW .wave2 {
  fill: #243048;
}
.cid-uTwUQmRlqs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwUQmRlqs .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uTwWTTNLdN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwWTTNLdN .nav-item:focus,
.cid-uTwWTTNLdN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTwWTTNLdN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTwWTTNLdN .nav-item .nav-link {
    position: relative;
  }
  .cid-uTwWTTNLdN .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #86a584, #243048);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uTwWTTNLdN .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uTwWTTNLdN .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwWTTNLdN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwWTTNLdN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTwWTTNLdN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uTwWTTNLdN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTwWTTNLdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTwWTTNLdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTwWTTNLdN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTwWTTNLdN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTwWTTNLdN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2cbc3;
}
.cid-uTwWTTNLdN .navbar.opened {
  transition: all .3s;
  background: #d2cbc3 !important;
}
.cid-uTwWTTNLdN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTwWTTNLdN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTwWTTNLdN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTwWTTNLdN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTwWTTNLdN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uTwWTTNLdN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTwWTTNLdN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTwWTTNLdN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTwWTTNLdN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTwWTTNLdN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTwWTTNLdN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTwWTTNLdN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTwWTTNLdN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTwWTTNLdN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTwWTTNLdN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTwWTTNLdN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTwWTTNLdN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTwWTTNLdN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTwWTTNLdN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTwWTTNLdN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTwWTTNLdN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTwWTTNLdN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTwWTTNLdN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTwWTTNLdN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTwWTTNLdN .navbar.navbar-short {
  background: #d2cbc3 !important;
  min-height: 60px;
}
.cid-uTwWTTNLdN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTwWTTNLdN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTwWTTNLdN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTwWTTNLdN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTwWTTNLdN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTwWTTNLdN .dropdown-item.active,
.cid-uTwWTTNLdN .dropdown-item:active {
  background-color: transparent;
}
.cid-uTwWTTNLdN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTwWTTNLdN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTwWTTNLdN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTwWTTNLdN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2cbc3;
}
.cid-uTwWTTNLdN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTwWTTNLdN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTwWTTNLdN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTwWTTNLdN .navbar-buttons {
  text-align: center;
}
.cid-uTwWTTNLdN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTwWTTNLdN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTwWTTNLdN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTwWTTNLdN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwWTTNLdN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTwWTTNLdN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTwWTTNLdN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwWTTNLdN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTwWTTNLdN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTwWTTNLdN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTwWTTNLdN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uTwWTTNLdN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTwWTTNLdN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTwWTTNLdN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uTwWTTNLdN .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwWTTNLdN .navbar {
    height: 77px;
  }
  .cid-uTwWTTNLdN .navbar.opened {
    height: auto;
  }
  .cid-uTwWTTNLdN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTwX0IgShV {
  background-image: url("../../../assets/images/ace-maxwell-ckia59zr8-o-unsplash-2000x2500.jpg");
}
.cid-uTwX0IgShV .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uTwX0IgShV .mbr-section-title {
  color: #243048;
}
.cid-uTwX0IgShV .mbr-section-title span {
  color: #ffbc00;
}
.cid-uTwX0IgShV .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTwX0IgShV .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-vccudMKe2x {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d2cbc3;
}
.cid-vccudMKe2x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vccudMKe2x .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-vccudMKe2x .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-vccudMKe2x .media-content {
  padding-left: 2rem;
}
.cid-vccudMKe2x textarea {
  min-height: 150px;
}
.cid-vccudMKe2x .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-vccudMKe2x .form-control,
.cid-vccudMKe2x .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vccudMKe2x .form-control input::-webkit-input-placeholder,
.cid-vccudMKe2x .field-input input::-webkit-input-placeholder,
.cid-vccudMKe2x .form-control textarea::-webkit-input-placeholder,
.cid-vccudMKe2x .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-vccudMKe2x .form-control input:-moz-placeholder,
.cid-vccudMKe2x .field-input input:-moz-placeholder,
.cid-vccudMKe2x .form-control textarea:-moz-placeholder,
.cid-vccudMKe2x .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-vccudMKe2x .form-control:hover,
.cid-vccudMKe2x .field-input:hover,
.cid-vccudMKe2x .form-control:focus,
.cid-vccudMKe2x .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vccudMKe2x .form-control:hover input::-webkit-input-placeholder,
.cid-vccudMKe2x .field-input:hover input::-webkit-input-placeholder,
.cid-vccudMKe2x .form-control:focus input::-webkit-input-placeholder,
.cid-vccudMKe2x .field-input:focus input::-webkit-input-placeholder,
.cid-vccudMKe2x .form-control:hover textarea::-webkit-input-placeholder,
.cid-vccudMKe2x .field-input:hover textarea::-webkit-input-placeholder,
.cid-vccudMKe2x .form-control:focus textarea::-webkit-input-placeholder,
.cid-vccudMKe2x .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vccudMKe2x .form-control:hover input:-moz-placeholder,
.cid-vccudMKe2x .field-input:hover input:-moz-placeholder,
.cid-vccudMKe2x .form-control:focus input:-moz-placeholder,
.cid-vccudMKe2x .field-input:focus input:-moz-placeholder,
.cid-vccudMKe2x .form-control:hover textarea:-moz-placeholder,
.cid-vccudMKe2x .field-input:hover textarea:-moz-placeholder,
.cid-vccudMKe2x .form-control:focus textarea:-moz-placeholder,
.cid-vccudMKe2x .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-vccudMKe2x .jq-number__spin:hover,
.cid-vccudMKe2x .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vccudMKe2x .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vccudMKe2x .jq-selectbox li,
.cid-vccudMKe2x .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vccudMKe2x .jq-selectbox li:hover,
.cid-vccudMKe2x .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vccudMKe2x .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vccudMKe2x .jq-number__spin.minus:hover:after,
.cid-vccudMKe2x .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vccudMKe2x .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vccudMKe2x .jq-number__spin.minus:after,
.cid-vccudMKe2x .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vccudMKe2x input::-webkit-clear-button {
  display: none;
}
.cid-vccudMKe2x input::-webkit-inner-spin-button {
  display: none;
}
.cid-vccudMKe2x input::-webkit-outer-spin-button {
  display: none;
}
.cid-vccudMKe2x input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vccudMKe2x .mbr-text,
.cid-vccudMKe2x .mbr-section-btn {
  color: #232323;
}
.cid-vccudMKe2x .text2,
.cid-vccudMKe2x .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vccudMKe2x .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-vccudMKe2x H1 {
  color: #86a584;
}
.cid-vccuev4XUV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vccuev4XUV .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-vccuev4XUV .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-vccuev4XUV .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-vccuev4XUV .card-col {
    margin-right: 20rem;
  }
}
.cid-vccuev4XUV img {
  width: 100%;
}
.cid-vccuev4XUV .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-vccuev4XUV .container-fluid {
  position: relative;
}
.cid-vccuev4XUV .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-vccuev4XUV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vccuev4XUV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vccuev4XUV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vccuev4XUV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vccuev4XUV .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-vccuev4XUV .item h4 {
  margin: 0;
}
.cid-vccuev4XUV .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-vccuev4XUV p {
  font-weight: 400;
}
.cid-vccuev4XUV .card-title,
.cid-vccuev4XUV .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-vccuev4XUV .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-vccuev4XUV .card-col {
    padding: 2rem 1rem;
  }
}
.cid-uTwWU1n2WP {
  padding-top: 0px;
  background: linear-gradient(180deg, #d2cbc3, #243048);
}
.cid-uTwWU1n2WP .wave1 {
  opacity: 0.35;
  fill: #243048;
}
.cid-uTwWU1n2WP .wave2 {
  fill: #243048;
}
.cid-uTwWU1LS5y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243048;
}
.cid-uTwWU1LS5y .media-container-row .mbr-text {
  color: #f7f7f7;
}
