body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #0644b6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0644b6 !important;
  border-color: #0644b6 !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: #032562 !important;
  border-color: #032562 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #032562 !important;
  border-color: #032562 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #0644b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #032562 !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: #0644b6 !important;
  border-color: #0644b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #0644b6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #031f53 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #0644b6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0644b6;
  border-color: #0644b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0644b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4383f9;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0644b6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0644b6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0644b6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0644b6;
}
.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: #0644b6;
  border-bottom-color: #0644b6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0644b6 !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: #ff6666 !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='%230644b6' %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-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmm0T5yIA9 {
  background-image: url("../../../assets/images/handyman-header-1600x1063.jpg");
}
.cid-tmm0T5yIA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmm0T5yIA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmm0T5yIA9 .mbr-section-title {
  color: #ffffff;
}
.cid-tmm0T5yIA9 .mbr-text,
.cid-tmm0T5yIA9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tmm0WOmOvF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmoy68Dkss {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmoy68Dkss .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoy68Dkss img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmoy68Dkss img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmoy68Dkss .mbr-text,
.cid-tmoy68Dkss .mbr-section-btn {
  color: #232323;
}
.cid-tmoTNWRplt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmoTNWRplt .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoTNWRplt img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmoTNWRplt img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmoTNWRplt .mbr-text,
.cid-tmoTNWRplt .mbr-section-btn {
  color: #232323;
}
.cid-tmmrZ0OwHG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmmrZ0OwHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmrZ0OwHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmrZ0OwHG .mbr-section-title {
  color: #000000;
}
.cid-tmoZx7SVox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmoZx7SVox .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoZx7SVox img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmoZx7SVox img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmoZx7SVox .mbr-text,
.cid-tmoZx7SVox .mbr-section-btn {
  color: #232323;
}
.cid-tmoZxTq0Xj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tmoZxTq0Xj .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmoZxTq0Xj img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmoZxTq0Xj img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmoZxTq0Xj .mbr-text,
.cid-tmoZxTq0Xj .mbr-section-btn {
  color: #232323;
}
.cid-tmp1DTKACh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmp1DTKACh .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmp1DTKACh img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmp1DTKACh img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmp1DTKACh .mbr-text,
.cid-tmp1DTKACh .mbr-section-btn {
  color: #232323;
}
.cid-tmmrYdcPNW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmmrYdcPNW .mbr-section-subtitle {
  text-align: center;
}
.cid-tmmr2OKr0y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tmmlrzBgov {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmmlrzBgov .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmlrzBgov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmlrzBgov .mbr-text,
.cid-tmmlrzBgov .mbr-section-btn {
  color: #232323;
}
.cid-tmmlrzBgov .card-title,
.cid-tmmlrzBgov .card-box {
  color: #ffffff;
}
.cid-tmmlrzBgov .mbr-text,
.cid-tmmlrzBgov .link-wrap {
  color: #ffffff;
}
.cid-tzshbBvuZr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edeff0;
}
.cid-tzshbBvuZr .date {
  padding: 1rem;
  color: #fff;
  background-color: #181818;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .cid-tzshbBvuZr .date {
    padding: 2rem;
  }
}
.cid-tzshbBvuZr .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tzshbBvuZr .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tzshbBvuZr .card-heading {
  line-height: 1.2;
}
.cid-tzshbBvuZr .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-tzshbBvuZr .news-item {
  text-decoration: none;
}
.cid-tzshbBvuZr .news-item:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .cid-tzshbBvuZr .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
.cid-tzshbBvuZr .mbr-text {
  line-height: 1.72;
}
.cid-tzshbBvuZr .news-content {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tzshbBvuZr .news-content {
    padding: 2rem;
  }
}
.cid-tmpc8vUYvz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmpda6ov69 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmpda6ov69 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmpda6ov69 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmpda6ov69 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmpda6ov69 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmpda6ov69 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmpda6ov69 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmpda6ov69 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmpda6ov69 .first {
    max-height: 250px;
  }
  .cid-tmpda6ov69 .second {
    max-height: 323px;
  }
  .cid-tmpda6ov69 .third {
    max-height: 408px;
  }
  .cid-tmpda6ov69 .fourth {
    max-height: 323px;
  }
  .cid-tmpda6ov69 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmpda6ov69 .first {
    max-height: 200px;
  }
  .cid-tmpda6ov69 .second {
    max-height: 270px;
  }
  .cid-tmpda6ov69 .third {
    max-height: 350px;
  }
  .cid-tmpda6ov69 .fourth {
    max-height: 270px;
  }
  .cid-tmpda6ov69 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmpda6ov69 .first {
    display: none;
  }
  .cid-tmpda6ov69 .second {
    max-height: 323px;
  }
  .cid-tmpda6ov69 .third {
    max-height: 408px;
  }
  .cid-tmpda6ov69 .fourth {
    max-height: 323px;
  }
  .cid-tmpda6ov69 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmpda6ov69 .second {
    max-height: 250px;
  }
  .cid-tmpda6ov69 .third {
    max-height: 340px;
  }
  .cid-tmpda6ov69 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmpda6ov69 .second {
    max-height: 180px;
  }
  .cid-tmpda6ov69 .third {
    max-height: 270px;
  }
  .cid-tmpda6ov69 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmpda6ov69 .second {
    display: none;
  }
  .cid-tmpda6ov69 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmpda6ov69 .fourth {
    display: none;
  }
}
.cid-tmmqaHy0Gu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmmqaHy0Gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmqaHy0Gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmqaHy0Gu .mbr-section-title {
  color: #000000;
}
.cid-tzsAl31Bc8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsAl31Bc8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tmmr2OKr0y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmmlyaDDSu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmmlyaDDSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmlyaDDSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmlyaDDSu .mbr-text,
.cid-tmmlyaDDSu .mbr-section-btn {
  color: #232323;
}
.cid-tmmlyaDDSu .card-title,
.cid-tmmlyaDDSu .card-box {
  color: #ffffff;
}
.cid-tmmlyaDDSu .mbr-text,
.cid-tmmlyaDDSu .link-wrap {
  color: #ffffff;
}
.cid-tmmowCZZs8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzvPOhu0iZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzvPOhu0iZ img,
.cid-tzvPOhu0iZ .item-img {
  width: 100%;
}
.cid-tzvPOhu0iZ .item:focus,
.cid-tzvPOhu0iZ span:focus {
  outline: none;
}
.cid-tzvPOhu0iZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzvPOhu0iZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzvPOhu0iZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzvPOhu0iZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzvPOhu0iZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzvPOhu0iZ .mbr-section-title {
  color: #232323;
}
.cid-tzvPOhu0iZ .mbr-text,
.cid-tzvPOhu0iZ .mbr-section-btn {
  text-align: left;
}
.cid-tzvPOhu0iZ .item-title {
  text-align: left;
}
.cid-tzvPOhu0iZ .item-subtitle {
  text-align: center;
}
.cid-tmmnYNnUmv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmmnYNnUmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmnYNnUmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmnYNnUmv .mbr-section-title {
  color: #000000;
}
.cid-tmmr2OKr0y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmml1vwvzS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmml1vwvzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmml1vwvzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmml1vwvzS .mbr-text,
.cid-tmml1vwvzS .mbr-section-btn {
  color: #232323;
}
.cid-tmml1vwvzS .card-title,
.cid-tmml1vwvzS .card-box {
  color: #ffffff;
}
.cid-tmml1vwvzS .mbr-text,
.cid-tmml1vwvzS .link-wrap {
  color: #ffffff;
}
.cid-tmpBXdb8gb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmpBXdb8gb img,
.cid-tmpBXdb8gb .item-img {
  width: 100%;
}
.cid-tmpBXdb8gb .item:focus,
.cid-tmpBXdb8gb span:focus {
  outline: none;
}
.cid-tmpBXdb8gb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmpBXdb8gb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmpBXdb8gb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmpBXdb8gb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmpBXdb8gb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmpBXdb8gb .mbr-section-title {
  color: #232323;
}
.cid-tmpBXdb8gb .mbr-text,
.cid-tmpBXdb8gb .mbr-section-btn {
  text-align: left;
}
.cid-tmpBXdb8gb .item-title {
  text-align: left;
}
.cid-tmpBXdb8gb .item-subtitle {
  text-align: center;
}
.cid-tmpNEoqu9d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmpNEoqu9d img,
.cid-tmpNEoqu9d .item-img {
  width: 100%;
}
.cid-tmpNEoqu9d .item:focus,
.cid-tmpNEoqu9d span:focus {
  outline: none;
}
.cid-tmpNEoqu9d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmpNEoqu9d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmpNEoqu9d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmpNEoqu9d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmpNEoqu9d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmpNEoqu9d .mbr-section-title {
  color: #232323;
}
.cid-tmpNEoqu9d .mbr-text,
.cid-tmpNEoqu9d .mbr-section-btn {
  text-align: left;
}
.cid-tmpNEoqu9d .item-title {
  text-align: left;
}
.cid-tmpNEoqu9d .item-subtitle {
  text-align: center;
}
.cid-tmpNF1y5z5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmpNF1y5z5 img,
.cid-tmpNF1y5z5 .item-img {
  width: 100%;
}
.cid-tmpNF1y5z5 .item:focus,
.cid-tmpNF1y5z5 span:focus {
  outline: none;
}
.cid-tmpNF1y5z5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmpNF1y5z5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmpNF1y5z5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmpNF1y5z5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmpNF1y5z5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmpNF1y5z5 .mbr-section-title {
  color: #232323;
}
.cid-tmpNF1y5z5 .mbr-text,
.cid-tmpNF1y5z5 .mbr-section-btn {
  text-align: left;
}
.cid-tmpNF1y5z5 .item-title {
  text-align: left;
}
.cid-tmpNF1y5z5 .item-subtitle {
  text-align: center;
}
.cid-tzlJQGRBqn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzlJQGRBqn img,
.cid-tzlJQGRBqn .item-img {
  width: 100%;
}
.cid-tzlJQGRBqn .item:focus,
.cid-tzlJQGRBqn span:focus {
  outline: none;
}
.cid-tzlJQGRBqn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzlJQGRBqn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzlJQGRBqn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzlJQGRBqn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzlJQGRBqn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzlJQGRBqn .mbr-section-title {
  color: #232323;
}
.cid-tzlJQGRBqn .mbr-text,
.cid-tzlJQGRBqn .mbr-section-btn {
  text-align: left;
}
.cid-tzlJQGRBqn .item-title {
  text-align: left;
}
.cid-tzlJQGRBqn .item-subtitle {
  text-align: center;
}
.cid-tzlJRsTEWU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzlJRsTEWU img,
.cid-tzlJRsTEWU .item-img {
  width: 100%;
}
.cid-tzlJRsTEWU .item:focus,
.cid-tzlJRsTEWU span:focus {
  outline: none;
}
.cid-tzlJRsTEWU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzlJRsTEWU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzlJRsTEWU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzlJRsTEWU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzlJRsTEWU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzlJRsTEWU .mbr-section-title {
  color: #232323;
}
.cid-tzlJRsTEWU .mbr-text,
.cid-tzlJRsTEWU .mbr-section-btn {
  text-align: left;
}
.cid-tzlJRsTEWU .item-title {
  text-align: left;
}
.cid-tzlJRsTEWU .item-subtitle {
  text-align: center;
}
.cid-tmpNFJApO9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmpNFJApO9 img,
.cid-tmpNFJApO9 .item-img {
  width: 100%;
}
.cid-tmpNFJApO9 .item:focus,
.cid-tmpNFJApO9 span:focus {
  outline: none;
}
.cid-tmpNFJApO9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmpNFJApO9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmpNFJApO9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmpNFJApO9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmpNFJApO9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmpNFJApO9 .mbr-section-title {
  color: #232323;
}
.cid-tmpNFJApO9 .mbr-text,
.cid-tmpNFJApO9 .mbr-section-btn {
  text-align: left;
}
.cid-tmpNFJApO9 .item-title {
  text-align: left;
}
.cid-tmpNFJApO9 .item-subtitle {
  text-align: center;
}
.cid-tmppwxBBPk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmppwxBBPk img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmppwxBBPk .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmppwxBBPk .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmppwxBBPk .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmppwxBBPk .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmppwxBBPk .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmppwxBBPk .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmppwxBBPk .first {
    max-height: 250px;
  }
  .cid-tmppwxBBPk .second {
    max-height: 323px;
  }
  .cid-tmppwxBBPk .third {
    max-height: 408px;
  }
  .cid-tmppwxBBPk .fourth {
    max-height: 323px;
  }
  .cid-tmppwxBBPk .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmppwxBBPk .first {
    max-height: 200px;
  }
  .cid-tmppwxBBPk .second {
    max-height: 270px;
  }
  .cid-tmppwxBBPk .third {
    max-height: 350px;
  }
  .cid-tmppwxBBPk .fourth {
    max-height: 270px;
  }
  .cid-tmppwxBBPk .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmppwxBBPk .first {
    display: none;
  }
  .cid-tmppwxBBPk .second {
    max-height: 323px;
  }
  .cid-tmppwxBBPk .third {
    max-height: 408px;
  }
  .cid-tmppwxBBPk .fourth {
    max-height: 323px;
  }
  .cid-tmppwxBBPk .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmppwxBBPk .second {
    max-height: 250px;
  }
  .cid-tmppwxBBPk .third {
    max-height: 340px;
  }
  .cid-tmppwxBBPk .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmppwxBBPk .second {
    max-height: 180px;
  }
  .cid-tmppwxBBPk .third {
    max-height: 270px;
  }
  .cid-tmppwxBBPk .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmppwxBBPk .second {
    display: none;
  }
  .cid-tmppwxBBPk .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmppwxBBPk .fourth {
    display: none;
  }
}
.cid-tmmq7MwxLa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmmq7MwxLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmq7MwxLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmq7MwxLa .mbr-section-title {
  color: #000000;
}
.cid-tzsAyybAJZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsAyybAJZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tmmr2OKr0y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmpOB7bu1p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmpOB7bu1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmpOB7bu1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmpOB7bu1p .mbr-text,
.cid-tmpOB7bu1p .mbr-section-btn {
  color: #232323;
}
.cid-tmpOB7bu1p .card-title,
.cid-tmpOB7bu1p .card-box {
  color: #ffffff;
}
.cid-tmpOB7bu1p .mbr-text,
.cid-tmpOB7bu1p .link-wrap {
  color: #ffffff;
}
.cid-tmpOZfUZEd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmpOZfUZEd .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmpOZfUZEd img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmpOZfUZEd img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmpOZfUZEd .mbr-text,
.cid-tmpOZfUZEd .mbr-section-btn {
  color: #232323;
}
.cid-tmpP06USGD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmpP06USGD .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmpP06USGD .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmpP06USGD img,
.cid-tmpP06USGD .item-img {
  width: 100%;
}
.cid-tmpP06USGD .item:focus,
.cid-tmpP06USGD span:focus {
  outline: none;
}
.cid-tmpP06USGD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmpP06USGD .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmpP06USGD img {
  border-radius: 30px;
}
.cid-tmpOB8WoMg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmpOB8WoMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmpOB8WoMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmpOB8WoMg .mbr-section-title {
  color: #000000;
}
.cid-tmpPdXLG6q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmpOB8ArbB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmpOB8ArbB img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmpOB8ArbB .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmpOB8ArbB .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmpOB8ArbB .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmpOB8ArbB .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmpOB8ArbB .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmpOB8ArbB .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmpOB8ArbB .first {
    max-height: 250px;
  }
  .cid-tmpOB8ArbB .second {
    max-height: 323px;
  }
  .cid-tmpOB8ArbB .third {
    max-height: 408px;
  }
  .cid-tmpOB8ArbB .fourth {
    max-height: 323px;
  }
  .cid-tmpOB8ArbB .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmpOB8ArbB .first {
    max-height: 200px;
  }
  .cid-tmpOB8ArbB .second {
    max-height: 270px;
  }
  .cid-tmpOB8ArbB .third {
    max-height: 350px;
  }
  .cid-tmpOB8ArbB .fourth {
    max-height: 270px;
  }
  .cid-tmpOB8ArbB .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmpOB8ArbB .first {
    display: none;
  }
  .cid-tmpOB8ArbB .second {
    max-height: 323px;
  }
  .cid-tmpOB8ArbB .third {
    max-height: 408px;
  }
  .cid-tmpOB8ArbB .fourth {
    max-height: 323px;
  }
  .cid-tmpOB8ArbB .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmpOB8ArbB .second {
    max-height: 250px;
  }
  .cid-tmpOB8ArbB .third {
    max-height: 340px;
  }
  .cid-tmpOB8ArbB .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmpOB8ArbB .second {
    max-height: 180px;
  }
  .cid-tmpOB8ArbB .third {
    max-height: 270px;
  }
  .cid-tmpOB8ArbB .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmpOB8ArbB .second {
    display: none;
  }
  .cid-tmpOB8ArbB .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmpOB8ArbB .fourth {
    display: none;
  }
}
.cid-tzsACM3pCU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsACM3pCU .mbr-section-subtitle {
  text-align: center;
}
.cid-tmpOB9EvOk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmq6WjfJrF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmq6WjfJrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmq6WjfJrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmq6WjfJrF .mbr-text,
.cid-tmq6WjfJrF .mbr-section-btn {
  color: #232323;
}
.cid-tmq6WjfJrF .card-title,
.cid-tmq6WjfJrF .card-box {
  color: #ffffff;
}
.cid-tmq6WjfJrF .mbr-text,
.cid-tmq6WjfJrF .link-wrap {
  color: #ffffff;
}
.cid-tmq6WjMCRU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmq6WjMCRU .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmq6WjMCRU img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmq6WjMCRU img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmq6WjMCRU .mbr-text,
.cid-tmq6WjMCRU .mbr-section-btn {
  color: #232323;
}
.cid-tmq6WkdYJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmq6WkdYJW .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmq6WkdYJW .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmq6WkdYJW img,
.cid-tmq6WkdYJW .item-img {
  width: 100%;
}
.cid-tmq6WkdYJW .item:focus,
.cid-tmq6WkdYJW span:focus {
  outline: none;
}
.cid-tmq6WkdYJW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmq6WkdYJW .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmq6WkdYJW img {
  border-radius: 30px;
}
.cid-txLZmnTeEJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-txLZmnTeEJ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-txLZmnTeEJ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-txLZmnTeEJ img,
.cid-txLZmnTeEJ .item-img {
  width: 100%;
}
.cid-txLZmnTeEJ .item:focus,
.cid-txLZmnTeEJ span:focus {
  outline: none;
}
.cid-txLZmnTeEJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txLZmnTeEJ .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-txLZmnTeEJ img {
  border-radius: 30px;
}
.cid-txLZnDoTgm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-txLZnDoTgm .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-txLZnDoTgm .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-txLZnDoTgm img,
.cid-txLZnDoTgm .item-img {
  width: 100%;
}
.cid-txLZnDoTgm .item:focus,
.cid-txLZnDoTgm span:focus {
  outline: none;
}
.cid-txLZnDoTgm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txLZnDoTgm .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-txLZnDoTgm img {
  border-radius: 30px;
}
.cid-tmq6WkJmNf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmq6WkJmNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmq6WkJmNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmq6WkJmNf .mbr-section-title {
  color: #000000;
}
.cid-tmq6Wlr2lS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmq6Wlr2lS img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmq6Wlr2lS .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmq6Wlr2lS .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmq6Wlr2lS .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmq6Wlr2lS .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmq6Wlr2lS .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmq6Wlr2lS .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmq6Wlr2lS .first {
    max-height: 250px;
  }
  .cid-tmq6Wlr2lS .second {
    max-height: 323px;
  }
  .cid-tmq6Wlr2lS .third {
    max-height: 408px;
  }
  .cid-tmq6Wlr2lS .fourth {
    max-height: 323px;
  }
  .cid-tmq6Wlr2lS .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmq6Wlr2lS .first {
    max-height: 200px;
  }
  .cid-tmq6Wlr2lS .second {
    max-height: 270px;
  }
  .cid-tmq6Wlr2lS .third {
    max-height: 350px;
  }
  .cid-tmq6Wlr2lS .fourth {
    max-height: 270px;
  }
  .cid-tmq6Wlr2lS .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmq6Wlr2lS .first {
    display: none;
  }
  .cid-tmq6Wlr2lS .second {
    max-height: 323px;
  }
  .cid-tmq6Wlr2lS .third {
    max-height: 408px;
  }
  .cid-tmq6Wlr2lS .fourth {
    max-height: 323px;
  }
  .cid-tmq6Wlr2lS .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmq6Wlr2lS .second {
    max-height: 250px;
  }
  .cid-tmq6Wlr2lS .third {
    max-height: 340px;
  }
  .cid-tmq6Wlr2lS .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmq6Wlr2lS .second {
    max-height: 180px;
  }
  .cid-tmq6Wlr2lS .third {
    max-height: 270px;
  }
  .cid-tmq6Wlr2lS .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmq6Wlr2lS .second {
    display: none;
  }
  .cid-tmq6Wlr2lS .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmq6Wlr2lS .fourth {
    display: none;
  }
}
.cid-tzsAUfJ7aE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsAUfJ7aE .mbr-section-subtitle {
  text-align: center;
}
.cid-tmq6WmecNS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmq8jdbTdO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmq8jdbTdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmq8jdbTdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmq8jdbTdO .mbr-text,
.cid-tmq8jdbTdO .mbr-section-btn {
  color: #232323;
}
.cid-tmq8jdbTdO .card-title,
.cid-tmq8jdbTdO .card-box {
  color: #ffffff;
}
.cid-tmq8jdbTdO .mbr-text,
.cid-tmq8jdbTdO .link-wrap {
  color: #ffffff;
}
.cid-tmq8jdARpt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmq8jdARpt .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmq8jdARpt img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmq8jdARpt img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmq8jdARpt .mbr-text,
.cid-tmq8jdARpt .mbr-section-btn {
  color: #232323;
}
.cid-tmq8jdUMSN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmq8jdUMSN .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmq8jdUMSN .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmq8jdUMSN img,
.cid-tmq8jdUMSN .item-img {
  width: 100%;
}
.cid-tmq8jdUMSN .item:focus,
.cid-tmq8jdUMSN span:focus {
  outline: none;
}
.cid-tmq8jdUMSN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmq8jdUMSN .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmq8jdUMSN img {
  border-radius: 30px;
}
.cid-tmq8jeqkG7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmq8jeqkG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmq8jeqkG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmq8jeqkG7 .mbr-section-title {
  color: #000000;
}
.cid-tmq8jePjSm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmq8jePjSm img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmq8jePjSm .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmq8jePjSm .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmq8jePjSm .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmq8jePjSm .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmq8jePjSm .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmq8jePjSm .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmq8jePjSm .first {
    max-height: 250px;
  }
  .cid-tmq8jePjSm .second {
    max-height: 323px;
  }
  .cid-tmq8jePjSm .third {
    max-height: 408px;
  }
  .cid-tmq8jePjSm .fourth {
    max-height: 323px;
  }
  .cid-tmq8jePjSm .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmq8jePjSm .first {
    max-height: 200px;
  }
  .cid-tmq8jePjSm .second {
    max-height: 270px;
  }
  .cid-tmq8jePjSm .third {
    max-height: 350px;
  }
  .cid-tmq8jePjSm .fourth {
    max-height: 270px;
  }
  .cid-tmq8jePjSm .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmq8jePjSm .first {
    display: none;
  }
  .cid-tmq8jePjSm .second {
    max-height: 323px;
  }
  .cid-tmq8jePjSm .third {
    max-height: 408px;
  }
  .cid-tmq8jePjSm .fourth {
    max-height: 323px;
  }
  .cid-tmq8jePjSm .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmq8jePjSm .second {
    max-height: 250px;
  }
  .cid-tmq8jePjSm .third {
    max-height: 340px;
  }
  .cid-tmq8jePjSm .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmq8jePjSm .second {
    max-height: 180px;
  }
  .cid-tmq8jePjSm .third {
    max-height: 270px;
  }
  .cid-tmq8jePjSm .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmq8jePjSm .second {
    display: none;
  }
  .cid-tmq8jePjSm .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmq8jePjSm .fourth {
    display: none;
  }
}
.cid-tzsB8GKipK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsB8GKipK .mbr-section-subtitle {
  text-align: center;
}
.cid-tmq8jfv8u5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqLyCyeDp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqLyCyeDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqLyCyeDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqLyCyeDp .mbr-text,
.cid-tmqLyCyeDp .mbr-section-btn {
  color: #232323;
}
.cid-tmqLyCyeDp .card-title,
.cid-tmqLyCyeDp .card-box {
  color: #ffffff;
}
.cid-tmqLyCyeDp .mbr-text,
.cid-tmqLyCyeDp .link-wrap {
  color: #ffffff;
}
.cid-tmqLyD5xdQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqLyD5xdQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqLyD5xdQ img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqLyD5xdQ img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqLyD5xdQ .mbr-text,
.cid-tmqLyD5xdQ .mbr-section-btn {
  color: #232323;
}
.cid-tmqLyDwXpQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqLyDwXpQ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqLyDwXpQ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqLyDwXpQ img,
.cid-tmqLyDwXpQ .item-img {
  width: 100%;
}
.cid-tmqLyDwXpQ .item:focus,
.cid-tmqLyDwXpQ span:focus {
  outline: none;
}
.cid-tmqLyDwXpQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqLyDwXpQ .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqLyDwXpQ img {
  border-radius: 30px;
}
.cid-tmqLyDYViK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqLyDYViK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqLyDYViK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqLyDYViK .mbr-section-title {
  color: #000000;
}
.cid-tmqLyEpXS0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqLyEpXS0 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqLyEpXS0 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqLyEpXS0 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqLyEpXS0 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqLyEpXS0 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqLyEpXS0 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqLyEpXS0 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqLyEpXS0 .first {
    max-height: 250px;
  }
  .cid-tmqLyEpXS0 .second {
    max-height: 323px;
  }
  .cid-tmqLyEpXS0 .third {
    max-height: 408px;
  }
  .cid-tmqLyEpXS0 .fourth {
    max-height: 323px;
  }
  .cid-tmqLyEpXS0 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqLyEpXS0 .first {
    max-height: 200px;
  }
  .cid-tmqLyEpXS0 .second {
    max-height: 270px;
  }
  .cid-tmqLyEpXS0 .third {
    max-height: 350px;
  }
  .cid-tmqLyEpXS0 .fourth {
    max-height: 270px;
  }
  .cid-tmqLyEpXS0 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqLyEpXS0 .first {
    display: none;
  }
  .cid-tmqLyEpXS0 .second {
    max-height: 323px;
  }
  .cid-tmqLyEpXS0 .third {
    max-height: 408px;
  }
  .cid-tmqLyEpXS0 .fourth {
    max-height: 323px;
  }
  .cid-tmqLyEpXS0 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqLyEpXS0 .second {
    max-height: 250px;
  }
  .cid-tmqLyEpXS0 .third {
    max-height: 340px;
  }
  .cid-tmqLyEpXS0 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqLyEpXS0 .second {
    max-height: 180px;
  }
  .cid-tmqLyEpXS0 .third {
    max-height: 270px;
  }
  .cid-tmqLyEpXS0 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqLyEpXS0 .second {
    display: none;
  }
  .cid-tmqLyEpXS0 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqLyEpXS0 .fourth {
    display: none;
  }
}
.cid-tzsBhVcr8S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBhVcr8S .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqLyF3Lky {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqMzURtsI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqMzURtsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqMzURtsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqMzURtsI .mbr-text,
.cid-tmqMzURtsI .mbr-section-btn {
  color: #232323;
}
.cid-tmqMzURtsI .card-title,
.cid-tmqMzURtsI .card-box {
  color: #ffffff;
}
.cid-tmqMzURtsI .mbr-text,
.cid-tmqMzURtsI .link-wrap {
  color: #ffffff;
}
.cid-tmqMzVqAOP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqMzVqAOP .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqMzVqAOP img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqMzVqAOP img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqMzVqAOP .mbr-text,
.cid-tmqMzVqAOP .mbr-section-btn {
  color: #232323;
}
.cid-tmqMzVTPYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqMzVTPYV .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqMzVTPYV .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqMzVTPYV img,
.cid-tmqMzVTPYV .item-img {
  width: 100%;
}
.cid-tmqMzVTPYV .item:focus,
.cid-tmqMzVTPYV span:focus {
  outline: none;
}
.cid-tmqMzVTPYV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqMzVTPYV .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqMzVTPYV img {
  border-radius: 30px;
}
.cid-tmqMzWlMe4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqMzWlMe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqMzWlMe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqMzWlMe4 .mbr-section-title {
  color: #000000;
}
.cid-tmqMzWMyTQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqMzWMyTQ img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqMzWMyTQ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqMzWMyTQ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqMzWMyTQ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqMzWMyTQ .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqMzWMyTQ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqMzWMyTQ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqMzWMyTQ .first {
    max-height: 250px;
  }
  .cid-tmqMzWMyTQ .second {
    max-height: 323px;
  }
  .cid-tmqMzWMyTQ .third {
    max-height: 408px;
  }
  .cid-tmqMzWMyTQ .fourth {
    max-height: 323px;
  }
  .cid-tmqMzWMyTQ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqMzWMyTQ .first {
    max-height: 200px;
  }
  .cid-tmqMzWMyTQ .second {
    max-height: 270px;
  }
  .cid-tmqMzWMyTQ .third {
    max-height: 350px;
  }
  .cid-tmqMzWMyTQ .fourth {
    max-height: 270px;
  }
  .cid-tmqMzWMyTQ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqMzWMyTQ .first {
    display: none;
  }
  .cid-tmqMzWMyTQ .second {
    max-height: 323px;
  }
  .cid-tmqMzWMyTQ .third {
    max-height: 408px;
  }
  .cid-tmqMzWMyTQ .fourth {
    max-height: 323px;
  }
  .cid-tmqMzWMyTQ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqMzWMyTQ .second {
    max-height: 250px;
  }
  .cid-tmqMzWMyTQ .third {
    max-height: 340px;
  }
  .cid-tmqMzWMyTQ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqMzWMyTQ .second {
    max-height: 180px;
  }
  .cid-tmqMzWMyTQ .third {
    max-height: 270px;
  }
  .cid-tmqMzWMyTQ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqMzWMyTQ .second {
    display: none;
  }
  .cid-tmqMzWMyTQ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqMzWMyTQ .fourth {
    display: none;
  }
}
.cid-tzsBl4D7ET {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBl4D7ET .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqMzXrfFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqMRUmG2S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqMRUmG2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqMRUmG2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqMRUmG2S .mbr-text,
.cid-tmqMRUmG2S .mbr-section-btn {
  color: #232323;
}
.cid-tmqMRUmG2S .card-title,
.cid-tmqMRUmG2S .card-box {
  color: #ffffff;
}
.cid-tmqMRUmG2S .mbr-text,
.cid-tmqMRUmG2S .link-wrap {
  color: #ffffff;
}
.cid-tmqMRV0ZEX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqMRV0ZEX .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqMRV0ZEX img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqMRV0ZEX img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqMRV0ZEX .mbr-text,
.cid-tmqMRV0ZEX .mbr-section-btn {
  color: #232323;
}
.cid-tmqMRVr0GT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqMRVr0GT .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqMRVr0GT .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqMRVr0GT img,
.cid-tmqMRVr0GT .item-img {
  width: 100%;
}
.cid-tmqMRVr0GT .item:focus,
.cid-tmqMRVr0GT span:focus {
  outline: none;
}
.cid-tmqMRVr0GT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqMRVr0GT .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqMRVr0GT img {
  border-radius: 30px;
}
.cid-tmqMRVW8Bi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqMRVW8Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqMRVW8Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqMRVW8Bi .mbr-section-title {
  color: #000000;
}
.cid-tmqMRWhhql {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqMRWhhql img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqMRWhhql .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqMRWhhql .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqMRWhhql .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqMRWhhql .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqMRWhhql .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqMRWhhql .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqMRWhhql .first {
    max-height: 250px;
  }
  .cid-tmqMRWhhql .second {
    max-height: 323px;
  }
  .cid-tmqMRWhhql .third {
    max-height: 408px;
  }
  .cid-tmqMRWhhql .fourth {
    max-height: 323px;
  }
  .cid-tmqMRWhhql .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqMRWhhql .first {
    max-height: 200px;
  }
  .cid-tmqMRWhhql .second {
    max-height: 270px;
  }
  .cid-tmqMRWhhql .third {
    max-height: 350px;
  }
  .cid-tmqMRWhhql .fourth {
    max-height: 270px;
  }
  .cid-tmqMRWhhql .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqMRWhhql .first {
    display: none;
  }
  .cid-tmqMRWhhql .second {
    max-height: 323px;
  }
  .cid-tmqMRWhhql .third {
    max-height: 408px;
  }
  .cid-tmqMRWhhql .fourth {
    max-height: 323px;
  }
  .cid-tmqMRWhhql .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqMRWhhql .second {
    max-height: 250px;
  }
  .cid-tmqMRWhhql .third {
    max-height: 340px;
  }
  .cid-tmqMRWhhql .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqMRWhhql .second {
    max-height: 180px;
  }
  .cid-tmqMRWhhql .third {
    max-height: 270px;
  }
  .cid-tmqMRWhhql .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqMRWhhql .second {
    display: none;
  }
  .cid-tmqMRWhhql .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqMRWhhql .fourth {
    display: none;
  }
}
.cid-tzsBvjJGen {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBvjJGen .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqMRWZy5W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqQ19FnWn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqQ19FnWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQ19FnWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQ19FnWn .mbr-text,
.cid-tmqQ19FnWn .mbr-section-btn {
  color: #232323;
}
.cid-tmqQ19FnWn .card-title,
.cid-tmqQ19FnWn .card-box {
  color: #ffffff;
}
.cid-tmqQ19FnWn .mbr-text,
.cid-tmqQ19FnWn .link-wrap {
  color: #ffffff;
}
.cid-tmqQ1ahPho {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqQ1ahPho .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqQ1ahPho img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqQ1ahPho img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqQ1ahPho .mbr-text,
.cid-tmqQ1ahPho .mbr-section-btn {
  color: #232323;
}
.cid-tmqQ1aJoxt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqQ1aJoxt .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqQ1aJoxt .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqQ1aJoxt img,
.cid-tmqQ1aJoxt .item-img {
  width: 100%;
}
.cid-tmqQ1aJoxt .item:focus,
.cid-tmqQ1aJoxt span:focus {
  outline: none;
}
.cid-tmqQ1aJoxt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqQ1aJoxt .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqQ1aJoxt img {
  border-radius: 30px;
}
.cid-tmqQ1bilVD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqQ1bilVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQ1bilVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQ1bilVD .mbr-section-title {
  color: #000000;
}
.cid-tmqQ1bCOPT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqQ1bCOPT img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqQ1bCOPT .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqQ1bCOPT .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqQ1bCOPT .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQ1bCOPT .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqQ1bCOPT .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQ1bCOPT .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqQ1bCOPT .first {
    max-height: 250px;
  }
  .cid-tmqQ1bCOPT .second {
    max-height: 323px;
  }
  .cid-tmqQ1bCOPT .third {
    max-height: 408px;
  }
  .cid-tmqQ1bCOPT .fourth {
    max-height: 323px;
  }
  .cid-tmqQ1bCOPT .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqQ1bCOPT .first {
    max-height: 200px;
  }
  .cid-tmqQ1bCOPT .second {
    max-height: 270px;
  }
  .cid-tmqQ1bCOPT .third {
    max-height: 350px;
  }
  .cid-tmqQ1bCOPT .fourth {
    max-height: 270px;
  }
  .cid-tmqQ1bCOPT .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqQ1bCOPT .first {
    display: none;
  }
  .cid-tmqQ1bCOPT .second {
    max-height: 323px;
  }
  .cid-tmqQ1bCOPT .third {
    max-height: 408px;
  }
  .cid-tmqQ1bCOPT .fourth {
    max-height: 323px;
  }
  .cid-tmqQ1bCOPT .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqQ1bCOPT .second {
    max-height: 250px;
  }
  .cid-tmqQ1bCOPT .third {
    max-height: 340px;
  }
  .cid-tmqQ1bCOPT .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqQ1bCOPT .second {
    max-height: 180px;
  }
  .cid-tmqQ1bCOPT .third {
    max-height: 270px;
  }
  .cid-tmqQ1bCOPT .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqQ1bCOPT .second {
    display: none;
  }
  .cid-tmqQ1bCOPT .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqQ1bCOPT .fourth {
    display: none;
  }
}
.cid-tzsBHo393t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBHo393t .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqQ1cjXSG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqQlz8vZJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqQlz8vZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQlz8vZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQlz8vZJ .mbr-text,
.cid-tmqQlz8vZJ .mbr-section-btn {
  color: #232323;
}
.cid-tmqQlz8vZJ .card-title,
.cid-tmqQlz8vZJ .card-box {
  color: #ffffff;
}
.cid-tmqQlz8vZJ .mbr-text,
.cid-tmqQlz8vZJ .link-wrap {
  color: #ffffff;
}
.cid-tmqQlzOAIu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqQlzOAIu .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqQlzOAIu img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqQlzOAIu img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqQlzOAIu .mbr-text,
.cid-tmqQlzOAIu .mbr-section-btn {
  color: #232323;
}
.cid-tmqQlAfI1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqQlAfI1H .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqQlAfI1H .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqQlAfI1H img,
.cid-tmqQlAfI1H .item-img {
  width: 100%;
}
.cid-tmqQlAfI1H .item:focus,
.cid-tmqQlAfI1H span:focus {
  outline: none;
}
.cid-tmqQlAfI1H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqQlAfI1H .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqQlAfI1H img {
  border-radius: 30px;
}
.cid-tmqQlAJ9c2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqQlAJ9c2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQlAJ9c2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQlAJ9c2 .mbr-section-title {
  color: #000000;
}
.cid-tmqQlB9r5R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqQlB9r5R img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqQlB9r5R .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqQlB9r5R .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqQlB9r5R .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQlB9r5R .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqQlB9r5R .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQlB9r5R .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqQlB9r5R .first {
    max-height: 250px;
  }
  .cid-tmqQlB9r5R .second {
    max-height: 323px;
  }
  .cid-tmqQlB9r5R .third {
    max-height: 408px;
  }
  .cid-tmqQlB9r5R .fourth {
    max-height: 323px;
  }
  .cid-tmqQlB9r5R .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqQlB9r5R .first {
    max-height: 200px;
  }
  .cid-tmqQlB9r5R .second {
    max-height: 270px;
  }
  .cid-tmqQlB9r5R .third {
    max-height: 350px;
  }
  .cid-tmqQlB9r5R .fourth {
    max-height: 270px;
  }
  .cid-tmqQlB9r5R .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqQlB9r5R .first {
    display: none;
  }
  .cid-tmqQlB9r5R .second {
    max-height: 323px;
  }
  .cid-tmqQlB9r5R .third {
    max-height: 408px;
  }
  .cid-tmqQlB9r5R .fourth {
    max-height: 323px;
  }
  .cid-tmqQlB9r5R .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqQlB9r5R .second {
    max-height: 250px;
  }
  .cid-tmqQlB9r5R .third {
    max-height: 340px;
  }
  .cid-tmqQlB9r5R .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqQlB9r5R .second {
    max-height: 180px;
  }
  .cid-tmqQlB9r5R .third {
    max-height: 270px;
  }
  .cid-tmqQlB9r5R .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqQlB9r5R .second {
    display: none;
  }
  .cid-tmqQlB9r5R .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqQlB9r5R .fourth {
    display: none;
  }
}
.cid-tzsCOxInlJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsCOxInlJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqQlBQ4b9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqQO11VNB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqQO11VNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQO11VNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQO11VNB .mbr-text,
.cid-tmqQO11VNB .mbr-section-btn {
  color: #232323;
}
.cid-tmqQO11VNB .card-title,
.cid-tmqQO11VNB .card-box {
  color: #ffffff;
}
.cid-tmqQO11VNB .mbr-text,
.cid-tmqQO11VNB .link-wrap {
  color: #ffffff;
}
.cid-tmqQO1Mrrs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqQO1Mrrs .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqQO1Mrrs img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqQO1Mrrs img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqQO1Mrrs .mbr-text,
.cid-tmqQO1Mrrs .mbr-section-btn {
  color: #232323;
}
.cid-tmqQO2fu3n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqQO2fu3n .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqQO2fu3n .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqQO2fu3n img,
.cid-tmqQO2fu3n .item-img {
  width: 100%;
}
.cid-tmqQO2fu3n .item:focus,
.cid-tmqQO2fu3n span:focus {
  outline: none;
}
.cid-tmqQO2fu3n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqQO2fu3n .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqQO2fu3n img {
  border-radius: 30px;
}
.cid-tmqQO2LSJz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqQO2LSJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQO2LSJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQO2LSJz .mbr-section-title {
  color: #000000;
}
.cid-tmqQO383tu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqQO383tu img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqQO383tu .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqQO383tu .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqQO383tu .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQO383tu .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqQO383tu .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQO383tu .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqQO383tu .first {
    max-height: 250px;
  }
  .cid-tmqQO383tu .second {
    max-height: 323px;
  }
  .cid-tmqQO383tu .third {
    max-height: 408px;
  }
  .cid-tmqQO383tu .fourth {
    max-height: 323px;
  }
  .cid-tmqQO383tu .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqQO383tu .first {
    max-height: 200px;
  }
  .cid-tmqQO383tu .second {
    max-height: 270px;
  }
  .cid-tmqQO383tu .third {
    max-height: 350px;
  }
  .cid-tmqQO383tu .fourth {
    max-height: 270px;
  }
  .cid-tmqQO383tu .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqQO383tu .first {
    display: none;
  }
  .cid-tmqQO383tu .second {
    max-height: 323px;
  }
  .cid-tmqQO383tu .third {
    max-height: 408px;
  }
  .cid-tmqQO383tu .fourth {
    max-height: 323px;
  }
  .cid-tmqQO383tu .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqQO383tu .second {
    max-height: 250px;
  }
  .cid-tmqQO383tu .third {
    max-height: 340px;
  }
  .cid-tmqQO383tu .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqQO383tu .second {
    max-height: 180px;
  }
  .cid-tmqQO383tu .third {
    max-height: 270px;
  }
  .cid-tmqQO383tu .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqQO383tu .second {
    display: none;
  }
  .cid-tmqQO383tu .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqQO383tu .fourth {
    display: none;
  }
}
.cid-tzsCRv9xrg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsCRv9xrg .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqQO3Z9Xd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqQXeCmLu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqQXeCmLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQXeCmLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQXeCmLu .mbr-text,
.cid-tmqQXeCmLu .mbr-section-btn {
  color: #232323;
}
.cid-tmqQXeCmLu .card-title,
.cid-tmqQXeCmLu .card-box {
  color: #ffffff;
}
.cid-tmqQXeCmLu .mbr-text,
.cid-tmqQXeCmLu .link-wrap {
  color: #ffffff;
}
.cid-tmqQXh30kv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqQXh30kv .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqQXh30kv img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqQXh30kv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqQXh30kv .mbr-text,
.cid-tmqQXh30kv .mbr-section-btn {
  color: #232323;
}
.cid-tmqQXhEQYC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqQXhEQYC .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqQXhEQYC .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqQXhEQYC img,
.cid-tmqQXhEQYC .item-img {
  width: 100%;
}
.cid-tmqQXhEQYC .item:focus,
.cid-tmqQXhEQYC span:focus {
  outline: none;
}
.cid-tmqQXhEQYC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqQXhEQYC .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqQXhEQYC img {
  border-radius: 30px;
}
.cid-tmqQXilfqK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqQXilfqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQXilfqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQXilfqK .mbr-section-title {
  color: #000000;
}
.cid-tmqQXiODZt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqQXiODZt img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqQXiODZt .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqQXiODZt .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqQXiODZt .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQXiODZt .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqQXiODZt .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQXiODZt .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqQXiODZt .first {
    max-height: 250px;
  }
  .cid-tmqQXiODZt .second {
    max-height: 323px;
  }
  .cid-tmqQXiODZt .third {
    max-height: 408px;
  }
  .cid-tmqQXiODZt .fourth {
    max-height: 323px;
  }
  .cid-tmqQXiODZt .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqQXiODZt .first {
    max-height: 200px;
  }
  .cid-tmqQXiODZt .second {
    max-height: 270px;
  }
  .cid-tmqQXiODZt .third {
    max-height: 350px;
  }
  .cid-tmqQXiODZt .fourth {
    max-height: 270px;
  }
  .cid-tmqQXiODZt .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqQXiODZt .first {
    display: none;
  }
  .cid-tmqQXiODZt .second {
    max-height: 323px;
  }
  .cid-tmqQXiODZt .third {
    max-height: 408px;
  }
  .cid-tmqQXiODZt .fourth {
    max-height: 323px;
  }
  .cid-tmqQXiODZt .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqQXiODZt .second {
    max-height: 250px;
  }
  .cid-tmqQXiODZt .third {
    max-height: 340px;
  }
  .cid-tmqQXiODZt .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqQXiODZt .second {
    max-height: 180px;
  }
  .cid-tmqQXiODZt .third {
    max-height: 270px;
  }
  .cid-tmqQXiODZt .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqQXiODZt .second {
    display: none;
  }
  .cid-tmqQXiODZt .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqQXiODZt .fourth {
    display: none;
  }
}
.cid-tzsCUlpuVR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsCUlpuVR .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqQXjKwJa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqUgsHcaH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqUgsHcaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqUgsHcaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqUgsHcaH .mbr-text,
.cid-tmqUgsHcaH .mbr-section-btn {
  color: #232323;
}
.cid-tmqUgsHcaH .card-title,
.cid-tmqUgsHcaH .card-box {
  color: #ffffff;
}
.cid-tmqUgsHcaH .mbr-text,
.cid-tmqUgsHcaH .link-wrap {
  color: #ffffff;
}
.cid-tmqUgtlRP6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqUgtlRP6 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqUgtlRP6 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqUgtlRP6 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqUgtlRP6 .mbr-text,
.cid-tmqUgtlRP6 .mbr-section-btn {
  color: #232323;
}
.cid-tmqUgtKVoE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqUgtKVoE .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqUgtKVoE .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqUgtKVoE img,
.cid-tmqUgtKVoE .item-img {
  width: 100%;
}
.cid-tmqUgtKVoE .item:focus,
.cid-tmqUgtKVoE span:focus {
  outline: none;
}
.cid-tmqUgtKVoE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqUgtKVoE .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqUgtKVoE img {
  border-radius: 30px;
}
.cid-txLE5znBqO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-txLE5znBqO .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-txLE5znBqO .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-txLE5znBqO img,
.cid-txLE5znBqO .item-img {
  width: 100%;
}
.cid-txLE5znBqO .item:focus,
.cid-txLE5znBqO span:focus {
  outline: none;
}
.cid-txLE5znBqO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txLE5znBqO .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-txLE5znBqO img {
  border-radius: 30px;
}
.cid-txLErqxpdy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-txLErqxpdy .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-txLErqxpdy .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-txLErqxpdy img,
.cid-txLErqxpdy .item-img {
  width: 100%;
}
.cid-txLErqxpdy .item:focus,
.cid-txLErqxpdy span:focus {
  outline: none;
}
.cid-txLErqxpdy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txLErqxpdy .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-txLErqxpdy img {
  border-radius: 30px;
}
.cid-tmqUgugRjn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqUgugRjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqUgugRjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqUgugRjn .mbr-section-title {
  color: #000000;
}
.cid-tmqUguEJOj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqUguEJOj img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqUguEJOj .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqUguEJOj .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqUguEJOj .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqUguEJOj .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqUguEJOj .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqUguEJOj .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqUguEJOj .first {
    max-height: 250px;
  }
  .cid-tmqUguEJOj .second {
    max-height: 323px;
  }
  .cid-tmqUguEJOj .third {
    max-height: 408px;
  }
  .cid-tmqUguEJOj .fourth {
    max-height: 323px;
  }
  .cid-tmqUguEJOj .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqUguEJOj .first {
    max-height: 200px;
  }
  .cid-tmqUguEJOj .second {
    max-height: 270px;
  }
  .cid-tmqUguEJOj .third {
    max-height: 350px;
  }
  .cid-tmqUguEJOj .fourth {
    max-height: 270px;
  }
  .cid-tmqUguEJOj .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqUguEJOj .first {
    display: none;
  }
  .cid-tmqUguEJOj .second {
    max-height: 323px;
  }
  .cid-tmqUguEJOj .third {
    max-height: 408px;
  }
  .cid-tmqUguEJOj .fourth {
    max-height: 323px;
  }
  .cid-tmqUguEJOj .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqUguEJOj .second {
    max-height: 250px;
  }
  .cid-tmqUguEJOj .third {
    max-height: 340px;
  }
  .cid-tmqUguEJOj .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqUguEJOj .second {
    max-height: 180px;
  }
  .cid-tmqUguEJOj .third {
    max-height: 270px;
  }
  .cid-tmqUguEJOj .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqUguEJOj .second {
    display: none;
  }
  .cid-tmqUguEJOj .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqUguEJOj .fourth {
    display: none;
  }
}
.cid-tzsCZGdt5Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsCZGdt5Y .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqUgvmtaH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqUyBMopQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqUyBMopQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqUyBMopQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqUyBMopQ .mbr-text,
.cid-tmqUyBMopQ .mbr-section-btn {
  color: #232323;
}
.cid-tmqUyBMopQ .card-title,
.cid-tmqUyBMopQ .card-box {
  color: #ffffff;
}
.cid-tmqUyBMopQ .mbr-text,
.cid-tmqUyBMopQ .link-wrap {
  color: #ffffff;
}
.cid-tmqUyCwBJ7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqUyCwBJ7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqUyCwBJ7 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqUyCwBJ7 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqUyCwBJ7 .mbr-text,
.cid-tmqUyCwBJ7 .mbr-section-btn {
  color: #232323;
}
.cid-tmqUyCXyGz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqUyCXyGz .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqUyCXyGz .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqUyCXyGz img,
.cid-tmqUyCXyGz .item-img {
  width: 100%;
}
.cid-tmqUyCXyGz .item:focus,
.cid-tmqUyCXyGz span:focus {
  outline: none;
}
.cid-tmqUyCXyGz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqUyCXyGz .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqUyCXyGz img {
  border-radius: 30px;
}
.cid-tmqUyDwvO2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqUyDwvO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqUyDwvO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqUyDwvO2 .mbr-section-title {
  color: #000000;
}
.cid-tmqUyDVKp2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqUyDVKp2 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqUyDVKp2 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqUyDVKp2 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqUyDVKp2 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqUyDVKp2 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqUyDVKp2 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqUyDVKp2 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqUyDVKp2 .first {
    max-height: 250px;
  }
  .cid-tmqUyDVKp2 .second {
    max-height: 323px;
  }
  .cid-tmqUyDVKp2 .third {
    max-height: 408px;
  }
  .cid-tmqUyDVKp2 .fourth {
    max-height: 323px;
  }
  .cid-tmqUyDVKp2 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqUyDVKp2 .first {
    max-height: 200px;
  }
  .cid-tmqUyDVKp2 .second {
    max-height: 270px;
  }
  .cid-tmqUyDVKp2 .third {
    max-height: 350px;
  }
  .cid-tmqUyDVKp2 .fourth {
    max-height: 270px;
  }
  .cid-tmqUyDVKp2 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqUyDVKp2 .first {
    display: none;
  }
  .cid-tmqUyDVKp2 .second {
    max-height: 323px;
  }
  .cid-tmqUyDVKp2 .third {
    max-height: 408px;
  }
  .cid-tmqUyDVKp2 .fourth {
    max-height: 323px;
  }
  .cid-tmqUyDVKp2 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqUyDVKp2 .second {
    max-height: 250px;
  }
  .cid-tmqUyDVKp2 .third {
    max-height: 340px;
  }
  .cid-tmqUyDVKp2 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqUyDVKp2 .second {
    max-height: 180px;
  }
  .cid-tmqUyDVKp2 .third {
    max-height: 270px;
  }
  .cid-tmqUyDVKp2 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqUyDVKp2 .second {
    display: none;
  }
  .cid-tmqUyDVKp2 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqUyDVKp2 .fourth {
    display: none;
  }
}
.cid-tzsD9gOX6u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsD9gOX6u .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqUyEGjgr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqUMoRobC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqUMoRobC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqUMoRobC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqUMoRobC .mbr-text,
.cid-tmqUMoRobC .mbr-section-btn {
  color: #232323;
}
.cid-tmqUMoRobC .card-title,
.cid-tmqUMoRobC .card-box {
  color: #ffffff;
}
.cid-tmqUMoRobC .mbr-text,
.cid-tmqUMoRobC .link-wrap {
  color: #ffffff;
}
.cid-tmqUMq0aXh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqUMq0aXh .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqUMq0aXh img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqUMq0aXh img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqUMq0aXh .mbr-text,
.cid-tmqUMq0aXh .mbr-section-btn {
  color: #232323;
}
.cid-tmqUMqWSUB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqUMqWSUB .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqUMqWSUB .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqUMqWSUB img,
.cid-tmqUMqWSUB .item-img {
  width: 100%;
}
.cid-tmqUMqWSUB .item:focus,
.cid-tmqUMqWSUB span:focus {
  outline: none;
}
.cid-tmqUMqWSUB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqUMqWSUB .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqUMqWSUB img {
  border-radius: 30px;
}
.cid-tmqUMt2HV3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqUMt2HV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqUMt2HV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqUMt2HV3 .mbr-section-title {
  color: #000000;
}
.cid-tmqUMtYwTJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqUMtYwTJ img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqUMtYwTJ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqUMtYwTJ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqUMtYwTJ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqUMtYwTJ .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqUMtYwTJ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqUMtYwTJ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqUMtYwTJ .first {
    max-height: 250px;
  }
  .cid-tmqUMtYwTJ .second {
    max-height: 323px;
  }
  .cid-tmqUMtYwTJ .third {
    max-height: 408px;
  }
  .cid-tmqUMtYwTJ .fourth {
    max-height: 323px;
  }
  .cid-tmqUMtYwTJ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqUMtYwTJ .first {
    max-height: 200px;
  }
  .cid-tmqUMtYwTJ .second {
    max-height: 270px;
  }
  .cid-tmqUMtYwTJ .third {
    max-height: 350px;
  }
  .cid-tmqUMtYwTJ .fourth {
    max-height: 270px;
  }
  .cid-tmqUMtYwTJ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqUMtYwTJ .first {
    display: none;
  }
  .cid-tmqUMtYwTJ .second {
    max-height: 323px;
  }
  .cid-tmqUMtYwTJ .third {
    max-height: 408px;
  }
  .cid-tmqUMtYwTJ .fourth {
    max-height: 323px;
  }
  .cid-tmqUMtYwTJ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqUMtYwTJ .second {
    max-height: 250px;
  }
  .cid-tmqUMtYwTJ .third {
    max-height: 340px;
  }
  .cid-tmqUMtYwTJ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqUMtYwTJ .second {
    max-height: 180px;
  }
  .cid-tmqUMtYwTJ .third {
    max-height: 270px;
  }
  .cid-tmqUMtYwTJ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqUMtYwTJ .second {
    display: none;
  }
  .cid-tmqUMtYwTJ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqUMtYwTJ .fourth {
    display: none;
  }
}
.cid-tzsGCaMMVn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsGCaMMVn .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqUMvijBj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqVaJGuXb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqVaJGuXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqVaJGuXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqVaJGuXb .mbr-text,
.cid-tmqVaJGuXb .mbr-section-btn {
  color: #232323;
}
.cid-tmqVaJGuXb .card-title,
.cid-tmqVaJGuXb .card-box {
  color: #ffffff;
}
.cid-tmqVaJGuXb .mbr-text,
.cid-tmqVaJGuXb .link-wrap {
  color: #ffffff;
}
.cid-tmqVaMudO3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqVaMudO3 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqVaMudO3 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqVaMudO3 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqVaMudO3 .mbr-text,
.cid-tmqVaMudO3 .mbr-section-btn {
  color: #232323;
}
.cid-tmqVaNi6Th {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqVaNi6Th .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqVaNi6Th .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqVaNi6Th img,
.cid-tmqVaNi6Th .item-img {
  width: 100%;
}
.cid-tmqVaNi6Th .item:focus,
.cid-tmqVaNi6Th span:focus {
  outline: none;
}
.cid-tmqVaNi6Th .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqVaNi6Th .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqVaNi6Th img {
  border-radius: 30px;
}
.cid-tmqVaO6Ivc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqVaO6Ivc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqVaO6Ivc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqVaO6Ivc .mbr-section-title {
  color: #000000;
}
.cid-tmqVaOzxEl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqVaOzxEl img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqVaOzxEl .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqVaOzxEl .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqVaOzxEl .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqVaOzxEl .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqVaOzxEl .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqVaOzxEl .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqVaOzxEl .first {
    max-height: 250px;
  }
  .cid-tmqVaOzxEl .second {
    max-height: 323px;
  }
  .cid-tmqVaOzxEl .third {
    max-height: 408px;
  }
  .cid-tmqVaOzxEl .fourth {
    max-height: 323px;
  }
  .cid-tmqVaOzxEl .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqVaOzxEl .first {
    max-height: 200px;
  }
  .cid-tmqVaOzxEl .second {
    max-height: 270px;
  }
  .cid-tmqVaOzxEl .third {
    max-height: 350px;
  }
  .cid-tmqVaOzxEl .fourth {
    max-height: 270px;
  }
  .cid-tmqVaOzxEl .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqVaOzxEl .first {
    display: none;
  }
  .cid-tmqVaOzxEl .second {
    max-height: 323px;
  }
  .cid-tmqVaOzxEl .third {
    max-height: 408px;
  }
  .cid-tmqVaOzxEl .fourth {
    max-height: 323px;
  }
  .cid-tmqVaOzxEl .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqVaOzxEl .second {
    max-height: 250px;
  }
  .cid-tmqVaOzxEl .third {
    max-height: 340px;
  }
  .cid-tmqVaOzxEl .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqVaOzxEl .second {
    max-height: 180px;
  }
  .cid-tmqVaOzxEl .third {
    max-height: 270px;
  }
  .cid-tmqVaOzxEl .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqVaOzxEl .second {
    display: none;
  }
  .cid-tmqVaOzxEl .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqVaOzxEl .fourth {
    display: none;
  }
}
.cid-tzsGF9Qfwj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsGF9Qfwj .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqVaPFeNK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqQyKiH2N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmqQyKiH2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQyKiH2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQyKiH2N .mbr-text,
.cid-tmqQyKiH2N .mbr-section-btn {
  color: #232323;
}
.cid-tmqQyKiH2N .card-title,
.cid-tmqQyKiH2N .card-box {
  color: #ffffff;
}
.cid-tmqQyKiH2N .mbr-text,
.cid-tmqQyKiH2N .link-wrap {
  color: #ffffff;
}
.cid-tmqQyNewqE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmqQyNewqE .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmqQyNewqE img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmqQyNewqE img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmqQyNewqE .mbr-text,
.cid-tmqQyNewqE .mbr-section-btn {
  color: #232323;
}
.cid-tmqQyO1PoD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmqQyO1PoD .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmqQyO1PoD .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmqQyO1PoD img,
.cid-tmqQyO1PoD .item-img {
  width: 100%;
}
.cid-tmqQyO1PoD .item:focus,
.cid-tmqQyO1PoD span:focus {
  outline: none;
}
.cid-tmqQyO1PoD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmqQyO1PoD .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmqQyO1PoD img {
  border-radius: 30px;
}
.cid-tmqQyOKHzY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmqQyOKHzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqQyOKHzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqQyOKHzY .mbr-section-title {
  color: #000000;
}
.cid-tmqQyPb8rE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmqQyPb8rE img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmqQyPb8rE .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmqQyPb8rE .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmqQyPb8rE .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQyPb8rE .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmqQyPb8rE .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmqQyPb8rE .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmqQyPb8rE .first {
    max-height: 250px;
  }
  .cid-tmqQyPb8rE .second {
    max-height: 323px;
  }
  .cid-tmqQyPb8rE .third {
    max-height: 408px;
  }
  .cid-tmqQyPb8rE .fourth {
    max-height: 323px;
  }
  .cid-tmqQyPb8rE .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmqQyPb8rE .first {
    max-height: 200px;
  }
  .cid-tmqQyPb8rE .second {
    max-height: 270px;
  }
  .cid-tmqQyPb8rE .third {
    max-height: 350px;
  }
  .cid-tmqQyPb8rE .fourth {
    max-height: 270px;
  }
  .cid-tmqQyPb8rE .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmqQyPb8rE .first {
    display: none;
  }
  .cid-tmqQyPb8rE .second {
    max-height: 323px;
  }
  .cid-tmqQyPb8rE .third {
    max-height: 408px;
  }
  .cid-tmqQyPb8rE .fourth {
    max-height: 323px;
  }
  .cid-tmqQyPb8rE .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmqQyPb8rE .second {
    max-height: 250px;
  }
  .cid-tmqQyPb8rE .third {
    max-height: 340px;
  }
  .cid-tmqQyPb8rE .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmqQyPb8rE .second {
    max-height: 180px;
  }
  .cid-tmqQyPb8rE .third {
    max-height: 270px;
  }
  .cid-tmqQyPb8rE .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmqQyPb8rE .second {
    display: none;
  }
  .cid-tmqQyPb8rE .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmqQyPb8rE .fourth {
    display: none;
  }
}
.cid-tzsGIEz4lm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsGIEz4lm .mbr-section-subtitle {
  text-align: center;
}
.cid-tmqQyQ3oZX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmHqLWIrjE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tmHqLWIrjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmHqLWIrjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmHqLWIrjE .mbr-text,
.cid-tmHqLWIrjE .mbr-section-btn {
  color: #232323;
}
.cid-tmHqLWIrjE .card-title,
.cid-tmHqLWIrjE .card-box {
  color: #ffffff;
}
.cid-tmHqLWIrjE .mbr-text,
.cid-tmHqLWIrjE .link-wrap {
  color: #ffffff;
}
.cid-tmHqLXhJWU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tmHqLXhJWU .image-wrapper {
    padding: 1rem;
  }
}
.cid-tmHqLXhJWU img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tmHqLXhJWU img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tmHqLXhJWU .mbr-text,
.cid-tmHqLXhJWU .mbr-section-btn {
  color: #232323;
}
.cid-tmHqLXJrHH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmHqLXJrHH .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tmHqLXJrHH .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tmHqLXJrHH img,
.cid-tmHqLXJrHH .item-img {
  width: 100%;
}
.cid-tmHqLXJrHH .item:focus,
.cid-tmHqLXJrHH span:focus {
  outline: none;
}
.cid-tmHqLXJrHH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmHqLXJrHH .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tmHqLXJrHH img {
  border-radius: 30px;
}
.cid-tmHqLYeIrW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tmHqLYeIrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmHqLYeIrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmHqLYeIrW .mbr-section-title {
  color: #000000;
}
.cid-tmHqLYBABX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmHqLYBABX img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmHqLYBABX .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmHqLYBABX .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmHqLYBABX .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmHqLYBABX .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmHqLYBABX .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmHqLYBABX .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmHqLYBABX .first {
    max-height: 250px;
  }
  .cid-tmHqLYBABX .second {
    max-height: 323px;
  }
  .cid-tmHqLYBABX .third {
    max-height: 408px;
  }
  .cid-tmHqLYBABX .fourth {
    max-height: 323px;
  }
  .cid-tmHqLYBABX .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmHqLYBABX .first {
    max-height: 200px;
  }
  .cid-tmHqLYBABX .second {
    max-height: 270px;
  }
  .cid-tmHqLYBABX .third {
    max-height: 350px;
  }
  .cid-tmHqLYBABX .fourth {
    max-height: 270px;
  }
  .cid-tmHqLYBABX .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmHqLYBABX .first {
    display: none;
  }
  .cid-tmHqLYBABX .second {
    max-height: 323px;
  }
  .cid-tmHqLYBABX .third {
    max-height: 408px;
  }
  .cid-tmHqLYBABX .fourth {
    max-height: 323px;
  }
  .cid-tmHqLYBABX .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmHqLYBABX .second {
    max-height: 250px;
  }
  .cid-tmHqLYBABX .third {
    max-height: 340px;
  }
  .cid-tmHqLYBABX .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmHqLYBABX .second {
    max-height: 180px;
  }
  .cid-tmHqLYBABX .third {
    max-height: 270px;
  }
  .cid-tmHqLYBABX .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmHqLYBABX .second {
    display: none;
  }
  .cid-tmHqLYBABX .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmHqLYBABX .fourth {
    display: none;
  }
}
.cid-tzsGLwSigL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsGLwSigL .mbr-section-subtitle {
  text-align: center;
}
.cid-tmHqLZg0J8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to1WYMPjFJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-to1WYMPjFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1WYMPjFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1WYMPjFJ .mbr-text,
.cid-to1WYMPjFJ .mbr-section-btn {
  color: #232323;
}
.cid-to1WYMPjFJ .card-title,
.cid-to1WYMPjFJ .card-box {
  color: #ffffff;
}
.cid-to1WYMPjFJ .mbr-text,
.cid-to1WYMPjFJ .link-wrap {
  color: #ffffff;
}
.cid-to1WYNpie0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzvPGkKKLl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzvPGkKKLl img,
.cid-tzvPGkKKLl .item-img {
  width: 100%;
}
.cid-tzvPGkKKLl .item:focus,
.cid-tzvPGkKKLl span:focus {
  outline: none;
}
.cid-tzvPGkKKLl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzvPGkKKLl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzvPGkKKLl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzvPGkKKLl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzvPGkKKLl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzvPGkKKLl .mbr-section-title {
  color: #232323;
}
.cid-tzvPGkKKLl .mbr-text,
.cid-tzvPGkKKLl .mbr-section-btn {
  text-align: left;
}
.cid-tzvPGkKKLl .item-title {
  text-align: left;
}
.cid-tzvPGkKKLl .item-subtitle {
  text-align: center;
}
.cid-tzsGUKkGWr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzsGUKkGWr img,
.cid-tzsGUKkGWr .item-img {
  width: 100%;
}
.cid-tzsGUKkGWr .item:focus,
.cid-tzsGUKkGWr span:focus {
  outline: none;
}
.cid-tzsGUKkGWr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzsGUKkGWr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzsGUKkGWr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzsGUKkGWr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzsGUKkGWr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzsGUKkGWr .mbr-section-title {
  color: #232323;
}
.cid-tzsGUKkGWr .mbr-text,
.cid-tzsGUKkGWr .mbr-section-btn {
  text-align: left;
}
.cid-tzsGUKkGWr .item-title {
  text-align: left;
}
.cid-tzsGUKkGWr .item-subtitle {
  text-align: center;
}
.cid-tzsGT866j2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsGT866j2 .mbr-section-subtitle {
  text-align: center;
}
.cid-to1WYNCBcs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-to1WYNCBcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-to1WYNCBcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to1WYNCBcs .mbr-section-title {
  color: #000000;
}
.cid-to1WYOa4gn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txmAFG2Qhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmAFG2Qhe nav.navbar {
  position: fixed;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmAFG2Qhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmAFG2Qhe .dropdown-item:hover,
.cid-txmAFG2Qhe .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txmAFG2Qhe .dropdown-item:hover span {
  color: white;
}
.cid-txmAFG2Qhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmAFG2Qhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmAFG2Qhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmAFG2Qhe .nav-link {
  position: relative;
}
.cid-txmAFG2Qhe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmAFG2Qhe .container {
    flex-wrap: nowrap;
  }
}
.cid-txmAFG2Qhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown-menu,
.cid-txmAFG2Qhe .navbar.opened {
  background: #ffffff !important;
}
.cid-txmAFG2Qhe .nav-item:focus,
.cid-txmAFG2Qhe .nav-link:focus {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmAFG2Qhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmAFG2Qhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmAFG2Qhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmAFG2Qhe .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: #ffffff;
}
.cid-txmAFG2Qhe .navbar.opened {
  transition: all 0.3s;
}
.cid-txmAFG2Qhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmAFG2Qhe .navbar .navbar-logo img {
  width: auto;
}
.cid-txmAFG2Qhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmAFG2Qhe .navbar.collapsed {
  justify-content: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmAFG2Qhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmAFG2Qhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmAFG2Qhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmAFG2Qhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmAFG2Qhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmAFG2Qhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmAFG2Qhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmAFG2Qhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmAFG2Qhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txmAFG2Qhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txmAFG2Qhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmAFG2Qhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmAFG2Qhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmAFG2Qhe .dropdown-item.active,
.cid-txmAFG2Qhe .dropdown-item:active {
  background-color: transparent;
}
.cid-txmAFG2Qhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmAFG2Qhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmAFG2Qhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmAFG2Qhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmAFG2Qhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmAFG2Qhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmAFG2Qhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmAFG2Qhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmAFG2Qhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmAFG2Qhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmAFG2Qhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmAFG2Qhe .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-txmAFG2Qhe .navbar {
    height: 70px;
  }
  .cid-txmAFG2Qhe .navbar.opened {
    height: auto;
  }
  .cid-txmAFG2Qhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txMaFUb5Nq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txMaFUb5Nq nav.navbar {
  position: fixed;
}
.cid-txMaFUb5Nq .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-txMaFUb5Nq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txMaFUb5Nq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txMaFUb5Nq .dropdown-item:hover,
.cid-txMaFUb5Nq .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-txMaFUb5Nq .dropdown-item:hover span {
  color: white;
}
.cid-txMaFUb5Nq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txMaFUb5Nq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txMaFUb5Nq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txMaFUb5Nq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txMaFUb5Nq .nav-link {
  position: relative;
}
.cid-txMaFUb5Nq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txMaFUb5Nq .container {
    flex-wrap: nowrap;
  }
}
.cid-txMaFUb5Nq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txMaFUb5Nq .dropdown-menu,
.cid-txMaFUb5Nq .navbar.opened {
  background: #ffffff !important;
}
.cid-txMaFUb5Nq .nav-item:focus,
.cid-txMaFUb5Nq .nav-link:focus {
  outline: none;
}
.cid-txMaFUb5Nq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txMaFUb5Nq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txMaFUb5Nq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txMaFUb5Nq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txMaFUb5Nq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txMaFUb5Nq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txMaFUb5Nq .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: #ffffff;
}
.cid-txMaFUb5Nq .navbar.opened {
  transition: all 0.3s;
}
.cid-txMaFUb5Nq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txMaFUb5Nq .navbar .navbar-logo img {
  width: auto;
}
.cid-txMaFUb5Nq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txMaFUb5Nq .navbar.collapsed {
  justify-content: center;
}
.cid-txMaFUb5Nq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txMaFUb5Nq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txMaFUb5Nq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txMaFUb5Nq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txMaFUb5Nq .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-txMaFUb5Nq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txMaFUb5Nq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txMaFUb5Nq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txMaFUb5Nq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txMaFUb5Nq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txMaFUb5Nq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txMaFUb5Nq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txMaFUb5Nq .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-txMaFUb5Nq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txMaFUb5Nq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txMaFUb5Nq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txMaFUb5Nq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txMaFUb5Nq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txMaFUb5Nq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txMaFUb5Nq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txMaFUb5Nq .navbar.navbar-short {
  min-height: 60px;
}
.cid-txMaFUb5Nq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txMaFUb5Nq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txMaFUb5Nq .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-txMaFUb5Nq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txMaFUb5Nq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txMaFUb5Nq .dropdown-item.active,
.cid-txMaFUb5Nq .dropdown-item:active {
  background-color: transparent;
}
.cid-txMaFUb5Nq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txMaFUb5Nq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txMaFUb5Nq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txMaFUb5Nq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txMaFUb5Nq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txMaFUb5Nq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txMaFUb5Nq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txMaFUb5Nq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txMaFUb5Nq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txMaFUb5Nq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txMaFUb5Nq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txMaFUb5Nq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txMaFUb5Nq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txMaFUb5Nq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txMaFUb5Nq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txMaFUb5Nq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txMaFUb5Nq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txMaFUb5Nq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txMaFUb5Nq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txMaFUb5Nq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txMaFUb5Nq .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-txMaFUb5Nq .navbar {
    height: 70px;
  }
  .cid-txMaFUb5Nq .navbar.opened {
    height: auto;
  }
  .cid-txMaFUb5Nq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txMaFVAPp8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txMaFVWuTG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-txMaFVWuTG .image-wrapper {
    padding: 1rem;
  }
}
.cid-txMaFVWuTG img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txMaFVWuTG img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txMaFVWuTG .mbr-text,
.cid-txMaFVWuTG .mbr-section-btn {
  color: #232323;
}
.cid-txMaFWkFHv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txMaFWkFHv .image-wrapper {
    padding: 1rem;
  }
}
.cid-txMaFWkFHv img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txMaFWkFHv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txMaFWkFHv .mbr-text,
.cid-txMaFWkFHv .mbr-section-btn {
  color: #232323;
}
.cid-txMaFWNK2v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-txMaFWNK2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMaFWNK2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMaFWNK2v .mbr-section-title {
  color: #000000;
}
.cid-txMaFXizvQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-txMaFXizvQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-txMaFXizvQ img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txMaFXizvQ img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txMaFXizvQ .mbr-text,
.cid-txMaFXizvQ .mbr-section-btn {
  color: #232323;
}
.cid-txMaFXGKwT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txMaFXGKwT .image-wrapper {
    padding: 1rem;
  }
}
.cid-txMaFXGKwT img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txMaFXGKwT img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txMaFXGKwT .mbr-text,
.cid-txMaFXGKwT .mbr-section-btn {
  color: #232323;
}
.cid-txMaFY4HtY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-txMaFY4HtY .image-wrapper {
    padding: 1rem;
  }
}
.cid-txMaFY4HtY img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txMaFY4HtY img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txMaFY4HtY .mbr-text,
.cid-txMaFY4HtY .mbr-section-btn {
  color: #232323;
}
.cid-tzsI7FrW32 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsI7FrW32 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzsI7FrW32 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzsI7FrW32 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzsI7FrW32 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzsI7FrW32 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzsI7FrW32 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzsI7FrW32 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzsI7FrW32 .first {
    max-height: 250px;
  }
  .cid-tzsI7FrW32 .second {
    max-height: 323px;
  }
  .cid-tzsI7FrW32 .third {
    max-height: 408px;
  }
  .cid-tzsI7FrW32 .fourth {
    max-height: 323px;
  }
  .cid-tzsI7FrW32 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzsI7FrW32 .first {
    max-height: 200px;
  }
  .cid-tzsI7FrW32 .second {
    max-height: 270px;
  }
  .cid-tzsI7FrW32 .third {
    max-height: 350px;
  }
  .cid-tzsI7FrW32 .fourth {
    max-height: 270px;
  }
  .cid-tzsI7FrW32 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzsI7FrW32 .first {
    display: none;
  }
  .cid-tzsI7FrW32 .second {
    max-height: 323px;
  }
  .cid-tzsI7FrW32 .third {
    max-height: 408px;
  }
  .cid-tzsI7FrW32 .fourth {
    max-height: 323px;
  }
  .cid-tzsI7FrW32 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzsI7FrW32 .second {
    max-height: 250px;
  }
  .cid-tzsI7FrW32 .third {
    max-height: 340px;
  }
  .cid-tzsI7FrW32 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzsI7FrW32 .second {
    max-height: 180px;
  }
  .cid-tzsI7FrW32 .third {
    max-height: 270px;
  }
  .cid-tzsI7FrW32 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzsI7FrW32 .second {
    display: none;
  }
  .cid-tzsI7FrW32 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzsI7FrW32 .fourth {
    display: none;
  }
}
.cid-tzsI6r9Zqi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsI6r9Zqi .mbr-section-subtitle {
  text-align: center;
}
.cid-txMaFYWa46 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzl4fznIJQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzl4fznIJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzl4fznIJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzl4fznIJQ .mbr-text,
.cid-tzl4fznIJQ .mbr-section-btn {
  color: #232323;
}
.cid-tzl4fznIJQ .card-title,
.cid-tzl4fznIJQ .card-box {
  color: #ffffff;
}
.cid-tzl4fznIJQ .mbr-text,
.cid-tzl4fznIJQ .link-wrap {
  color: #ffffff;
}
.cid-tzl4fzLiRa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzl4fzLiRa .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzl4fzLiRa img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzl4fzLiRa img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzl4fzLiRa .mbr-text,
.cid-tzl4fzLiRa .mbr-section-btn {
  color: #232323;
}
.cid-tzl4fA5gpN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzl4fA5gpN .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzl4fA5gpN .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzl4fA5gpN img,
.cid-tzl4fA5gpN .item-img {
  width: 100%;
}
.cid-tzl4fA5gpN .item:focus,
.cid-tzl4fA5gpN span:focus {
  outline: none;
}
.cid-tzl4fA5gpN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzl4fA5gpN .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzl4fA5gpN img {
  border-radius: 30px;
}
.cid-tzl4fAER8F {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzl4fAER8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzl4fAER8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzl4fAER8F .mbr-section-title {
  color: #000000;
}
.cid-tzl4fB27RP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzl4fB27RP img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzl4fB27RP .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzl4fB27RP .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzl4fB27RP .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzl4fB27RP .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzl4fB27RP .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzl4fB27RP .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzl4fB27RP .first {
    max-height: 250px;
  }
  .cid-tzl4fB27RP .second {
    max-height: 323px;
  }
  .cid-tzl4fB27RP .third {
    max-height: 408px;
  }
  .cid-tzl4fB27RP .fourth {
    max-height: 323px;
  }
  .cid-tzl4fB27RP .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzl4fB27RP .first {
    max-height: 200px;
  }
  .cid-tzl4fB27RP .second {
    max-height: 270px;
  }
  .cid-tzl4fB27RP .third {
    max-height: 350px;
  }
  .cid-tzl4fB27RP .fourth {
    max-height: 270px;
  }
  .cid-tzl4fB27RP .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzl4fB27RP .first {
    display: none;
  }
  .cid-tzl4fB27RP .second {
    max-height: 323px;
  }
  .cid-tzl4fB27RP .third {
    max-height: 408px;
  }
  .cid-tzl4fB27RP .fourth {
    max-height: 323px;
  }
  .cid-tzl4fB27RP .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzl4fB27RP .second {
    max-height: 250px;
  }
  .cid-tzl4fB27RP .third {
    max-height: 340px;
  }
  .cid-tzl4fB27RP .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzl4fB27RP .second {
    max-height: 180px;
  }
  .cid-tzl4fB27RP .third {
    max-height: 270px;
  }
  .cid-tzl4fB27RP .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzl4fB27RP .second {
    display: none;
  }
  .cid-tzl4fB27RP .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzl4fB27RP .fourth {
    display: none;
  }
}
.cid-tzsBLAaeiw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBLAaeiw .mbr-section-subtitle {
  text-align: center;
}
.cid-tzl4fBOatF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzl4fDkgtP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzl4fDkgtP nav.navbar {
  position: fixed;
}
.cid-tzl4fDkgtP .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-tzl4fDkgtP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzl4fDkgtP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzl4fDkgtP .dropdown-item:hover,
.cid-tzl4fDkgtP .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzl4fDkgtP .dropdown-item:hover span {
  color: white;
}
.cid-tzl4fDkgtP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzl4fDkgtP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzl4fDkgtP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzl4fDkgtP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzl4fDkgtP .nav-link {
  position: relative;
}
.cid-tzl4fDkgtP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzl4fDkgtP .container {
    flex-wrap: nowrap;
  }
}
.cid-tzl4fDkgtP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzl4fDkgtP .dropdown-menu,
.cid-tzl4fDkgtP .navbar.opened {
  background: #ffffff !important;
}
.cid-tzl4fDkgtP .nav-item:focus,
.cid-tzl4fDkgtP .nav-link:focus {
  outline: none;
}
.cid-tzl4fDkgtP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzl4fDkgtP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzl4fDkgtP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzl4fDkgtP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzl4fDkgtP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzl4fDkgtP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzl4fDkgtP .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: #ffffff;
}
.cid-tzl4fDkgtP .navbar.opened {
  transition: all 0.3s;
}
.cid-tzl4fDkgtP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzl4fDkgtP .navbar .navbar-logo img {
  width: auto;
}
.cid-tzl4fDkgtP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzl4fDkgtP .navbar.collapsed {
  justify-content: center;
}
.cid-tzl4fDkgtP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzl4fDkgtP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzl4fDkgtP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzl4fDkgtP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzl4fDkgtP .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-tzl4fDkgtP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzl4fDkgtP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzl4fDkgtP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzl4fDkgtP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzl4fDkgtP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzl4fDkgtP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzl4fDkgtP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzl4fDkgtP .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-tzl4fDkgtP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzl4fDkgtP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzl4fDkgtP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzl4fDkgtP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzl4fDkgtP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzl4fDkgtP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzl4fDkgtP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzl4fDkgtP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzl4fDkgtP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzl4fDkgtP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzl4fDkgtP .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-tzl4fDkgtP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzl4fDkgtP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzl4fDkgtP .dropdown-item.active,
.cid-tzl4fDkgtP .dropdown-item:active {
  background-color: transparent;
}
.cid-tzl4fDkgtP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzl4fDkgtP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzl4fDkgtP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzl4fDkgtP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzl4fDkgtP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzl4fDkgtP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzl4fDkgtP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzl4fDkgtP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzl4fDkgtP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzl4fDkgtP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzl4fDkgtP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzl4fDkgtP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzl4fDkgtP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzl4fDkgtP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzl4fDkgtP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzl4fDkgtP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzl4fDkgtP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzl4fDkgtP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzl4fDkgtP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzl4fDkgtP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzl4fDkgtP .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-tzl4fDkgtP .navbar {
    height: 70px;
  }
  .cid-tzl4fDkgtP .navbar.opened {
    height: auto;
  }
  .cid-tzl4fDkgtP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzl9EfL86S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzl9EfL86S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzl9EfL86S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzl9EfL86S .mbr-text,
.cid-tzl9EfL86S .mbr-section-btn {
  color: #232323;
}
.cid-tzl9EfL86S .card-title,
.cid-tzl9EfL86S .card-box {
  color: #ffffff;
}
.cid-tzl9EfL86S .mbr-text,
.cid-tzl9EfL86S .link-wrap {
  color: #ffffff;
}
.cid-tzl9EgeQtE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzl9EgeQtE .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzl9EgeQtE img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzl9EgeQtE img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzl9EgeQtE .mbr-text,
.cid-tzl9EgeQtE .mbr-section-btn {
  color: #232323;
}
.cid-tzl9EgHMyq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzl9EgHMyq .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzl9EgHMyq .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzl9EgHMyq img,
.cid-tzl9EgHMyq .item-img {
  width: 100%;
}
.cid-tzl9EgHMyq .item:focus,
.cid-tzl9EgHMyq span:focus {
  outline: none;
}
.cid-tzl9EgHMyq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzl9EgHMyq .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzl9EgHMyq img {
  border-radius: 30px;
}
.cid-tzl9EhdEKm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzl9EhdEKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzl9EhdEKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzl9EhdEKm .mbr-section-title {
  color: #000000;
}
.cid-tzl9Ehz0SE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzl9Ehz0SE img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzl9Ehz0SE .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzl9Ehz0SE .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzl9Ehz0SE .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzl9Ehz0SE .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzl9Ehz0SE .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzl9Ehz0SE .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzl9Ehz0SE .first {
    max-height: 250px;
  }
  .cid-tzl9Ehz0SE .second {
    max-height: 323px;
  }
  .cid-tzl9Ehz0SE .third {
    max-height: 408px;
  }
  .cid-tzl9Ehz0SE .fourth {
    max-height: 323px;
  }
  .cid-tzl9Ehz0SE .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzl9Ehz0SE .first {
    max-height: 200px;
  }
  .cid-tzl9Ehz0SE .second {
    max-height: 270px;
  }
  .cid-tzl9Ehz0SE .third {
    max-height: 350px;
  }
  .cid-tzl9Ehz0SE .fourth {
    max-height: 270px;
  }
  .cid-tzl9Ehz0SE .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzl9Ehz0SE .first {
    display: none;
  }
  .cid-tzl9Ehz0SE .second {
    max-height: 323px;
  }
  .cid-tzl9Ehz0SE .third {
    max-height: 408px;
  }
  .cid-tzl9Ehz0SE .fourth {
    max-height: 323px;
  }
  .cid-tzl9Ehz0SE .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzl9Ehz0SE .second {
    max-height: 250px;
  }
  .cid-tzl9Ehz0SE .third {
    max-height: 340px;
  }
  .cid-tzl9Ehz0SE .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzl9Ehz0SE .second {
    max-height: 180px;
  }
  .cid-tzl9Ehz0SE .third {
    max-height: 270px;
  }
  .cid-tzl9Ehz0SE .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzl9Ehz0SE .second {
    display: none;
  }
  .cid-tzl9Ehz0SE .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzl9Ehz0SE .fourth {
    display: none;
  }
}
.cid-tzsC0mAKDR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsC0mAKDR .mbr-section-subtitle {
  text-align: center;
}
.cid-tzl9EiB6QH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzl9EjrPbj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzl9EjrPbj nav.navbar {
  position: fixed;
}
.cid-tzl9EjrPbj .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-tzl9EjrPbj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzl9EjrPbj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzl9EjrPbj .dropdown-item:hover,
.cid-tzl9EjrPbj .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzl9EjrPbj .dropdown-item:hover span {
  color: white;
}
.cid-tzl9EjrPbj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzl9EjrPbj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzl9EjrPbj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzl9EjrPbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzl9EjrPbj .nav-link {
  position: relative;
}
.cid-tzl9EjrPbj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzl9EjrPbj .container {
    flex-wrap: nowrap;
  }
}
.cid-tzl9EjrPbj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzl9EjrPbj .dropdown-menu,
.cid-tzl9EjrPbj .navbar.opened {
  background: #ffffff !important;
}
.cid-tzl9EjrPbj .nav-item:focus,
.cid-tzl9EjrPbj .nav-link:focus {
  outline: none;
}
.cid-tzl9EjrPbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzl9EjrPbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzl9EjrPbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzl9EjrPbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzl9EjrPbj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzl9EjrPbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzl9EjrPbj .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: #ffffff;
}
.cid-tzl9EjrPbj .navbar.opened {
  transition: all 0.3s;
}
.cid-tzl9EjrPbj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzl9EjrPbj .navbar .navbar-logo img {
  width: auto;
}
.cid-tzl9EjrPbj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzl9EjrPbj .navbar.collapsed {
  justify-content: center;
}
.cid-tzl9EjrPbj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzl9EjrPbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzl9EjrPbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzl9EjrPbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzl9EjrPbj .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-tzl9EjrPbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzl9EjrPbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzl9EjrPbj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzl9EjrPbj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzl9EjrPbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzl9EjrPbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzl9EjrPbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzl9EjrPbj .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-tzl9EjrPbj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzl9EjrPbj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzl9EjrPbj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzl9EjrPbj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzl9EjrPbj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzl9EjrPbj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzl9EjrPbj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzl9EjrPbj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzl9EjrPbj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzl9EjrPbj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzl9EjrPbj .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-tzl9EjrPbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzl9EjrPbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzl9EjrPbj .dropdown-item.active,
.cid-tzl9EjrPbj .dropdown-item:active {
  background-color: transparent;
}
.cid-tzl9EjrPbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzl9EjrPbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzl9EjrPbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzl9EjrPbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzl9EjrPbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzl9EjrPbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzl9EjrPbj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzl9EjrPbj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzl9EjrPbj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzl9EjrPbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzl9EjrPbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzl9EjrPbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzl9EjrPbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzl9EjrPbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzl9EjrPbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzl9EjrPbj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzl9EjrPbj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzl9EjrPbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzl9EjrPbj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzl9EjrPbj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzl9EjrPbj .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-tzl9EjrPbj .navbar {
    height: 70px;
  }
  .cid-tzl9EjrPbj .navbar.opened {
    height: auto;
  }
  .cid-tzl9EjrPbj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzlCQJJUuI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzlCQJJUuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzlCQJJUuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzlCQJJUuI .mbr-text,
.cid-tzlCQJJUuI .mbr-section-btn {
  color: #232323;
}
.cid-tzlCQJJUuI .card-title,
.cid-tzlCQJJUuI .card-box {
  color: #ffffff;
}
.cid-tzlCQJJUuI .mbr-text,
.cid-tzlCQJJUuI .link-wrap {
  color: #ffffff;
}
.cid-tzlCQKdPBT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzlCQKdPBT .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzlCQKdPBT img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzlCQKdPBT img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzlCQKdPBT .mbr-text,
.cid-tzlCQKdPBT .mbr-section-btn {
  color: #232323;
}
.cid-tzlCQLbWzQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzlCQLbWzQ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzlCQLbWzQ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzlCQLbWzQ img,
.cid-tzlCQLbWzQ .item-img {
  width: 100%;
}
.cid-tzlCQLbWzQ .item:focus,
.cid-tzlCQLbWzQ span:focus {
  outline: none;
}
.cid-tzlCQLbWzQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzlCQLbWzQ .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzlCQLbWzQ img {
  border-radius: 30px;
}
.cid-tzlCQLKqAu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzlCQLKqAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzlCQLKqAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzlCQLKqAu .mbr-section-title {
  color: #000000;
}
.cid-tzlCQM6wvF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzlCQM6wvF img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzlCQM6wvF .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzlCQM6wvF .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzlCQM6wvF .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzlCQM6wvF .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzlCQM6wvF .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzlCQM6wvF .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzlCQM6wvF .first {
    max-height: 250px;
  }
  .cid-tzlCQM6wvF .second {
    max-height: 323px;
  }
  .cid-tzlCQM6wvF .third {
    max-height: 408px;
  }
  .cid-tzlCQM6wvF .fourth {
    max-height: 323px;
  }
  .cid-tzlCQM6wvF .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzlCQM6wvF .first {
    max-height: 200px;
  }
  .cid-tzlCQM6wvF .second {
    max-height: 270px;
  }
  .cid-tzlCQM6wvF .third {
    max-height: 350px;
  }
  .cid-tzlCQM6wvF .fourth {
    max-height: 270px;
  }
  .cid-tzlCQM6wvF .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzlCQM6wvF .first {
    display: none;
  }
  .cid-tzlCQM6wvF .second {
    max-height: 323px;
  }
  .cid-tzlCQM6wvF .third {
    max-height: 408px;
  }
  .cid-tzlCQM6wvF .fourth {
    max-height: 323px;
  }
  .cid-tzlCQM6wvF .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzlCQM6wvF .second {
    max-height: 250px;
  }
  .cid-tzlCQM6wvF .third {
    max-height: 340px;
  }
  .cid-tzlCQM6wvF .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzlCQM6wvF .second {
    max-height: 180px;
  }
  .cid-tzlCQM6wvF .third {
    max-height: 270px;
  }
  .cid-tzlCQM6wvF .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzlCQM6wvF .second {
    display: none;
  }
  .cid-tzlCQM6wvF .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzlCQM6wvF .fourth {
    display: none;
  }
}
.cid-tzsCLRutB5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsCLRutB5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tzlCQNaXFQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzlCQNux9r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzlCQNux9r nav.navbar {
  position: fixed;
}
.cid-tzlCQNux9r .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-tzlCQNux9r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzlCQNux9r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzlCQNux9r .dropdown-item:hover,
.cid-tzlCQNux9r .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzlCQNux9r .dropdown-item:hover span {
  color: white;
}
.cid-tzlCQNux9r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzlCQNux9r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzlCQNux9r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzlCQNux9r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzlCQNux9r .nav-link {
  position: relative;
}
.cid-tzlCQNux9r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzlCQNux9r .container {
    flex-wrap: nowrap;
  }
}
.cid-tzlCQNux9r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzlCQNux9r .dropdown-menu,
.cid-tzlCQNux9r .navbar.opened {
  background: #ffffff !important;
}
.cid-tzlCQNux9r .nav-item:focus,
.cid-tzlCQNux9r .nav-link:focus {
  outline: none;
}
.cid-tzlCQNux9r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzlCQNux9r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzlCQNux9r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzlCQNux9r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzlCQNux9r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzlCQNux9r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzlCQNux9r .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: #ffffff;
}
.cid-tzlCQNux9r .navbar.opened {
  transition: all 0.3s;
}
.cid-tzlCQNux9r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzlCQNux9r .navbar .navbar-logo img {
  width: auto;
}
.cid-tzlCQNux9r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzlCQNux9r .navbar.collapsed {
  justify-content: center;
}
.cid-tzlCQNux9r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzlCQNux9r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzlCQNux9r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzlCQNux9r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzlCQNux9r .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-tzlCQNux9r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzlCQNux9r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzlCQNux9r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzlCQNux9r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzlCQNux9r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzlCQNux9r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzlCQNux9r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzlCQNux9r .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-tzlCQNux9r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzlCQNux9r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzlCQNux9r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzlCQNux9r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzlCQNux9r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzlCQNux9r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzlCQNux9r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzlCQNux9r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzlCQNux9r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzlCQNux9r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzlCQNux9r .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-tzlCQNux9r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzlCQNux9r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzlCQNux9r .dropdown-item.active,
.cid-tzlCQNux9r .dropdown-item:active {
  background-color: transparent;
}
.cid-tzlCQNux9r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzlCQNux9r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzlCQNux9r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzlCQNux9r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzlCQNux9r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzlCQNux9r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzlCQNux9r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzlCQNux9r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzlCQNux9r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzlCQNux9r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzlCQNux9r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzlCQNux9r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzlCQNux9r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzlCQNux9r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzlCQNux9r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzlCQNux9r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzlCQNux9r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzlCQNux9r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzlCQNux9r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzlCQNux9r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzlCQNux9r .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-tzlCQNux9r .navbar {
    height: 70px;
  }
  .cid-tzlCQNux9r .navbar.opened {
    height: auto;
  }
  .cid-tzlCQNux9r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzmc6g66WW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzmc6g66WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmc6g66WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmc6g66WW .mbr-text,
.cid-tzmc6g66WW .mbr-section-btn {
  color: #232323;
}
.cid-tzmc6g66WW .card-title,
.cid-tzmc6g66WW .card-box {
  color: #ffffff;
}
.cid-tzmc6g66WW .mbr-text,
.cid-tzmc6g66WW .link-wrap {
  color: #ffffff;
}
.cid-tzmc6h6F78 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzmc6h6F78 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzmc6h6F78 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzmc6h6F78 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzmc6h6F78 .mbr-text,
.cid-tzmc6h6F78 .mbr-section-btn {
  color: #232323;
}
.cid-tzmc6hvEL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzmc6hvEL8 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzmc6hvEL8 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzmc6hvEL8 img,
.cid-tzmc6hvEL8 .item-img {
  width: 100%;
}
.cid-tzmc6hvEL8 .item:focus,
.cid-tzmc6hvEL8 span:focus {
  outline: none;
}
.cid-tzmc6hvEL8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzmc6hvEL8 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzmc6hvEL8 img {
  border-radius: 30px;
}
.cid-tzmc6iBjvY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzmc6iBjvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmc6iBjvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmc6iBjvY .mbr-section-title {
  color: #000000;
}
.cid-tzmc6iTr5m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzmc6iTr5m img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzmc6iTr5m .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzmc6iTr5m .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzmc6iTr5m .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzmc6iTr5m .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzmc6iTr5m .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzmc6iTr5m .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzmc6iTr5m .first {
    max-height: 250px;
  }
  .cid-tzmc6iTr5m .second {
    max-height: 323px;
  }
  .cid-tzmc6iTr5m .third {
    max-height: 408px;
  }
  .cid-tzmc6iTr5m .fourth {
    max-height: 323px;
  }
  .cid-tzmc6iTr5m .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzmc6iTr5m .first {
    max-height: 200px;
  }
  .cid-tzmc6iTr5m .second {
    max-height: 270px;
  }
  .cid-tzmc6iTr5m .third {
    max-height: 350px;
  }
  .cid-tzmc6iTr5m .fourth {
    max-height: 270px;
  }
  .cid-tzmc6iTr5m .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzmc6iTr5m .first {
    display: none;
  }
  .cid-tzmc6iTr5m .second {
    max-height: 323px;
  }
  .cid-tzmc6iTr5m .third {
    max-height: 408px;
  }
  .cid-tzmc6iTr5m .fourth {
    max-height: 323px;
  }
  .cid-tzmc6iTr5m .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzmc6iTr5m .second {
    max-height: 250px;
  }
  .cid-tzmc6iTr5m .third {
    max-height: 340px;
  }
  .cid-tzmc6iTr5m .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzmc6iTr5m .second {
    max-height: 180px;
  }
  .cid-tzmc6iTr5m .third {
    max-height: 270px;
  }
  .cid-tzmc6iTr5m .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzmc6iTr5m .second {
    display: none;
  }
  .cid-tzmc6iTr5m .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzmc6iTr5m .fourth {
    display: none;
  }
}
.cid-tzsBon2AgN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBon2AgN .mbr-section-subtitle {
  text-align: center;
}
.cid-tzmc6jBJss {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzmc6jZZmZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzmc6jZZmZ nav.navbar {
  position: fixed;
}
.cid-tzmc6jZZmZ .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-tzmc6jZZmZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzmc6jZZmZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzmc6jZZmZ .dropdown-item:hover,
.cid-tzmc6jZZmZ .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzmc6jZZmZ .dropdown-item:hover span {
  color: white;
}
.cid-tzmc6jZZmZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzmc6jZZmZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzmc6jZZmZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzmc6jZZmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzmc6jZZmZ .nav-link {
  position: relative;
}
.cid-tzmc6jZZmZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzmc6jZZmZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tzmc6jZZmZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzmc6jZZmZ .dropdown-menu,
.cid-tzmc6jZZmZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tzmc6jZZmZ .nav-item:focus,
.cid-tzmc6jZZmZ .nav-link:focus {
  outline: none;
}
.cid-tzmc6jZZmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzmc6jZZmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzmc6jZZmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzmc6jZZmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzmc6jZZmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzmc6jZZmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzmc6jZZmZ .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: #ffffff;
}
.cid-tzmc6jZZmZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tzmc6jZZmZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzmc6jZZmZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tzmc6jZZmZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzmc6jZZmZ .navbar.collapsed {
  justify-content: center;
}
.cid-tzmc6jZZmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzmc6jZZmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzmc6jZZmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzmc6jZZmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzmc6jZZmZ .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-tzmc6jZZmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzmc6jZZmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzmc6jZZmZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzmc6jZZmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzmc6jZZmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzmc6jZZmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzmc6jZZmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzmc6jZZmZ .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-tzmc6jZZmZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzmc6jZZmZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzmc6jZZmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzmc6jZZmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzmc6jZZmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzmc6jZZmZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzmc6jZZmZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzmc6jZZmZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzmc6jZZmZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzmc6jZZmZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzmc6jZZmZ .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-tzmc6jZZmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzmc6jZZmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzmc6jZZmZ .dropdown-item.active,
.cid-tzmc6jZZmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tzmc6jZZmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzmc6jZZmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzmc6jZZmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzmc6jZZmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzmc6jZZmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzmc6jZZmZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzmc6jZZmZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzmc6jZZmZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzmc6jZZmZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzmc6jZZmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzmc6jZZmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzmc6jZZmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzmc6jZZmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzmc6jZZmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzmc6jZZmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzmc6jZZmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzmc6jZZmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzmc6jZZmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzmc6jZZmZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzmc6jZZmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzmc6jZZmZ .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-tzmc6jZZmZ .navbar {
    height: 70px;
  }
  .cid-tzmc6jZZmZ .navbar.opened {
    height: auto;
  }
  .cid-tzmc6jZZmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzna3pAZn2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzna3pAZn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzna3pAZn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzna3pAZn2 .mbr-text,
.cid-tzna3pAZn2 .mbr-section-btn {
  color: #232323;
}
.cid-tzna3pAZn2 .card-title,
.cid-tzna3pAZn2 .card-box {
  color: #ffffff;
}
.cid-tzna3pAZn2 .mbr-text,
.cid-tzna3pAZn2 .link-wrap {
  color: #ffffff;
}
.cid-tzna3q1Cyy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzna3q1Cyy .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzna3q1Cyy img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzna3q1Cyy img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzna3q1Cyy .mbr-text,
.cid-tzna3q1Cyy .mbr-section-btn {
  color: #232323;
}
.cid-tzna3qnWgl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzna3qnWgl .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzna3qnWgl .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzna3qnWgl img,
.cid-tzna3qnWgl .item-img {
  width: 100%;
}
.cid-tzna3qnWgl .item:focus,
.cid-tzna3qnWgl span:focus {
  outline: none;
}
.cid-tzna3qnWgl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzna3qnWgl .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzna3qnWgl img {
  border-radius: 30px;
}
.cid-tzna3r8dva {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzna3r8dva .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzna3r8dva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzna3r8dva .mbr-section-title {
  color: #000000;
}
.cid-tzna3rE9e0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzna3rE9e0 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzna3rE9e0 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzna3rE9e0 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzna3rE9e0 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzna3rE9e0 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzna3rE9e0 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzna3rE9e0 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzna3rE9e0 .first {
    max-height: 250px;
  }
  .cid-tzna3rE9e0 .second {
    max-height: 323px;
  }
  .cid-tzna3rE9e0 .third {
    max-height: 408px;
  }
  .cid-tzna3rE9e0 .fourth {
    max-height: 323px;
  }
  .cid-tzna3rE9e0 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzna3rE9e0 .first {
    max-height: 200px;
  }
  .cid-tzna3rE9e0 .second {
    max-height: 270px;
  }
  .cid-tzna3rE9e0 .third {
    max-height: 350px;
  }
  .cid-tzna3rE9e0 .fourth {
    max-height: 270px;
  }
  .cid-tzna3rE9e0 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzna3rE9e0 .first {
    display: none;
  }
  .cid-tzna3rE9e0 .second {
    max-height: 323px;
  }
  .cid-tzna3rE9e0 .third {
    max-height: 408px;
  }
  .cid-tzna3rE9e0 .fourth {
    max-height: 323px;
  }
  .cid-tzna3rE9e0 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzna3rE9e0 .second {
    max-height: 250px;
  }
  .cid-tzna3rE9e0 .third {
    max-height: 340px;
  }
  .cid-tzna3rE9e0 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzna3rE9e0 .second {
    max-height: 180px;
  }
  .cid-tzna3rE9e0 .third {
    max-height: 270px;
  }
  .cid-tzna3rE9e0 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzna3rE9e0 .second {
    display: none;
  }
  .cid-tzna3rE9e0 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzna3rE9e0 .fourth {
    display: none;
  }
}
.cid-tzsBrlpiki {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBrlpiki .mbr-section-subtitle {
  text-align: center;
}
.cid-tzna3s7UPo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzna3svlvO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzna3svlvO nav.navbar {
  position: fixed;
}
.cid-tzna3svlvO .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-tzna3svlvO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzna3svlvO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzna3svlvO .dropdown-item:hover,
.cid-tzna3svlvO .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzna3svlvO .dropdown-item:hover span {
  color: white;
}
.cid-tzna3svlvO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzna3svlvO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzna3svlvO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzna3svlvO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzna3svlvO .nav-link {
  position: relative;
}
.cid-tzna3svlvO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzna3svlvO .container {
    flex-wrap: nowrap;
  }
}
.cid-tzna3svlvO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzna3svlvO .dropdown-menu,
.cid-tzna3svlvO .navbar.opened {
  background: #ffffff !important;
}
.cid-tzna3svlvO .nav-item:focus,
.cid-tzna3svlvO .nav-link:focus {
  outline: none;
}
.cid-tzna3svlvO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzna3svlvO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzna3svlvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzna3svlvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzna3svlvO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzna3svlvO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzna3svlvO .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: #ffffff;
}
.cid-tzna3svlvO .navbar.opened {
  transition: all 0.3s;
}
.cid-tzna3svlvO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzna3svlvO .navbar .navbar-logo img {
  width: auto;
}
.cid-tzna3svlvO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzna3svlvO .navbar.collapsed {
  justify-content: center;
}
.cid-tzna3svlvO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzna3svlvO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzna3svlvO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzna3svlvO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzna3svlvO .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-tzna3svlvO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzna3svlvO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzna3svlvO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzna3svlvO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzna3svlvO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzna3svlvO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzna3svlvO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzna3svlvO .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-tzna3svlvO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzna3svlvO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzna3svlvO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzna3svlvO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzna3svlvO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzna3svlvO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzna3svlvO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzna3svlvO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzna3svlvO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzna3svlvO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzna3svlvO .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-tzna3svlvO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzna3svlvO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzna3svlvO .dropdown-item.active,
.cid-tzna3svlvO .dropdown-item:active {
  background-color: transparent;
}
.cid-tzna3svlvO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzna3svlvO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzna3svlvO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzna3svlvO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzna3svlvO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzna3svlvO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzna3svlvO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzna3svlvO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzna3svlvO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzna3svlvO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzna3svlvO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzna3svlvO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzna3svlvO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzna3svlvO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzna3svlvO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzna3svlvO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzna3svlvO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzna3svlvO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzna3svlvO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzna3svlvO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzna3svlvO .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-tzna3svlvO .navbar {
    height: 70px;
  }
  .cid-tzna3svlvO .navbar.opened {
    height: auto;
  }
  .cid-tzna3svlvO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzqfqbRlmI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzqfqbRlmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqfqbRlmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqfqbRlmI .mbr-text,
.cid-tzqfqbRlmI .mbr-section-btn {
  color: #232323;
}
.cid-tzqfqbRlmI .card-title,
.cid-tzqfqbRlmI .card-box {
  color: #ffffff;
}
.cid-tzqfqbRlmI .mbr-text,
.cid-tzqfqbRlmI .link-wrap {
  color: #ffffff;
}
.cid-tzqfqccHIM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzqfqccHIM .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzqfqccHIM img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzqfqccHIM img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzqfqccHIM .mbr-text,
.cid-tzqfqccHIM .mbr-section-btn {
  color: #232323;
}
.cid-tzqfqcuU77 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzqfqcuU77 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzqfqcuU77 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzqfqcuU77 img,
.cid-tzqfqcuU77 .item-img {
  width: 100%;
}
.cid-tzqfqcuU77 .item:focus,
.cid-tzqfqcuU77 span:focus {
  outline: none;
}
.cid-tzqfqcuU77 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzqfqcuU77 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzqfqcuU77 img {
  border-radius: 30px;
}
.cid-tzqfqd31td {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzqfqd31td .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqfqd31td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqfqd31td .mbr-section-title {
  color: #000000;
}
.cid-tzqfqdsgwe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzqfqdsgwe img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzqfqdsgwe .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzqfqdsgwe .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzqfqdsgwe .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzqfqdsgwe .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzqfqdsgwe .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzqfqdsgwe .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzqfqdsgwe .first {
    max-height: 250px;
  }
  .cid-tzqfqdsgwe .second {
    max-height: 323px;
  }
  .cid-tzqfqdsgwe .third {
    max-height: 408px;
  }
  .cid-tzqfqdsgwe .fourth {
    max-height: 323px;
  }
  .cid-tzqfqdsgwe .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzqfqdsgwe .first {
    max-height: 200px;
  }
  .cid-tzqfqdsgwe .second {
    max-height: 270px;
  }
  .cid-tzqfqdsgwe .third {
    max-height: 350px;
  }
  .cid-tzqfqdsgwe .fourth {
    max-height: 270px;
  }
  .cid-tzqfqdsgwe .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzqfqdsgwe .first {
    display: none;
  }
  .cid-tzqfqdsgwe .second {
    max-height: 323px;
  }
  .cid-tzqfqdsgwe .third {
    max-height: 408px;
  }
  .cid-tzqfqdsgwe .fourth {
    max-height: 323px;
  }
  .cid-tzqfqdsgwe .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzqfqdsgwe .second {
    max-height: 250px;
  }
  .cid-tzqfqdsgwe .third {
    max-height: 340px;
  }
  .cid-tzqfqdsgwe .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzqfqdsgwe .second {
    max-height: 180px;
  }
  .cid-tzqfqdsgwe .third {
    max-height: 270px;
  }
  .cid-tzqfqdsgwe .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzqfqdsgwe .second {
    display: none;
  }
  .cid-tzqfqdsgwe .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzqfqdsgwe .fourth {
    display: none;
  }
}
.cid-tzsBbFfvJx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsBbFfvJx .mbr-section-subtitle {
  text-align: center;
}
.cid-tzqfqeeFmK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzqfqeB4Ua {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzqfqeB4Ua nav.navbar {
  position: fixed;
}
.cid-tzqfqeB4Ua .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-tzqfqeB4Ua .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzqfqeB4Ua .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzqfqeB4Ua .dropdown-item:hover,
.cid-tzqfqeB4Ua .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzqfqeB4Ua .dropdown-item:hover span {
  color: white;
}
.cid-tzqfqeB4Ua .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzqfqeB4Ua .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzqfqeB4Ua .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzqfqeB4Ua .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzqfqeB4Ua .nav-link {
  position: relative;
}
.cid-tzqfqeB4Ua .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzqfqeB4Ua .container {
    flex-wrap: nowrap;
  }
}
.cid-tzqfqeB4Ua .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzqfqeB4Ua .dropdown-menu,
.cid-tzqfqeB4Ua .navbar.opened {
  background: #ffffff !important;
}
.cid-tzqfqeB4Ua .nav-item:focus,
.cid-tzqfqeB4Ua .nav-link:focus {
  outline: none;
}
.cid-tzqfqeB4Ua .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzqfqeB4Ua .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzqfqeB4Ua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzqfqeB4Ua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzqfqeB4Ua .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzqfqeB4Ua .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzqfqeB4Ua .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: #ffffff;
}
.cid-tzqfqeB4Ua .navbar.opened {
  transition: all 0.3s;
}
.cid-tzqfqeB4Ua .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzqfqeB4Ua .navbar .navbar-logo img {
  width: auto;
}
.cid-tzqfqeB4Ua .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzqfqeB4Ua .navbar.collapsed {
  justify-content: center;
}
.cid-tzqfqeB4Ua .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzqfqeB4Ua .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzqfqeB4Ua .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzqfqeB4Ua .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzqfqeB4Ua .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-tzqfqeB4Ua .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzqfqeB4Ua .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzqfqeB4Ua .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzqfqeB4Ua .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzqfqeB4Ua .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzqfqeB4Ua .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzqfqeB4Ua .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzqfqeB4Ua .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-tzqfqeB4Ua .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzqfqeB4Ua .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzqfqeB4Ua .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzqfqeB4Ua .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzqfqeB4Ua .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzqfqeB4Ua .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzqfqeB4Ua .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzqfqeB4Ua .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzqfqeB4Ua .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzqfqeB4Ua .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzqfqeB4Ua .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-tzqfqeB4Ua .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzqfqeB4Ua .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzqfqeB4Ua .dropdown-item.active,
.cid-tzqfqeB4Ua .dropdown-item:active {
  background-color: transparent;
}
.cid-tzqfqeB4Ua .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzqfqeB4Ua .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzqfqeB4Ua .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzqfqeB4Ua .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzqfqeB4Ua .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzqfqeB4Ua .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzqfqeB4Ua ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzqfqeB4Ua .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzqfqeB4Ua button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzqfqeB4Ua button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzqfqeB4Ua button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzqfqeB4Ua button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzqfqeB4Ua button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzqfqeB4Ua button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzqfqeB4Ua nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzqfqeB4Ua nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzqfqeB4Ua nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzqfqeB4Ua nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzqfqeB4Ua .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzqfqeB4Ua a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzqfqeB4Ua .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-tzqfqeB4Ua .navbar {
    height: 70px;
  }
  .cid-tzqfqeB4Ua .navbar.opened {
    height: auto;
  }
  .cid-tzqfqeB4Ua .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzqBbmr2hr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzqBbmr2hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqBbmr2hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqBbmr2hr .mbr-text,
.cid-tzqBbmr2hr .mbr-section-btn {
  color: #232323;
}
.cid-tzqBbmr2hr .card-title,
.cid-tzqBbmr2hr .card-box {
  color: #ffffff;
}
.cid-tzqBbmr2hr .mbr-text,
.cid-tzqBbmr2hr .link-wrap {
  color: #ffffff;
}
.cid-tzqBbmRDDX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzqBbmRDDX .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzqBbmRDDX img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzqBbmRDDX img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzqBbmRDDX .mbr-text,
.cid-tzqBbmRDDX .mbr-section-btn {
  color: #232323;
}
.cid-tzqBboe5PY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzqBboe5PY .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzqBboe5PY .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzqBboe5PY img,
.cid-tzqBboe5PY .item-img {
  width: 100%;
}
.cid-tzqBboe5PY .item:focus,
.cid-tzqBboe5PY span:focus {
  outline: none;
}
.cid-tzqBboe5PY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzqBboe5PY .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzqBboe5PY img {
  border-radius: 30px;
}
.cid-tzqBboJTYs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzqBboJTYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqBboJTYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqBboJTYs .mbr-section-title {
  color: #000000;
}
.cid-tzqBbp5FCF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzqBbp5FCF img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzqBbp5FCF .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzqBbp5FCF .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzqBbp5FCF .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzqBbp5FCF .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzqBbp5FCF .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzqBbp5FCF .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzqBbp5FCF .first {
    max-height: 250px;
  }
  .cid-tzqBbp5FCF .second {
    max-height: 323px;
  }
  .cid-tzqBbp5FCF .third {
    max-height: 408px;
  }
  .cid-tzqBbp5FCF .fourth {
    max-height: 323px;
  }
  .cid-tzqBbp5FCF .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzqBbp5FCF .first {
    max-height: 200px;
  }
  .cid-tzqBbp5FCF .second {
    max-height: 270px;
  }
  .cid-tzqBbp5FCF .third {
    max-height: 350px;
  }
  .cid-tzqBbp5FCF .fourth {
    max-height: 270px;
  }
  .cid-tzqBbp5FCF .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzqBbp5FCF .first {
    display: none;
  }
  .cid-tzqBbp5FCF .second {
    max-height: 323px;
  }
  .cid-tzqBbp5FCF .third {
    max-height: 408px;
  }
  .cid-tzqBbp5FCF .fourth {
    max-height: 323px;
  }
  .cid-tzqBbp5FCF .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzqBbp5FCF .second {
    max-height: 250px;
  }
  .cid-tzqBbp5FCF .third {
    max-height: 340px;
  }
  .cid-tzqBbp5FCF .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzqBbp5FCF .second {
    max-height: 180px;
  }
  .cid-tzqBbp5FCF .third {
    max-height: 270px;
  }
  .cid-tzqBbp5FCF .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzqBbp5FCF .second {
    display: none;
  }
  .cid-tzqBbp5FCF .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzqBbp5FCF .fourth {
    display: none;
  }
}
.cid-tzsGPJ8cKf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsGPJ8cKf .mbr-section-subtitle {
  text-align: center;
}
.cid-tzqBbpPzW6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzqBbqoavR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzqBbqoavR nav.navbar {
  position: fixed;
}
.cid-tzqBbqoavR .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-tzqBbqoavR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzqBbqoavR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzqBbqoavR .dropdown-item:hover,
.cid-tzqBbqoavR .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzqBbqoavR .dropdown-item:hover span {
  color: white;
}
.cid-tzqBbqoavR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzqBbqoavR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzqBbqoavR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzqBbqoavR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzqBbqoavR .nav-link {
  position: relative;
}
.cid-tzqBbqoavR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzqBbqoavR .container {
    flex-wrap: nowrap;
  }
}
.cid-tzqBbqoavR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzqBbqoavR .dropdown-menu,
.cid-tzqBbqoavR .navbar.opened {
  background: #ffffff !important;
}
.cid-tzqBbqoavR .nav-item:focus,
.cid-tzqBbqoavR .nav-link:focus {
  outline: none;
}
.cid-tzqBbqoavR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzqBbqoavR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzqBbqoavR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzqBbqoavR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzqBbqoavR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzqBbqoavR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzqBbqoavR .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: #ffffff;
}
.cid-tzqBbqoavR .navbar.opened {
  transition: all 0.3s;
}
.cid-tzqBbqoavR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzqBbqoavR .navbar .navbar-logo img {
  width: auto;
}
.cid-tzqBbqoavR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzqBbqoavR .navbar.collapsed {
  justify-content: center;
}
.cid-tzqBbqoavR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzqBbqoavR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzqBbqoavR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzqBbqoavR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzqBbqoavR .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-tzqBbqoavR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzqBbqoavR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzqBbqoavR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzqBbqoavR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzqBbqoavR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzqBbqoavR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzqBbqoavR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzqBbqoavR .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-tzqBbqoavR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzqBbqoavR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzqBbqoavR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzqBbqoavR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzqBbqoavR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzqBbqoavR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzqBbqoavR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzqBbqoavR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzqBbqoavR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzqBbqoavR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzqBbqoavR .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-tzqBbqoavR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzqBbqoavR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzqBbqoavR .dropdown-item.active,
.cid-tzqBbqoavR .dropdown-item:active {
  background-color: transparent;
}
.cid-tzqBbqoavR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzqBbqoavR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzqBbqoavR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzqBbqoavR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzqBbqoavR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzqBbqoavR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzqBbqoavR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzqBbqoavR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzqBbqoavR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzqBbqoavR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzqBbqoavR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzqBbqoavR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzqBbqoavR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzqBbqoavR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzqBbqoavR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzqBbqoavR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzqBbqoavR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzqBbqoavR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzqBbqoavR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzqBbqoavR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzqBbqoavR .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-tzqBbqoavR .navbar {
    height: 70px;
  }
  .cid-tzqBbqoavR .navbar.opened {
    height: auto;
  }
  .cid-tzqBbqoavR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzrSJUmdqm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tzrSJUmdqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrSJUmdqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrSJUmdqm .mbr-text,
.cid-tzrSJUmdqm .mbr-section-btn {
  color: #232323;
}
.cid-tzrSJUmdqm .card-title,
.cid-tzrSJUmdqm .card-box {
  color: #ffffff;
}
.cid-tzrSJUmdqm .mbr-text,
.cid-tzrSJUmdqm .link-wrap {
  color: #ffffff;
}
.cid-tzrSJUW1JX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tzrSJUW1JX .image-wrapper {
    padding: 1rem;
  }
}
.cid-tzrSJUW1JX img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tzrSJUW1JX img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tzrSJUW1JX .mbr-text,
.cid-tzrSJUW1JX .mbr-section-btn {
  color: #232323;
}
.cid-tzrSJVl7Y5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tzrSJVl7Y5 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tzrSJVl7Y5 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tzrSJVl7Y5 img,
.cid-tzrSJVl7Y5 .item-img {
  width: 100%;
}
.cid-tzrSJVl7Y5 .item:focus,
.cid-tzrSJVl7Y5 span:focus {
  outline: none;
}
.cid-tzrSJVl7Y5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzrSJVl7Y5 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tzrSJVl7Y5 img {
  border-radius: 30px;
}
.cid-tzrSJVLWwl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tzrSJVLWwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrSJVLWwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrSJVLWwl .mbr-section-title {
  color: #000000;
}
.cid-tzrSJWrBDx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzrSJWrBDx img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tzrSJWrBDx .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tzrSJWrBDx .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tzrSJWrBDx .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzrSJWrBDx .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tzrSJWrBDx .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tzrSJWrBDx .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tzrSJWrBDx .first {
    max-height: 250px;
  }
  .cid-tzrSJWrBDx .second {
    max-height: 323px;
  }
  .cid-tzrSJWrBDx .third {
    max-height: 408px;
  }
  .cid-tzrSJWrBDx .fourth {
    max-height: 323px;
  }
  .cid-tzrSJWrBDx .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tzrSJWrBDx .first {
    max-height: 200px;
  }
  .cid-tzrSJWrBDx .second {
    max-height: 270px;
  }
  .cid-tzrSJWrBDx .third {
    max-height: 350px;
  }
  .cid-tzrSJWrBDx .fourth {
    max-height: 270px;
  }
  .cid-tzrSJWrBDx .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tzrSJWrBDx .first {
    display: none;
  }
  .cid-tzrSJWrBDx .second {
    max-height: 323px;
  }
  .cid-tzrSJWrBDx .third {
    max-height: 408px;
  }
  .cid-tzrSJWrBDx .fourth {
    max-height: 323px;
  }
  .cid-tzrSJWrBDx .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tzrSJWrBDx .second {
    max-height: 250px;
  }
  .cid-tzrSJWrBDx .third {
    max-height: 340px;
  }
  .cid-tzrSJWrBDx .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tzrSJWrBDx .second {
    max-height: 180px;
  }
  .cid-tzrSJWrBDx .third {
    max-height: 270px;
  }
  .cid-tzrSJWrBDx .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tzrSJWrBDx .second {
    display: none;
  }
  .cid-tzrSJWrBDx .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tzrSJWrBDx .fourth {
    display: none;
  }
}
.cid-tzsAQVgQvq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzsAQVgQvq .mbr-section-subtitle {
  text-align: center;
}
.cid-tzrSJX9ooN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzrSJXDDUi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzrSJXDDUi nav.navbar {
  position: fixed;
}
.cid-tzrSJXDDUi .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-tzrSJXDDUi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzrSJXDDUi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzrSJXDDUi .dropdown-item:hover,
.cid-tzrSJXDDUi .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tzrSJXDDUi .dropdown-item:hover span {
  color: white;
}
.cid-tzrSJXDDUi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzrSJXDDUi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzrSJXDDUi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzrSJXDDUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzrSJXDDUi .nav-link {
  position: relative;
}
.cid-tzrSJXDDUi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzrSJXDDUi .container {
    flex-wrap: nowrap;
  }
}
.cid-tzrSJXDDUi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzrSJXDDUi .dropdown-menu,
.cid-tzrSJXDDUi .navbar.opened {
  background: #ffffff !important;
}
.cid-tzrSJXDDUi .nav-item:focus,
.cid-tzrSJXDDUi .nav-link:focus {
  outline: none;
}
.cid-tzrSJXDDUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzrSJXDDUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzrSJXDDUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzrSJXDDUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzrSJXDDUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzrSJXDDUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzrSJXDDUi .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: #ffffff;
}
.cid-tzrSJXDDUi .navbar.opened {
  transition: all 0.3s;
}
.cid-tzrSJXDDUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzrSJXDDUi .navbar .navbar-logo img {
  width: auto;
}
.cid-tzrSJXDDUi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzrSJXDDUi .navbar.collapsed {
  justify-content: center;
}
.cid-tzrSJXDDUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzrSJXDDUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzrSJXDDUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzrSJXDDUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzrSJXDDUi .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-tzrSJXDDUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzrSJXDDUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzrSJXDDUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzrSJXDDUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzrSJXDDUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzrSJXDDUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzrSJXDDUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzrSJXDDUi .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-tzrSJXDDUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzrSJXDDUi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzrSJXDDUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzrSJXDDUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzrSJXDDUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzrSJXDDUi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzrSJXDDUi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzrSJXDDUi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzrSJXDDUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzrSJXDDUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzrSJXDDUi .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-tzrSJXDDUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzrSJXDDUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzrSJXDDUi .dropdown-item.active,
.cid-tzrSJXDDUi .dropdown-item:active {
  background-color: transparent;
}
.cid-tzrSJXDDUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzrSJXDDUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzrSJXDDUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzrSJXDDUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzrSJXDDUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzrSJXDDUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzrSJXDDUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzrSJXDDUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzrSJXDDUi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzrSJXDDUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tzrSJXDDUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzrSJXDDUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzrSJXDDUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzrSJXDDUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzrSJXDDUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzrSJXDDUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzrSJXDDUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzrSJXDDUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzrSJXDDUi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzrSJXDDUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzrSJXDDUi .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-tzrSJXDDUi .navbar {
    height: 70px;
  }
  .cid-tzrSJXDDUi .navbar.opened {
    height: auto;
  }
  .cid-tzrSJXDDUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tztzVstoSq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/handyman-1433x586.jpg");
}
.cid-tztzVstoSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tztzVstoSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tztzVstoSq .mbr-text,
.cid-tztzVstoSq .mbr-section-btn {
  color: #232323;
}
.cid-tztzVstoSq .card-title,
.cid-tztzVstoSq .card-box {
  color: #ffffff;
}
.cid-tztzVstoSq .mbr-text,
.cid-tztzVstoSq .link-wrap {
  color: #ffffff;
}
.cid-tztzVt6PYd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzvPBPkdUg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzvPBPkdUg img,
.cid-tzvPBPkdUg .item-img {
  width: 100%;
}
.cid-tzvPBPkdUg .item:focus,
.cid-tzvPBPkdUg span:focus {
  outline: none;
}
.cid-tzvPBPkdUg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzvPBPkdUg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzvPBPkdUg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzvPBPkdUg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzvPBPkdUg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzvPBPkdUg .mbr-section-title {
  color: #232323;
}
.cid-tzvPBPkdUg .mbr-text,
.cid-tzvPBPkdUg .mbr-section-btn {
  text-align: left;
}
.cid-tzvPBPkdUg .item-title {
  text-align: left;
}
.cid-tzvPBPkdUg .item-subtitle {
  text-align: center;
}
.cid-tztzVtB91J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tztzVtB91J img,
.cid-tztzVtB91J .item-img {
  width: 100%;
}
.cid-tztzVtB91J .item:focus,
.cid-tztzVtB91J span:focus {
  outline: none;
}
.cid-tztzVtB91J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tztzVtB91J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tztzVtB91J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tztzVtB91J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tztzVtB91J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tztzVtB91J .mbr-section-title {
  color: #232323;
}
.cid-tztzVtB91J .mbr-text,
.cid-tztzVtB91J .mbr-section-btn {
  text-align: left;
}
.cid-tztzVtB91J .item-title {
  text-align: left;
}
.cid-tztzVtB91J .item-subtitle {
  text-align: center;
}
.cid-tztzVuo9Hu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tztzVuo9Hu .mbr-section-subtitle {
  text-align: center;
}
.cid-tztzVv9dKH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tztzVv9dKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tztzVv9dKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tztzVv9dKH .mbr-section-title {
  color: #000000;
}
.cid-tztzVvF9Im {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tztzVw5Qb5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tztzVw5Qb5 nav.navbar {
  position: fixed;
}
.cid-tztzVw5Qb5 .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-tztzVw5Qb5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tztzVw5Qb5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tztzVw5Qb5 .dropdown-item:hover,
.cid-tztzVw5Qb5 .dropdown-item:focus {
  background: #0644b6 !important;
  color: white !important;
}
.cid-tztzVw5Qb5 .dropdown-item:hover span {
  color: white;
}
.cid-tztzVw5Qb5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tztzVw5Qb5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tztzVw5Qb5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tztzVw5Qb5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tztzVw5Qb5 .nav-link {
  position: relative;
}
.cid-tztzVw5Qb5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tztzVw5Qb5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tztzVw5Qb5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tztzVw5Qb5 .dropdown-menu,
.cid-tztzVw5Qb5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tztzVw5Qb5 .nav-item:focus,
.cid-tztzVw5Qb5 .nav-link:focus {
  outline: none;
}
.cid-tztzVw5Qb5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tztzVw5Qb5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tztzVw5Qb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tztzVw5Qb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tztzVw5Qb5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tztzVw5Qb5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tztzVw5Qb5 .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: #ffffff;
}
.cid-tztzVw5Qb5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tztzVw5Qb5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tztzVw5Qb5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tztzVw5Qb5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tztzVw5Qb5 .navbar.collapsed {
  justify-content: center;
}
.cid-tztzVw5Qb5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tztzVw5Qb5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tztzVw5Qb5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tztzVw5Qb5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tztzVw5Qb5 .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-tztzVw5Qb5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tztzVw5Qb5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tztzVw5Qb5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tztzVw5Qb5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tztzVw5Qb5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tztzVw5Qb5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tztzVw5Qb5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tztzVw5Qb5 .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-tztzVw5Qb5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tztzVw5Qb5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tztzVw5Qb5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tztzVw5Qb5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tztzVw5Qb5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tztzVw5Qb5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tztzVw5Qb5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tztzVw5Qb5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tztzVw5Qb5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tztzVw5Qb5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tztzVw5Qb5 .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-tztzVw5Qb5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tztzVw5Qb5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tztzVw5Qb5 .dropdown-item.active,
.cid-tztzVw5Qb5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tztzVw5Qb5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tztzVw5Qb5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tztzVw5Qb5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tztzVw5Qb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tztzVw5Qb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tztzVw5Qb5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tztzVw5Qb5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tztzVw5Qb5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tztzVw5Qb5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tztzVw5Qb5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tztzVw5Qb5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tztzVw5Qb5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tztzVw5Qb5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tztzVw5Qb5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tztzVw5Qb5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tztzVw5Qb5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tztzVw5Qb5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tztzVw5Qb5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tztzVw5Qb5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tztzVw5Qb5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tztzVw5Qb5 .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-tztzVw5Qb5 .navbar {
    height: 70px;
  }
  .cid-tztzVw5Qb5 .navbar.opened {
    height: auto;
  }
  .cid-tztzVw5Qb5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
