body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #56d508 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #4479d9 !important;
}
.bg-danger {
  background-color: #56d508 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #56d508 !important;
  border-color: #56d508 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #348105 !important;
  border-color: #348105 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #348105 !important;
  border-color: #348105 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b4dfe5 !important;
  border-color: #b4dfe5 !important;
  color: #286972 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #74c4cf !important;
  border-color: #74c4cf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #286972 !important;
  background-color: #74c4cf !important;
  border-color: #74c4cf !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #56d508 !important;
  border-color: #56d508 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #348105 !important;
  border-color: #348105 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #348105 !important;
  border-color: #348105 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56d508;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #348105 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #56d508 !important;
  border-color: #56d508 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4dfe5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #74c4cf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #286972 !important;
  background-color: #b4dfe5 !important;
  border-color: #b4dfe5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56d508;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #348105 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #56d508 !important;
  border-color: #56d508 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #56d508 !important;
}
.text-secondary {
  color: #b4dfe5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #4479d9 !important;
}
.text-danger {
  color: #56d508 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2e7304 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #68bfcb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1f4a98 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2e7304 !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: #56d508;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #4479d9;
}
.alert-danger {
  background-color: #56d508;
}
.mbr-gallery-filter li.active .btn {
  background-color: #56d508;
  border-color: #56d508;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #56d508;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbfcad;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbfcad;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #56d508 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #56d508;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #56d508;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #56d508;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #56d508;
  border-bottom-color: #56d508;
}
.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: #56d508 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b4dfe5 !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='%2356d508' %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;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #56d508 !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #e8e8e8 !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8e8e8;
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYcSu8Igkb {
  background-color: #e8e8e8;
}
.cid-uYcSu8Igkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcSu8Igkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcSu8Igkb .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uYcSu8Igkb .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYcSu8Igkb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYcSu8Igkb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYcSu8Igkb .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uYcSu8Igkb .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #56d508;
}
.cid-uYcSu8Igkb .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uYcSu8Igkb .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uYcSu8Igkb .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYcSu8Igkb .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #56d508;
}
@media (max-width: 992px) {
  .cid-uYcSu8Igkb .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uYcSu8Igkb .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #56d508;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYcSu8Igkb .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uYcSu8Igkb .image-wrapper::after {
    display: none;
  }
}
.cid-uYcSu8Igkb .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-uYcSu8Igkb .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uYcSu8Igkb .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYcSu8Igkb .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uYcSu8Igkb .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uYcSu8Igkb .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uYcSu8Igkb .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYcSu8Igkb .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uYcSu8Igkb .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uYcSu8Igkb .mbr-section-title {
  color: #101511;
}
.cid-uYcSu8Igkb .mbr-text {
  color: #6e716f;
}
.cid-uYcT24r27A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uYcT24r27A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcT24r27A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcT24r27A .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYcT24r27A .container-fluid {
    padding: 0;
  }
}
.cid-uYcT24r27A .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYcT24r27A .container {
    padding: 0 30px;
  }
}
.cid-uYcT24r27A .card {
  padding: 0;
}
.cid-uYcT24r27A .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYcT24r27A .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uYcT24r27A .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uYcT24r27A .mbr-text {
  color: #4e4e4e;
}
.cid-uYcT24r27A .mbr-text,
.cid-uYcT24r27A .mbr-section-btn {
  color: #56d508;
}
.cid-uYc24bj8zW {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uYc24bj8zW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYc24bj8zW .mbr-text {
  color: #000000;
}
.cid-uYcYscM0Dq {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grange-258q-harmony-lodge-facade-2-1190x680.jpg-1190x680.jpg");
}
.cid-uYcYscM0Dq .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYcYscM0Dq img,
.cid-uYcYscM0Dq .item-img {
  width: 100%;
}
.cid-uYcYscM0Dq .item:focus,
.cid-uYcYscM0Dq span:focus {
  outline: none;
}
.cid-uYcYscM0Dq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYcYscM0Dq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYcYscM0Dq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYcYscM0Dq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYcYscM0Dq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYcYscM0Dq .mbr-section-title {
  color: #000000;
}
.cid-uYcYscM0Dq .mbr-text,
.cid-uYcYscM0Dq .mbr-section-btn {
  text-align: left;
}
.cid-uYcYscM0Dq .item-title {
  text-align: left;
}
.cid-uYcYscM0Dq .item-subtitle {
  text-align: left;
}
.cid-uYcYscM0Dq .mbr-section-subtitle {
  color: #000000;
}
.cid-uYc22Dyjgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYc22Dyjgt blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uYc22Dyjgt .mbr-text {
  color: #000000;
}
.cid-uYc22Dyjgt .mbr-section-title {
  color: #000000;
}
.cid-uYc2FauRgv {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
  background: linear-gradient(to right top, #e8e8e8, #e8e8e8);
}
.cid-uYc2FauRgv .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uYc2FauRgv .img-wrap img {
  width: 54%;
  margin: auto;
}
.cid-uYc2FauRgv .mbr-text,
.cid-uYc2FauRgv .mbr-section-btn {
  color: #000000;
}
.cid-uYc2FauRgv .mbr-section-title {
  color: #000000;
}
.cid-uYc2FauRgv .buttons-wrap .link {
  display: flex;
}
.cid-uYc2FauRgv .mbr-arrow {
  bottom: 0;
}
.cid-uYc2FauRgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc2FauRgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc23veSvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYc23veSvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc23veSvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc23veSvU .mbr-section-title {
  color: #000000;
}
.cid-uYc23veSvU .mbr-section-subtitle {
  color: #000000;
}
.cid-uYcVYg3yt9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYcVYg3yt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcVYg3yt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcVYg3yt9 .card-wrapper {
  padding: 64px;
  background-color: #232323;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uYcVYg3yt9 .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYcVYg3yt9 .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uYcVYg3yt9 .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uYcVYg3yt9 .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uYcVYg3yt9 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .content-wrapper {
    width: 100%;
  }
}
.cid-uYcVYg3yt9 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uYcVYg3yt9 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYcVYg3yt9 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYcVYg3yt9 .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYcVYg3yt9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uYcVYg3yt9 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #000000;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uYcVYg3yt9 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYcVYg3yt9 .mbr-section-title {
  color: #ffffff;
}
.cid-uYcVYg3yt9 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uYcVYg3yt9 .mbr-text,
.cid-uYcVYg3yt9 .text-wrapper {
  color: #111111;
}
.cid-uYcVYg3yt9 .panel-title-edit {
  color: #111111;
}
.cid-uYcVYg3yt9 .panel-text {
  color: #666666;
}
.cid-uYcVMlOt8s {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e8e8e8;
}
.cid-uYcVMlOt8s .title__block {
  padding: 30px 15px;
}
.cid-uYcVMlOt8s .mbr-text {
  margin-bottom: 30px;
}
.cid-uYcVMlOt8s .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uYcVMlOt8s .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-uYcVMlOt8s .bottom__text {
  margin: 10px 0;
}
.cid-uYcVMlOt8s .btn {
  margin-top: 0;
}
.cid-uYcVMlOt8s .btn:hover {
  background-color: #56d508 !important;
  border-color: #56d508 !important;
}
.cid-uYcVMlOt8s img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYcVMlOt8s .image {
    margin-bottom: 10px;
  }
  .cid-uYcVMlOt8s .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYcVMlOt8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcVMlOt8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcVMlOt8s .mbr-section-title {
  color: #000000;
}
.cid-uYd4rCWpks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd4rCWpks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd4rCWpks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd4rCWpks .row {
  position: relative;
  z-index: 2;
}
.cid-uYd4rCWpks .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uYd4rCWpks .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uYd4rCWpks .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYd4rCWpks .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uYd4rCWpks .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYd4rCWpks .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYd4rCWpks .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e8e8e8;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uYd4rCWpks .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uYd4rCWpks .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uYd4rCWpks .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYd4rCWpks .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uYd4rCWpks .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYd4rCWpks .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYd4rCWpks .mbr-section-title {
  color: #000000;
}
.cid-uYd4rCWpks .mbr-text {
  color: #51565c;
}
.cid-uYd4rCWpks .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYd4rCWpks .mbr-text,
.cid-uYd4rCWpks .text-wrapper {
  color: #000000;
}
.cid-sFHuaHz0Qy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFHuaHz0Qy .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFHuaHz0Qy .mbr-text,
.cid-sFHuaHz0Qy .mbr-section-btn {
  color: #ffffff;
}
.cid-sFHuaHz0Qy .card-title,
.cid-sFHuaHz0Qy .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uYd7sOJqpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd7sOJqpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd7sOJqpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd7sOJqpi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYd7sOJqpi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYd7sOJqpi .container {
    padding: 0 12px;
  }
}
.cid-uYd7sOJqpi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYd7sOJqpi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYd7sOJqpi .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYd7sOJqpi .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uYd7sOJqpi .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYd7sOJqpi .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uYd7sOJqpi .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYd7sOJqpi .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uYd7sOJqpi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uYd7sOJqpi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uYd7sOJqpi .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYd7sOJqpi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYd7sOJqpi .mbr-section-subtitle {
  color: #222222;
}
.cid-uYd7sOJqpi .mbr-text {
  color: #222222;
}
.cid-uYd7sOJqpi .list {
  color: #222222;
}
.cid-sFHu4seZjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sFHu4seZjP .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFHu4seZjP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFHu4seZjP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFHu4seZjP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFHu4seZjP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFHu4seZjP .mbr-section-title {
  color: #353535;
}
.cid-uYc2XjOANj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/why-is-it-important-to-have-a-good-roof.jpg-1000x667.jpg");
}
.cid-uYc2XjOANj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYc2XjOANj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYc2XjOANj .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYc2XjOANj .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYc2XjOANj .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYc2XjOANj .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYc2XjOANj .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYc2XjOANj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYc2XjOANj .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYc2XjOANj .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYc2XjOANj .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYc2XjOANj .mbr-title {
  color: #56d508;
  margin-bottom: 14px;
}
.cid-uYc2XjOANj .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYc2XjOANj .list-box {
  width: 100%;
}
.cid-uYc2XjOANj .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYc2XjOANj .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYc2XjOANj .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYc2XjOANj .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYc2XjOANj .list a:hover:before {
  background-position: left !important;
}
.cid-uYc2XjOANj .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYc2XjOANj .news-item {
  width: 100%;
}
.cid-uYc2XjOANj .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYc2XjOANj .news-title {
  color: #303030;
}
.cid-uYc2XjOANj .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uYccolGejf .navbar-dropdown {
  position: relative !important;
}
.cid-uYccolGejf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYccolGejf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYccolGejf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYccolGejf .dropdown-item:hover,
.cid-uYccolGejf .dropdown-item:focus {
  background: #56d508 !important;
  color: white !important;
}
.cid-uYccolGejf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYccolGejf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYccolGejf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYccolGejf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYccolGejf .nav-link {
  position: relative;
}
.cid-uYccolGejf .container {
  display: flex;
  margin: auto;
}
.cid-uYccolGejf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYccolGejf .dropdown-menu,
.cid-uYccolGejf .navbar.opened {
  background: #e8e8e8 !important;
}
.cid-uYccolGejf .nav-item:focus,
.cid-uYccolGejf .nav-link:focus {
  outline: none;
}
.cid-uYccolGejf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYccolGejf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYccolGejf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYccolGejf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYccolGejf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYccolGejf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYccolGejf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8e8e8;
}
.cid-uYccolGejf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYccolGejf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYccolGejf .navbar .navbar-logo img {
  width: auto;
}
.cid-uYccolGejf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYccolGejf .navbar.collapsed {
  justify-content: center;
}
.cid-uYccolGejf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYccolGejf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYccolGejf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYccolGejf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYccolGejf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYccolGejf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYccolGejf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYccolGejf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYccolGejf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYccolGejf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYccolGejf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYccolGejf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYccolGejf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYccolGejf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYccolGejf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYccolGejf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYccolGejf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYccolGejf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYccolGejf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYccolGejf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYccolGejf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYccolGejf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYccolGejf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYccolGejf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYccolGejf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYccolGejf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYccolGejf .dropdown-item.active,
.cid-uYccolGejf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYccolGejf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYccolGejf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYccolGejf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYccolGejf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uYccolGejf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYccolGejf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYccolGejf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYccolGejf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYccolGejf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYccolGejf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-uYccolGejf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYccolGejf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYccolGejf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYccolGejf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYccolGejf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYccolGejf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYccolGejf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYccolGejf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYccolGejf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYccolGejf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYccolGejf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYccolGejf .navbar {
    height: 70px;
  }
  .cid-uYccolGejf .navbar.opened {
    height: auto;
  }
  .cid-uYccolGejf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdgrGDgSJ {
  background-color: #e8e8e8;
}
.cid-uYdgrGDgSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdgrGDgSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdgrGDgSJ .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uYdgrGDgSJ .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYdgrGDgSJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYdgrGDgSJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYdgrGDgSJ .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uYdgrGDgSJ .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #56d508;
}
.cid-uYdgrGDgSJ .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uYdgrGDgSJ .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uYdgrGDgSJ .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYdgrGDgSJ .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #56d508;
}
@media (max-width: 992px) {
  .cid-uYdgrGDgSJ .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uYdgrGDgSJ .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #56d508;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYdgrGDgSJ .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uYdgrGDgSJ .image-wrapper::after {
    display: none;
  }
}
.cid-uYdgrGDgSJ .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-uYdgrGDgSJ .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uYdgrGDgSJ .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYdgrGDgSJ .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uYdgrGDgSJ .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uYdgrGDgSJ .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uYdgrGDgSJ .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYdgrGDgSJ .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uYdgrGDgSJ .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uYdgrGDgSJ .mbr-section-title {
  color: #101511;
}
.cid-uYdgrGDgSJ .mbr-text {
  color: #6e716f;
}
.cid-uYccoosIfN {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYccoosIfN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYccoosIfN .mbr-text {
  color: #000000;
}
.cid-uYccoyftvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYccoyftvq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYccoyftvq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYccoyftvq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYccoyftvq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYccoyftvq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYccoyftvq .mbr-section-title {
  color: #353535;
}
.cid-uYccozKLIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/why-is-it-important-to-have-a-good-roof.jpg-1000x667.jpg");
}
.cid-uYccozKLIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYccozKLIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYccozKLIt .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYccozKLIt .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYccozKLIt .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYccozKLIt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYccozKLIt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYccozKLIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYccozKLIt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYccozKLIt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYccozKLIt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYccozKLIt .mbr-title {
  color: #56d508;
  margin-bottom: 14px;
}
.cid-uYccozKLIt .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYccozKLIt .list-box {
  width: 100%;
}
.cid-uYccozKLIt .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYccozKLIt .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYccozKLIt .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYccozKLIt .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYccozKLIt .list a:hover:before {
  background-position: left !important;
}
.cid-uYccozKLIt .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYccozKLIt .news-item {
  width: 100%;
}
.cid-uYccozKLIt .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYccozKLIt .news-title {
  color: #303030;
}
.cid-uYccozKLIt .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uYccYrVgoB .navbar-dropdown {
  position: relative !important;
}
.cid-uYccYrVgoB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYccYrVgoB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYccYrVgoB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYccYrVgoB .dropdown-item:hover,
.cid-uYccYrVgoB .dropdown-item:focus {
  background: #56d508 !important;
  color: white !important;
}
.cid-uYccYrVgoB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYccYrVgoB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYccYrVgoB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYccYrVgoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYccYrVgoB .nav-link {
  position: relative;
}
.cid-uYccYrVgoB .container {
  display: flex;
  margin: auto;
}
.cid-uYccYrVgoB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYccYrVgoB .dropdown-menu,
.cid-uYccYrVgoB .navbar.opened {
  background: #e8e8e8 !important;
}
.cid-uYccYrVgoB .nav-item:focus,
.cid-uYccYrVgoB .nav-link:focus {
  outline: none;
}
.cid-uYccYrVgoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYccYrVgoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYccYrVgoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYccYrVgoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYccYrVgoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYccYrVgoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYccYrVgoB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8e8e8;
}
.cid-uYccYrVgoB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYccYrVgoB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYccYrVgoB .navbar .navbar-logo img {
  width: auto;
}
.cid-uYccYrVgoB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYccYrVgoB .navbar.collapsed {
  justify-content: center;
}
.cid-uYccYrVgoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYccYrVgoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYccYrVgoB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYccYrVgoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYccYrVgoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYccYrVgoB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYccYrVgoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYccYrVgoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYccYrVgoB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYccYrVgoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYccYrVgoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYccYrVgoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYccYrVgoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYccYrVgoB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYccYrVgoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYccYrVgoB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYccYrVgoB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYccYrVgoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYccYrVgoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYccYrVgoB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYccYrVgoB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYccYrVgoB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYccYrVgoB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYccYrVgoB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYccYrVgoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYccYrVgoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYccYrVgoB .dropdown-item.active,
.cid-uYccYrVgoB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYccYrVgoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYccYrVgoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYccYrVgoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYccYrVgoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uYccYrVgoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYccYrVgoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYccYrVgoB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYccYrVgoB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYccYrVgoB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYccYrVgoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-uYccYrVgoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYccYrVgoB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYccYrVgoB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYccYrVgoB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYccYrVgoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYccYrVgoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYccYrVgoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYccYrVgoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYccYrVgoB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYccYrVgoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYccYrVgoB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYccYrVgoB .navbar {
    height: 70px;
  }
  .cid-uYccYrVgoB .navbar.opened {
    height: auto;
  }
  .cid-uYccYrVgoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdgVHUsdn {
  background-color: #e8e8e8;
}
.cid-uYdgVHUsdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdgVHUsdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdgVHUsdn .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uYdgVHUsdn .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYdgVHUsdn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYdgVHUsdn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYdgVHUsdn .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uYdgVHUsdn .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #56d508;
}
.cid-uYdgVHUsdn .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uYdgVHUsdn .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uYdgVHUsdn .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYdgVHUsdn .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #56d508;
}
@media (max-width: 992px) {
  .cid-uYdgVHUsdn .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uYdgVHUsdn .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #56d508;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYdgVHUsdn .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uYdgVHUsdn .image-wrapper::after {
    display: none;
  }
}
.cid-uYdgVHUsdn .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-uYdgVHUsdn .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uYdgVHUsdn .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYdgVHUsdn .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uYdgVHUsdn .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uYdgVHUsdn .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uYdgVHUsdn .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYdgVHUsdn .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uYdgVHUsdn .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uYdgVHUsdn .mbr-section-title {
  color: #101511;
}
.cid-uYdgVHUsdn .mbr-text {
  color: #6e716f;
}
.cid-uYccYu7tYw {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYccYu7tYw .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYccYu7tYw .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYccYuTYJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYccYuTYJg .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYccYuTYJg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYccYuTYJg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYccYuTYJg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYccYuTYJg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYccYuTYJg .mbr-section-title {
  color: #353535;
}
.cid-uYccYvJi5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/why-is-it-important-to-have-a-good-roof.jpg-1000x667.jpg");
}
.cid-uYccYvJi5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYccYvJi5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYccYvJi5S .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYccYvJi5S .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYccYvJi5S .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYccYvJi5S .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYccYvJi5S .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYccYvJi5S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYccYvJi5S .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYccYvJi5S .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYccYvJi5S .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYccYvJi5S .mbr-title {
  color: #56d508;
  margin-bottom: 14px;
}
.cid-uYccYvJi5S .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYccYvJi5S .list-box {
  width: 100%;
}
.cid-uYccYvJi5S .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYccYvJi5S .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYccYvJi5S .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYccYvJi5S .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYccYvJi5S .list a:hover:before {
  background-position: left !important;
}
.cid-uYccYvJi5S .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYccYvJi5S .news-item {
  width: 100%;
}
.cid-uYccYvJi5S .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYccYvJi5S .news-title {
  color: #303030;
}
.cid-uYccYvJi5S .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uYd95j3dtJ .navbar-dropdown {
  position: relative !important;
}
.cid-uYd95j3dtJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYd95j3dtJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYd95j3dtJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYd95j3dtJ .dropdown-item:hover,
.cid-uYd95j3dtJ .dropdown-item:focus {
  background: #56d508 !important;
  color: white !important;
}
.cid-uYd95j3dtJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYd95j3dtJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYd95j3dtJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYd95j3dtJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYd95j3dtJ .nav-link {
  position: relative;
}
.cid-uYd95j3dtJ .container {
  display: flex;
  margin: auto;
}
.cid-uYd95j3dtJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYd95j3dtJ .dropdown-menu,
.cid-uYd95j3dtJ .navbar.opened {
  background: #e8e8e8 !important;
}
.cid-uYd95j3dtJ .nav-item:focus,
.cid-uYd95j3dtJ .nav-link:focus {
  outline: none;
}
.cid-uYd95j3dtJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYd95j3dtJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYd95j3dtJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYd95j3dtJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYd95j3dtJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYd95j3dtJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYd95j3dtJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8e8e8;
}
.cid-uYd95j3dtJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYd95j3dtJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYd95j3dtJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYd95j3dtJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYd95j3dtJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYd95j3dtJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYd95j3dtJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYd95j3dtJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYd95j3dtJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYd95j3dtJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYd95j3dtJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYd95j3dtJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYd95j3dtJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYd95j3dtJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYd95j3dtJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYd95j3dtJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYd95j3dtJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYd95j3dtJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYd95j3dtJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYd95j3dtJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYd95j3dtJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYd95j3dtJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYd95j3dtJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYd95j3dtJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYd95j3dtJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYd95j3dtJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYd95j3dtJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYd95j3dtJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYd95j3dtJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYd95j3dtJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYd95j3dtJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYd95j3dtJ .dropdown-item.active,
.cid-uYd95j3dtJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYd95j3dtJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYd95j3dtJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYd95j3dtJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYd95j3dtJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uYd95j3dtJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYd95j3dtJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYd95j3dtJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYd95j3dtJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYd95j3dtJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYd95j3dtJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-uYd95j3dtJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYd95j3dtJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd95j3dtJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYd95j3dtJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYd95j3dtJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd95j3dtJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYd95j3dtJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYd95j3dtJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYd95j3dtJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYd95j3dtJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYd95j3dtJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYd95j3dtJ .navbar {
    height: 70px;
  }
  .cid-uYd95j3dtJ .navbar.opened {
    height: auto;
  }
  .cid-uYd95j3dtJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYd95kb4SZ {
  background-color: #e8e8e8;
}
.cid-uYd95kb4SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95kb4SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95kb4SZ .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uYd95kb4SZ .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYd95kb4SZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYd95kb4SZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYd95kb4SZ .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uYd95kb4SZ .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #56d508;
}
.cid-uYd95kb4SZ .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uYd95kb4SZ .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uYd95kb4SZ .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYd95kb4SZ .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #56d508;
}
@media (max-width: 992px) {
  .cid-uYd95kb4SZ .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uYd95kb4SZ .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #56d508;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYd95kb4SZ .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uYd95kb4SZ .image-wrapper::after {
    display: none;
  }
}
.cid-uYd95kb4SZ .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-uYd95kb4SZ .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uYd95kb4SZ .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYd95kb4SZ .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uYd95kb4SZ .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uYd95kb4SZ .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uYd95kb4SZ .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYd95kb4SZ .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uYd95kb4SZ .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uYd95kb4SZ .mbr-section-title {
  color: #101511;
}
.cid-uYd95kb4SZ .mbr-text {
  color: #6e716f;
}
.cid-uYd95lcmTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uYd95lcmTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95lcmTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95lcmTm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYd95lcmTm .container-fluid {
    padding: 0;
  }
}
.cid-uYd95lcmTm .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYd95lcmTm .container {
    padding: 0 30px;
  }
}
.cid-uYd95lcmTm .card {
  padding: 0;
}
.cid-uYd95lcmTm .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYd95lcmTm .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uYd95lcmTm .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uYd95lcmTm .mbr-text {
  color: #4e4e4e;
}
.cid-uYd95lcmTm .mbr-text,
.cid-uYd95lcmTm .mbr-section-btn {
  color: #56d508;
}
.cid-uYd95lZsbu {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uYd95lZsbu .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYd95lZsbu .mbr-text {
  color: #000000;
}
.cid-uYd95mOONi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grange-258q-harmony-lodge-facade-2-1190x680.jpg-1190x680.jpg");
}
.cid-uYd95mOONi .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYd95mOONi img,
.cid-uYd95mOONi .item-img {
  width: 100%;
}
.cid-uYd95mOONi .item:focus,
.cid-uYd95mOONi span:focus {
  outline: none;
}
.cid-uYd95mOONi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYd95mOONi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYd95mOONi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYd95mOONi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYd95mOONi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYd95mOONi .mbr-section-title {
  color: #000000;
}
.cid-uYd95mOONi .mbr-text,
.cid-uYd95mOONi .mbr-section-btn {
  text-align: left;
}
.cid-uYd95mOONi .item-title {
  text-align: left;
}
.cid-uYd95mOONi .item-subtitle {
  text-align: left;
}
.cid-uYd95mOONi .mbr-section-subtitle {
  color: #000000;
}
.cid-uYd95nTu8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd95nTu8W blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uYd95nTu8W .mbr-text {
  color: #000000;
}
.cid-uYd95nTu8W .mbr-section-title {
  color: #000000;
}
.cid-uYd95oRgBF {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
  background: linear-gradient(to right top, #e8e8e8, #e8e8e8);
}
.cid-uYd95oRgBF .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uYd95oRgBF .img-wrap img {
  width: 54%;
  margin: auto;
}
.cid-uYd95oRgBF .mbr-text,
.cid-uYd95oRgBF .mbr-section-btn {
  color: #000000;
}
.cid-uYd95oRgBF .mbr-section-title {
  color: #000000;
}
.cid-uYd95oRgBF .buttons-wrap .link {
  display: flex;
}
.cid-uYd95oRgBF .mbr-arrow {
  bottom: 0;
}
.cid-uYd95oRgBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95oRgBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95qiw88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd95qiw88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95qiw88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95qiw88 .mbr-section-title {
  color: #000000;
}
.cid-uYd95qiw88 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYd95re6HB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd95re6HB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95re6HB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95re6HB .card-wrapper {
  padding: 64px;
  background-color: #232323;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uYd95re6HB .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYd95re6HB .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uYd95re6HB .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uYd95re6HB .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uYd95re6HB .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .content-wrapper {
    width: 100%;
  }
}
.cid-uYd95re6HB .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uYd95re6HB .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYd95re6HB .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYd95re6HB .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYd95re6HB .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYd95re6HB .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uYd95re6HB .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uYd95re6HB .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #000000;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uYd95re6HB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYd95re6HB .mbr-section-title {
  color: #ffffff;
}
.cid-uYd95re6HB .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uYd95re6HB .mbr-text,
.cid-uYd95re6HB .text-wrapper {
  color: #111111;
}
.cid-uYd95re6HB .panel-title-edit {
  color: #111111;
}
.cid-uYd95re6HB .panel-text {
  color: #666666;
}
.cid-uYd95sGDFn {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e8e8e8;
}
.cid-uYd95sGDFn .title__block {
  padding: 30px 15px;
}
.cid-uYd95sGDFn .mbr-text {
  margin-bottom: 30px;
}
.cid-uYd95sGDFn .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uYd95sGDFn .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-uYd95sGDFn .bottom__text {
  margin: 10px 0;
}
.cid-uYd95sGDFn .btn {
  margin-top: 0;
}
.cid-uYd95sGDFn .btn:hover {
  background-color: #56d508 !important;
  border-color: #56d508 !important;
}
.cid-uYd95sGDFn img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYd95sGDFn .image {
    margin-bottom: 10px;
  }
  .cid-uYd95sGDFn .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYd95sGDFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95sGDFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95sGDFn .mbr-section-title {
  color: #000000;
}
.cid-uYd95tHGaV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd95tHGaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95tHGaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95tHGaV .row {
  position: relative;
  z-index: 2;
}
.cid-uYd95tHGaV .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uYd95tHGaV .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uYd95tHGaV .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYd95tHGaV .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uYd95tHGaV .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYd95tHGaV .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYd95tHGaV .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e8e8e8;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uYd95tHGaV .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uYd95tHGaV .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uYd95tHGaV .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYd95tHGaV .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uYd95tHGaV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYd95tHGaV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYd95tHGaV .mbr-section-title {
  color: #000000;
}
.cid-uYd95tHGaV .mbr-text {
  color: #51565c;
}
.cid-uYd95tHGaV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYd95tHGaV .mbr-text,
.cid-uYd95tHGaV .text-wrapper {
  color: #000000;
}
.cid-uYd95uL4Ff {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uYd95uL4Ff .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uYd95uL4Ff .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYd95uL4Ff .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYd95uL4Ff .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYd95uL4Ff .mbr-text,
.cid-uYd95uL4Ff .mbr-section-btn {
  color: #ffffff;
}
.cid-uYd95uL4Ff .card-title,
.cid-uYd95uL4Ff .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uYd95vFORN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd95vFORN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95vFORN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95vFORN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYd95vFORN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYd95vFORN .container {
    padding: 0 12px;
  }
}
.cid-uYd95vFORN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYd95vFORN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYd95vFORN .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYd95vFORN .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uYd95vFORN .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYd95vFORN .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uYd95vFORN .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYd95vFORN .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uYd95vFORN .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uYd95vFORN .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uYd95vFORN .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYd95vFORN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYd95vFORN .mbr-section-subtitle {
  color: #222222;
}
.cid-uYd95vFORN .mbr-text {
  color: #222222;
}
.cid-uYd95vFORN .list {
  color: #222222;
}
.cid-uYdleMob5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdleMob5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdleMob5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdleMob5W .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uYdleMob5W .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYdleMob5W .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYdleMob5W .container {
    padding: 0 20px;
  }
}
.cid-uYdleMob5W .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uYdleMob5W .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uYdleMob5W .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uYdleMob5W .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uYdleMob5W .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdleMob5W .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #56d508;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYdleMob5W .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uYdleMob5W .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uYdleMob5W .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uYdleMob5W .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uYdleMob5W .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uYdleMob5W .mbr-desc {
  color: #000000;
}
.cid-uYdleMob5W .panel-number {
  color: #000000;
}
.cid-uYdleMob5W .panel-title-edit {
  color: #000000;
}
.cid-uYdleMob5W .panel-text {
  color: #000000;
}
.cid-uYd95wB2M1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYd95wB2M1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYd95wB2M1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYd95wB2M1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYd95wB2M1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYd95wB2M1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYd95wB2M1 .mbr-section-title {
  color: #353535;
}
.cid-uYd95xIU9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/why-is-it-important-to-have-a-good-roof.jpg-1000x667.jpg");
}
.cid-uYd95xIU9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYd95xIU9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYd95xIU9o .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYd95xIU9o .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYd95xIU9o .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYd95xIU9o .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYd95xIU9o .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYd95xIU9o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYd95xIU9o .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYd95xIU9o .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYd95xIU9o .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYd95xIU9o .mbr-title {
  color: #56d508;
  margin-bottom: 14px;
}
.cid-uYd95xIU9o .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYd95xIU9o .list-box {
  width: 100%;
}
.cid-uYd95xIU9o .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYd95xIU9o .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYd95xIU9o .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYd95xIU9o .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYd95xIU9o .list a:hover:before {
  background-position: left !important;
}
.cid-uYd95xIU9o .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYd95xIU9o .news-item {
  width: 100%;
}
.cid-uYd95xIU9o .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYd95xIU9o .news-title {
  color: #303030;
}
.cid-uYd95xIU9o .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uYdbmxbRA2 .navbar-dropdown {
  position: relative !important;
}
.cid-uYdbmxbRA2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYdbmxbRA2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYdbmxbRA2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYdbmxbRA2 .dropdown-item:hover,
.cid-uYdbmxbRA2 .dropdown-item:focus {
  background: #56d508 !important;
  color: white !important;
}
.cid-uYdbmxbRA2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYdbmxbRA2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYdbmxbRA2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYdbmxbRA2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYdbmxbRA2 .nav-link {
  position: relative;
}
.cid-uYdbmxbRA2 .container {
  display: flex;
  margin: auto;
}
.cid-uYdbmxbRA2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYdbmxbRA2 .dropdown-menu,
.cid-uYdbmxbRA2 .navbar.opened {
  background: #e8e8e8 !important;
}
.cid-uYdbmxbRA2 .nav-item:focus,
.cid-uYdbmxbRA2 .nav-link:focus {
  outline: none;
}
.cid-uYdbmxbRA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYdbmxbRA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYdbmxbRA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYdbmxbRA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYdbmxbRA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYdbmxbRA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYdbmxbRA2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8e8e8;
}
.cid-uYdbmxbRA2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYdbmxbRA2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYdbmxbRA2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYdbmxbRA2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYdbmxbRA2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYdbmxbRA2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYdbmxbRA2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYdbmxbRA2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYdbmxbRA2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYdbmxbRA2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYdbmxbRA2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYdbmxbRA2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYdbmxbRA2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYdbmxbRA2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYdbmxbRA2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYdbmxbRA2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYdbmxbRA2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYdbmxbRA2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYdbmxbRA2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYdbmxbRA2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYdbmxbRA2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYdbmxbRA2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYdbmxbRA2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYdbmxbRA2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYdbmxbRA2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYdbmxbRA2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYdbmxbRA2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYdbmxbRA2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYdbmxbRA2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYdbmxbRA2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYdbmxbRA2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYdbmxbRA2 .dropdown-item.active,
.cid-uYdbmxbRA2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYdbmxbRA2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYdbmxbRA2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYdbmxbRA2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYdbmxbRA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uYdbmxbRA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYdbmxbRA2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYdbmxbRA2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYdbmxbRA2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYdbmxbRA2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYdbmxbRA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-uYdbmxbRA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYdbmxbRA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdbmxbRA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdbmxbRA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYdbmxbRA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdbmxbRA2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYdbmxbRA2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYdbmxbRA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdbmxbRA2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYdbmxbRA2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYdbmxbRA2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYdbmxbRA2 .navbar {
    height: 70px;
  }
  .cid-uYdbmxbRA2 .navbar.opened {
    height: auto;
  }
  .cid-uYdbmxbRA2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdbmyL62Y {
  background-color: #e8e8e8;
}
.cid-uYdbmyL62Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmyL62Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmyL62Y .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uYdbmyL62Y .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYdbmyL62Y .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYdbmyL62Y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYdbmyL62Y .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uYdbmyL62Y .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #56d508;
}
.cid-uYdbmyL62Y .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uYdbmyL62Y .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uYdbmyL62Y .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYdbmyL62Y .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #56d508;
}
@media (max-width: 992px) {
  .cid-uYdbmyL62Y .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uYdbmyL62Y .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #56d508;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYdbmyL62Y .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uYdbmyL62Y .image-wrapper::after {
    display: none;
  }
}
.cid-uYdbmyL62Y .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-uYdbmyL62Y .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uYdbmyL62Y .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYdbmyL62Y .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uYdbmyL62Y .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uYdbmyL62Y .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uYdbmyL62Y .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYdbmyL62Y .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uYdbmyL62Y .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uYdbmyL62Y .mbr-section-title {
  color: #101511;
}
.cid-uYdbmyL62Y .mbr-text {
  color: #6e716f;
}
.cid-uYdbmzXAxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uYdbmzXAxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmzXAxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmzXAxi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYdbmzXAxi .container-fluid {
    padding: 0;
  }
}
.cid-uYdbmzXAxi .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYdbmzXAxi .container {
    padding: 0 30px;
  }
}
.cid-uYdbmzXAxi .card {
  padding: 0;
}
.cid-uYdbmzXAxi .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYdbmzXAxi .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uYdbmzXAxi .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uYdbmzXAxi .mbr-text {
  color: #4e4e4e;
}
.cid-uYdbmzXAxi .mbr-text,
.cid-uYdbmzXAxi .mbr-section-btn {
  color: #56d508;
}
.cid-uYdbmARlEL {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uYdbmARlEL .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYdbmARlEL .mbr-text {
  color: #000000;
}
.cid-uYdbmBFLYR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grange-258q-harmony-lodge-facade-2-1190x680.jpg-1190x680.jpg");
}
.cid-uYdbmBFLYR .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYdbmBFLYR img,
.cid-uYdbmBFLYR .item-img {
  width: 100%;
}
.cid-uYdbmBFLYR .item:focus,
.cid-uYdbmBFLYR span:focus {
  outline: none;
}
.cid-uYdbmBFLYR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYdbmBFLYR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYdbmBFLYR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYdbmBFLYR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYdbmBFLYR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYdbmBFLYR .mbr-section-title {
  color: #000000;
}
.cid-uYdbmBFLYR .mbr-text,
.cid-uYdbmBFLYR .mbr-section-btn {
  text-align: left;
}
.cid-uYdbmBFLYR .item-title {
  text-align: left;
}
.cid-uYdbmBFLYR .item-subtitle {
  text-align: left;
}
.cid-uYdbmBFLYR .mbr-section-subtitle {
  color: #000000;
}
.cid-uYdbmEaUpU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdbmEaUpU blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uYdbmEaUpU .mbr-text {
  color: #000000;
}
.cid-uYdbmEaUpU .mbr-section-title {
  color: #000000;
}
.cid-uYdbmGgEke {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
  background: linear-gradient(to right top, #e8e8e8, #e8e8e8);
}
.cid-uYdbmGgEke .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uYdbmGgEke .img-wrap img {
  width: 54%;
  margin: auto;
}
.cid-uYdbmGgEke .mbr-text,
.cid-uYdbmGgEke .mbr-section-btn {
  color: #000000;
}
.cid-uYdbmGgEke .mbr-section-title {
  color: #000000;
}
.cid-uYdbmGgEke .buttons-wrap .link {
  display: flex;
}
.cid-uYdbmGgEke .mbr-arrow {
  bottom: 0;
}
.cid-uYdbmGgEke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmGgEke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmIsNz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdbmIsNz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmIsNz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmIsNz5 .mbr-section-title {
  color: #000000;
}
.cid-uYdbmIsNz5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYdbmK1fwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdbmK1fwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmK1fwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmK1fwt .card-wrapper {
  padding: 64px;
  background-color: #232323;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uYdbmK1fwt .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYdbmK1fwt .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uYdbmK1fwt .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uYdbmK1fwt .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uYdbmK1fwt .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .content-wrapper {
    width: 100%;
  }
}
.cid-uYdbmK1fwt .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uYdbmK1fwt .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYdbmK1fwt .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYdbmK1fwt .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYdbmK1fwt .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uYdbmK1fwt .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #000000;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uYdbmK1fwt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYdbmK1fwt .mbr-section-title {
  color: #ffffff;
}
.cid-uYdbmK1fwt .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uYdbmK1fwt .mbr-text,
.cid-uYdbmK1fwt .text-wrapper {
  color: #111111;
}
.cid-uYdbmK1fwt .panel-title-edit {
  color: #111111;
}
.cid-uYdbmK1fwt .panel-text {
  color: #666666;
}
.cid-uYdbmMsSNJ {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e8e8e8;
}
.cid-uYdbmMsSNJ .title__block {
  padding: 30px 15px;
}
.cid-uYdbmMsSNJ .mbr-text {
  margin-bottom: 30px;
}
.cid-uYdbmMsSNJ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uYdbmMsSNJ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-uYdbmMsSNJ .bottom__text {
  margin: 10px 0;
}
.cid-uYdbmMsSNJ .btn {
  margin-top: 0;
}
.cid-uYdbmMsSNJ .btn:hover {
  background-color: #56d508 !important;
  border-color: #56d508 !important;
}
.cid-uYdbmMsSNJ img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYdbmMsSNJ .image {
    margin-bottom: 10px;
  }
  .cid-uYdbmMsSNJ .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYdbmMsSNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmMsSNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmMsSNJ .mbr-section-title {
  color: #000000;
}
.cid-uYdbmOQUft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdbmOQUft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmOQUft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmOQUft .row {
  position: relative;
  z-index: 2;
}
.cid-uYdbmOQUft .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uYdbmOQUft .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uYdbmOQUft .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYdbmOQUft .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uYdbmOQUft .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYdbmOQUft .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYdbmOQUft .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e8e8e8;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uYdbmOQUft .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uYdbmOQUft .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uYdbmOQUft .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYdbmOQUft .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uYdbmOQUft .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdbmOQUft .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYdbmOQUft .mbr-section-title {
  color: #000000;
}
.cid-uYdbmOQUft .mbr-text {
  color: #51565c;
}
.cid-uYdbmOQUft .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYdbmOQUft .mbr-text,
.cid-uYdbmOQUft .text-wrapper {
  color: #000000;
}
.cid-uYdbmQ8QuM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uYdbmQ8QuM .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uYdbmQ8QuM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYdbmQ8QuM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYdbmQ8QuM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYdbmQ8QuM .mbr-text,
.cid-uYdbmQ8QuM .mbr-section-btn {
  color: #ffffff;
}
.cid-uYdbmQ8QuM .card-title,
.cid-uYdbmQ8QuM .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uYgnZZBYWD {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uYgnZZBYWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgnZZBYWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYgnZZBYWD .container {
    padding: 0 20px;
  }
}
.cid-uYgnZZBYWD .row {
  margin: 0;
}
.cid-uYgnZZBYWD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYgnZZBYWD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYgnZZBYWD .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uYgnZZBYWD .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uYgnZZBYWD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uYgnZZBYWD .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uYgnZZBYWD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYdbmRhQqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdbmRhQqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmRhQqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmRhQqG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYdbmRhQqG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYdbmRhQqG .container {
    padding: 0 12px;
  }
}
.cid-uYdbmRhQqG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYdbmRhQqG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYdbmRhQqG .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYdbmRhQqG .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uYdbmRhQqG .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYdbmRhQqG .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uYdbmRhQqG .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYdbmRhQqG .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uYdbmRhQqG .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uYdbmRhQqG .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uYdbmRhQqG .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYdbmRhQqG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYdbmRhQqG .mbr-section-subtitle {
  color: #222222;
}
.cid-uYdbmRhQqG .mbr-text {
  color: #222222;
}
.cid-uYdbmRhQqG .list {
  color: #222222;
}
.cid-uYdlpBpEy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdlpBpEy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdlpBpEy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdlpBpEy6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uYdlpBpEy6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYdlpBpEy6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYdlpBpEy6 .container {
    padding: 0 20px;
  }
}
.cid-uYdlpBpEy6 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uYdlpBpEy6 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uYdlpBpEy6 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #56d508;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYdlpBpEy6 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uYdlpBpEy6 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uYdlpBpEy6 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uYdlpBpEy6 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uYdlpBpEy6 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uYdlpBpEy6 .mbr-desc {
  color: #000000;
}
.cid-uYdlpBpEy6 .panel-number {
  color: #000000;
}
.cid-uYdlpBpEy6 .panel-title-edit {
  color: #000000;
}
.cid-uYdlpBpEy6 .panel-text {
  color: #000000;
}
.cid-uYdbmSaheL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYdbmSaheL .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYdbmSaheL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYdbmSaheL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYdbmSaheL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYdbmSaheL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYdbmSaheL .mbr-section-title {
  color: #353535;
}
.cid-uYdbmTtnUL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/why-is-it-important-to-have-a-good-roof.jpg-1000x667.jpg");
}
.cid-uYdbmTtnUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdbmTtnUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdbmTtnUL .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYdbmTtnUL .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYdbmTtnUL .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYdbmTtnUL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYdbmTtnUL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYdbmTtnUL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYdbmTtnUL .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYdbmTtnUL .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYdbmTtnUL .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYdbmTtnUL .mbr-title {
  color: #56d508;
  margin-bottom: 14px;
}
.cid-uYdbmTtnUL .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYdbmTtnUL .list-box {
  width: 100%;
}
.cid-uYdbmTtnUL .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYdbmTtnUL .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYdbmTtnUL .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYdbmTtnUL .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYdbmTtnUL .list a:hover:before {
  background-position: left !important;
}
.cid-uYdbmTtnUL .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYdbmTtnUL .news-item {
  width: 100%;
}
.cid-uYdbmTtnUL .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYdbmTtnUL .news-title {
  color: #303030;
}
.cid-uYdbmTtnUL .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uYddol3NIS .navbar-dropdown {
  position: relative !important;
}
.cid-uYddol3NIS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYddol3NIS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYddol3NIS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYddol3NIS .dropdown-item:hover,
.cid-uYddol3NIS .dropdown-item:focus {
  background: #56d508 !important;
  color: white !important;
}
.cid-uYddol3NIS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYddol3NIS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYddol3NIS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYddol3NIS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYddol3NIS .nav-link {
  position: relative;
}
.cid-uYddol3NIS .container {
  display: flex;
  margin: auto;
}
.cid-uYddol3NIS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYddol3NIS .dropdown-menu,
.cid-uYddol3NIS .navbar.opened {
  background: #e8e8e8 !important;
}
.cid-uYddol3NIS .nav-item:focus,
.cid-uYddol3NIS .nav-link:focus {
  outline: none;
}
.cid-uYddol3NIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYddol3NIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYddol3NIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYddol3NIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYddol3NIS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYddol3NIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYddol3NIS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8e8e8;
}
.cid-uYddol3NIS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYddol3NIS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYddol3NIS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYddol3NIS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYddol3NIS .navbar.collapsed {
  justify-content: center;
}
.cid-uYddol3NIS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYddol3NIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYddol3NIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYddol3NIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYddol3NIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYddol3NIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYddol3NIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYddol3NIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYddol3NIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYddol3NIS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYddol3NIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYddol3NIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYddol3NIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYddol3NIS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYddol3NIS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYddol3NIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYddol3NIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYddol3NIS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYddol3NIS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYddol3NIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYddol3NIS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYddol3NIS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYddol3NIS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYddol3NIS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYddol3NIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYddol3NIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYddol3NIS .dropdown-item.active,
.cid-uYddol3NIS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYddol3NIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYddol3NIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYddol3NIS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYddol3NIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uYddol3NIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYddol3NIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYddol3NIS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYddol3NIS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYddol3NIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYddol3NIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-uYddol3NIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYddol3NIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYddol3NIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYddol3NIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYddol3NIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYddol3NIS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYddol3NIS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYddol3NIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYddol3NIS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYddol3NIS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYddol3NIS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYddol3NIS .navbar {
    height: 70px;
  }
  .cid-uYddol3NIS .navbar.opened {
    height: auto;
  }
  .cid-uYddol3NIS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYddomHvii {
  background-color: #e8e8e8;
}
.cid-uYddomHvii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddomHvii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddomHvii .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uYddomHvii .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYddomHvii .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYddomHvii .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYddomHvii .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uYddomHvii .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #56d508;
}
.cid-uYddomHvii .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uYddomHvii .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uYddomHvii .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uYddomHvii .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #56d508;
}
@media (max-width: 992px) {
  .cid-uYddomHvii .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uYddomHvii .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #56d508;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYddomHvii .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uYddomHvii .image-wrapper::after {
    display: none;
  }
}
.cid-uYddomHvii .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-uYddomHvii .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uYddomHvii .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYddomHvii .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uYddomHvii .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uYddomHvii .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uYddomHvii .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uYddomHvii .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uYddomHvii .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uYddomHvii .mbr-section-title {
  color: #101511;
}
.cid-uYddomHvii .mbr-text {
  color: #6e716f;
}
.cid-uYddonVNFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uYddonVNFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddonVNFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddonVNFC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYddonVNFC .container-fluid {
    padding: 0;
  }
}
.cid-uYddonVNFC .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYddonVNFC .container {
    padding: 0 30px;
  }
}
.cid-uYddonVNFC .card {
  padding: 0;
}
.cid-uYddonVNFC .card .card-wrapper {
  padding: 50px;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYddonVNFC .card .card-wrapper {
    padding: 30px;
  }
}
.cid-uYddonVNFC .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uYddonVNFC .mbr-text {
  color: #4e4e4e;
}
.cid-uYddonVNFC .mbr-text,
.cid-uYddonVNFC .mbr-section-btn {
  color: #56d508;
}
.cid-uYddop1JGv {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uYddop1JGv .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYddop1JGv .mbr-text {
  color: #000000;
}
.cid-uYddoq2vC6 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/grange-258q-harmony-lodge-facade-2-1190x680.jpg-1190x680.jpg");
}
.cid-uYddoq2vC6 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uYddoq2vC6 img,
.cid-uYddoq2vC6 .item-img {
  width: 100%;
}
.cid-uYddoq2vC6 .item:focus,
.cid-uYddoq2vC6 span:focus {
  outline: none;
}
.cid-uYddoq2vC6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYddoq2vC6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYddoq2vC6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYddoq2vC6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uYddoq2vC6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYddoq2vC6 .mbr-section-title {
  color: #000000;
}
.cid-uYddoq2vC6 .mbr-text,
.cid-uYddoq2vC6 .mbr-section-btn {
  text-align: left;
}
.cid-uYddoq2vC6 .item-title {
  text-align: left;
}
.cid-uYddoq2vC6 .item-subtitle {
  text-align: left;
}
.cid-uYddoq2vC6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYddorw9il {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYddorw9il blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uYddorw9il .mbr-text {
  color: #000000;
}
.cid-uYddorw9il .mbr-section-title {
  color: #000000;
}
.cid-uYddossFUS {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
  background: linear-gradient(to right top, #e8e8e8, #e8e8e8);
}
.cid-uYddossFUS .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uYddossFUS .img-wrap img {
  width: 54%;
  margin: auto;
}
.cid-uYddossFUS .mbr-text,
.cid-uYddossFUS .mbr-section-btn {
  color: #000000;
}
.cid-uYddossFUS .mbr-section-title {
  color: #000000;
}
.cid-uYddossFUS .buttons-wrap .link {
  display: flex;
}
.cid-uYddossFUS .mbr-arrow {
  bottom: 0;
}
.cid-uYddossFUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddossFUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddotEAlp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYddotEAlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddotEAlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddotEAlp .mbr-section-title {
  color: #000000;
}
.cid-uYddotEAlp .mbr-section-subtitle {
  color: #000000;
}
.cid-uYddov9dPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYddov9dPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddov9dPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddov9dPb .card-wrapper {
  padding: 64px;
  background-color: #232323;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uYddov9dPb .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYddov9dPb .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uYddov9dPb .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uYddov9dPb .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uYddov9dPb .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .content-wrapper {
    width: 100%;
  }
}
.cid-uYddov9dPb .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uYddov9dPb .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uYddov9dPb .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYddov9dPb .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYddov9dPb .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYddov9dPb .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uYddov9dPb .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uYddov9dPb .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #000000;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uYddov9dPb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYddov9dPb .mbr-section-title {
  color: #ffffff;
}
.cid-uYddov9dPb .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uYddov9dPb .mbr-text,
.cid-uYddov9dPb .text-wrapper {
  color: #111111;
}
.cid-uYddov9dPb .panel-title-edit {
  color: #111111;
}
.cid-uYddov9dPb .panel-text {
  color: #666666;
}
.cid-uYddoxk9kj {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e8e8e8;
}
.cid-uYddoxk9kj .title__block {
  padding: 30px 15px;
}
.cid-uYddoxk9kj .mbr-text {
  margin-bottom: 30px;
}
.cid-uYddoxk9kj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-uYddoxk9kj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-uYddoxk9kj .bottom__text {
  margin: 10px 0;
}
.cid-uYddoxk9kj .btn {
  margin-top: 0;
}
.cid-uYddoxk9kj .btn:hover {
  background-color: #56d508 !important;
  border-color: #56d508 !important;
}
.cid-uYddoxk9kj img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uYddoxk9kj .image {
    margin-bottom: 10px;
  }
  .cid-uYddoxk9kj .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYddoxk9kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddoxk9kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddoxk9kj .mbr-section-title {
  color: #000000;
}
.cid-uYddoyBJnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYddoyBJnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddoyBJnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddoyBJnG .row {
  position: relative;
  z-index: 2;
}
.cid-uYddoyBJnG .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uYddoyBJnG .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uYddoyBJnG .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYddoyBJnG .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uYddoyBJnG .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYddoyBJnG .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uYddoyBJnG .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #e8e8e8;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uYddoyBJnG .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uYddoyBJnG .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uYddoyBJnG .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYddoyBJnG .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uYddoyBJnG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYddoyBJnG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYddoyBJnG .mbr-section-title {
  color: #000000;
}
.cid-uYddoyBJnG .mbr-text {
  color: #51565c;
}
.cid-uYddoyBJnG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYddoyBJnG .mbr-text,
.cid-uYddoyBJnG .text-wrapper {
  color: #000000;
}
.cid-uYddoAaVbH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uYddoAaVbH .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uYddoAaVbH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYddoAaVbH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYddoAaVbH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYddoAaVbH .mbr-text,
.cid-uYddoAaVbH .mbr-section-btn {
  color: #ffffff;
}
.cid-uYddoAaVbH .card-title,
.cid-uYddoAaVbH .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uYddoBhnBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYddoBhnBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddoBhnBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddoBhnBy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYddoBhnBy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uYddoBhnBy .container {
    padding: 0 12px;
  }
}
.cid-uYddoBhnBy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYddoBhnBy .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYddoBhnBy .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYddoBhnBy .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uYddoBhnBy .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYddoBhnBy .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uYddoBhnBy .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYddoBhnBy .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uYddoBhnBy .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uYddoBhnBy .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uYddoBhnBy .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uYddoBhnBy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYddoBhnBy .mbr-section-subtitle {
  color: #222222;
}
.cid-uYddoBhnBy .mbr-text {
  color: #222222;
}
.cid-uYddoBhnBy .list {
  color: #222222;
}
.cid-uYdlu4lirH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYdlu4lirH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdlu4lirH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdlu4lirH .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uYdlu4lirH .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYdlu4lirH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYdlu4lirH .container {
    padding: 0 20px;
  }
}
.cid-uYdlu4lirH .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uYdlu4lirH .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uYdlu4lirH .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uYdlu4lirH .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uYdlu4lirH .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdlu4lirH .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #56d508;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uYdlu4lirH .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uYdlu4lirH .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uYdlu4lirH .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uYdlu4lirH .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uYdlu4lirH .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uYdlu4lirH .mbr-desc {
  color: #000000;
}
.cid-uYdlu4lirH .panel-number {
  color: #000000;
}
.cid-uYdlu4lirH .panel-title-edit {
  color: #000000;
}
.cid-uYdlu4lirH .panel-text {
  color: #000000;
}
.cid-uYddoCqYmK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uYddoCqYmK .google-map {
  height: 30rem;
  position: relative;
}
.cid-uYddoCqYmK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYddoCqYmK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYddoCqYmK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYddoCqYmK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYddoCqYmK .mbr-section-title {
  color: #353535;
}
.cid-uYddoDYNiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/why-is-it-important-to-have-a-good-roof.jpg-1000x667.jpg");
}
.cid-uYddoDYNiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYddoDYNiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYddoDYNiO .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYddoDYNiO .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYddoDYNiO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYddoDYNiO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYddoDYNiO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYddoDYNiO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYddoDYNiO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYddoDYNiO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYddoDYNiO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYddoDYNiO .mbr-title {
  color: #56d508;
  margin-bottom: 14px;
}
.cid-uYddoDYNiO .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYddoDYNiO .list-box {
  width: 100%;
}
.cid-uYddoDYNiO .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYddoDYNiO .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYddoDYNiO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYddoDYNiO .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYddoDYNiO .list a:hover:before {
  background-position: left !important;
}
.cid-uYddoDYNiO .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYddoDYNiO .news-item {
  width: 100%;
}
.cid-uYddoDYNiO .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYddoDYNiO .news-title {
  color: #303030;
}
.cid-uYddoDYNiO .copyright {
  margin-top: 20px;
  color: #303030;
}
