body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((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: #ff1e1e !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff1e1e !important;
  border-color: #ff1e1e !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: #c60000 !important;
  border-color: #c60000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c60000 !important;
  border-color: #c60000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !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: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !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: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !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: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !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: #ff1e1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c60000 !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: #ff1e1e !important;
  border-color: #ff1e1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5a3e18 !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: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !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: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #ff1e1e !important;
}
.text-secondary {
  color: #9f6d2a !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b70000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e3615 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #ff1e1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff1e1e;
  border-color: #ff1e1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff1e1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeaea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #ff1e1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #ff1e1e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff1e1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff1e1e;
}
.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: #ff1e1e;
  border-bottom-color: #ff1e1e;
}
.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: #ff1e1e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9f6d2a !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='%23ff1e1e' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhy76TbnQp {
  background-image: url("../../../assets/images/2-1-2000x1000.png");
}
.cid-uhy76TbnQp .mbr-section-title,
.cid-uhy76TbnQp .mbr-section-subtitle {
  color: #879a9f;
}
.cid-uhy76TbnQp .mbr-section-text {
  color: #767676;
}
.cid-uhy76TbnQp .mbr-text,
.cid-uhy76TbnQp .typed-text,
.cid-uhy76TbnQp .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uhy76TbnQp .btn {
  margin-left: 4px !important;
}
.cid-uhy76TbnQp .animated-element {
  color: #ff1e1e;
}
.cid-uhy76TbnQp .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff1e1e;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uhy76TbnQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhy76TbnQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhy76TbnQp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhy76TbnQp .mbr-section-subtitle,
.cid-uhy76TbnQp .typed-text {
  color: #f5cc98;
  text-align: left;
}
.cid-uhy76TbnQp .mbr-section-text,
.cid-uhy76TbnQp .mbr-section-btn {
  color: #ffffff;
}
.cid-uiBihJBjpA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fdfcfc;
}
.cid-uiBihJBjpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBihJBjpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBihJBjpA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiBihJBjpA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uiBihJBjpA .container {
    padding: 0 16px;
  }
}
.cid-uiBihJBjpA .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiBihJBjpA .row {
    margin: 0 10px;
  }
}
.cid-uiBihJBjpA .row .card {
  position: relative;
  padding: 0;
}
.cid-uiBihJBjpA .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uiBihJBjpA .form-wrapper {
    padding: 20px !important;
  }
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uiBihJBjpA .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uiBihJBjpA .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-uiBihJBjpA .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uiBihJBjpA label {
  color: #192227;
}
.cid-uiBihJBjpA .mbr-section-title,
.cid-uiBihJBjpA .mbr-section-btn {
  text-align: center;
}
.cid-uiBihJBjpA H2 {
  text-align: right;
}
.cid-u8wdZsziJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8wdZsziJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8wdZsziJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8wdZsziJH .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u8wdZsziJH .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u8wdZsziJH .container {
    padding: 0 25px;
  }
}
.cid-u8wdZsziJH .row {
  justify-content: center;
}
.cid-u8wdZsziJH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8wdZsziJH .item {
  margin-bottom: 30px;
}
.cid-u8wdZsziJH .item:hover .item-wrapper .item-content,
.cid-u8wdZsziJH .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-u8wdZsziJH .item:hover .item-wrapper .item-content .mbr-role,
.cid-u8wdZsziJH .item:focus .item-wrapper .item-content .mbr-role {
  color: #ff1e1e;
}
.cid-u8wdZsziJH .item:hover .item-wrapper .item-content .mbr-name,
.cid-u8wdZsziJH .item:focus .item-wrapper .item-content .mbr-name {
  color: #ff1e1e;
}
.cid-u8wdZsziJH .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-u8wdZsziJH .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ff1e1e;
}
.cid-u8wdZsziJH .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-u8wdZsziJH .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #c69453;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u8wdZsziJH .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-u8wdZsziJH .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-u8wdZsziJH .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8wdZsziJH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8wdZsziJH .mbr-name {
  color: #000000;
}
.cid-u8wdZsziJH .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-sSw7UUU4Da {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sSw7UUU4Da .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-sSw7UUU4Da .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSw7UUU4Da .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .col-text {
    text-align: center;
  }
}
.cid-sSw7UUU4Da .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSw7UUU4Da .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .label-text {
    text-align: center !important;
  }
}
.cid-sSw7UUU4Da .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSw7UUU4Da .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-sSw7UUU4Da .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sSw7UUU4Da .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSw7UUU4Da .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSw7UUU4Da .mbr-section-title,
.cid-sSw7UUU4Da .mbr-section-btn {
  color: #ff1e1e;
}
.cid-uikOOrTMBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uikOOrTMBa .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uikOOrTMBa .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uikOOrTMBa .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uikOOrTMBa .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uikOOrTMBa .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uikOOrTMBa .label-text {
    text-align: center !important;
  }
}
.cid-uikOOrTMBa .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uikOOrTMBa .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uikOOrTMBa .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uikOOrTMBa .mbr-text {
    text-align: center !important;
  }
}
.cid-uikOOrTMBa .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uikOOrTMBa .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uikOOrTMBa .mbr-section-btn .btn {
  padding: 0;
}
.cid-uikOOrTMBa .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uikOOrTMBa .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uikOOrTMBa .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uikOOrTMBa .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uikOOrTMBa .col-cards {
    padding-left: 5%;
  }
}
.cid-uikOOrTMBa .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uikOOrTMBa .cards-wrap:hover {
  background-color: #ffffff;
}
.cid-uikOOrTMBa .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uikOOrTMBa .card:hover {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uikOOrTMBa .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uikOOrTMBa .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uikOOrTMBa .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uikOOrTMBa .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uikOOrTMBa .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uikOOrTMBa .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uikOOrTMBa .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uikOOrTMBa .card-title {
  color: #F0C48A;
  margin-bottom: 8px;
}
.cid-uikOOrTMBa .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-eYd8dMgJGW {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ff1e1e);
}
.cid-eYd8dMgJGW .mbr-section-subtitle {
  color: #1a191a;
}
.cid-eYd8dMgJGW .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 637px;
  max-width: 1060px;
  overflow: hidden;
  width: 98vw;
}
.cid-eYd8dMgJGW .container11 figure {
  background-image: url("../../../assets/images/after.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-eYd8dMgJGW #compare11 {
  background-image: url("../../../assets/images/before.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-eYd8dMgJGW input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-eYd8dMgJGW input#slider11::-moz-range-track {
  background: transparent;
}
.cid-eYd8dMgJGW input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-eYd8dMgJGW input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-eYd8dMgJGW input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-eYd8dMgJGW input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-eYd8dMgJGW input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-eYd8dMgJGW input#slider::-ms-tooltip {
  display: none;
}
.cid-eYd8dMgJGW #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-eYd8dMgJGW H2 {
  color: #ffffff;
}
.cid-uhyOYPBlbG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhyOYPBlbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyOYPBlbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyOYPBlbG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uhyOYPBlbG .mbr-section-title {
  color: #24262b;
}
.cid-uhyOYPBlbG .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uhyOYPBlbG .cards-row {
  row-gap: 32px;
}
.cid-uhyOYPBlbG .card {
  border-radius: 0;
}
.cid-uhyOYPBlbG .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhyOYPBlbG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uhyOYPBlbG .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-uhyOYPBlbG .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uhyOYPBlbG .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #ff1e1e;
}
.cid-uhyOYPBlbG .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uhyOYPBlbG .card-subtitle {
  color: #24262b;
  text-align: left;
}
.cid-uhyOYPBlbG .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uhyOYPBlbG .card-name {
  color: #c69453;
}
.cid-uhyOYPBlbG .card-text {
  color: #24262b;
}
.cid-WA4orG8caB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c69453;
}
.cid-WA4orG8caB .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-WA4orG8caB .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-WA4orG8caB .mbr-section-title {
  padding-bottom: 45px;
  color: #ffffff;
  text-align: center;
}
.cid-WA4orG8caB .text-block {
  color: #000000;
  margin-bottom: 45px;
  text-align: center;
}
.cid-WA4orG8caB .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-WA4orG8caB .name {
  width: auto;
  padding: 0;
  line-height: 3;
}
.cid-WA4orG8caB .progress {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 37px;
  margin-top: 12px;
  background: #a06e2c;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-WA4orG8caB .progress-bar {
  color: #ffffff;
  height: 37px !important;
  transition: width 1s ease-in-out;
  padding-right: 15px;
  border-radius: 12px;
  line-height: 37px;
  text-align: right;
}
.cid-WA4orG8caB .pgrbr1 {
  background-color: #d01b1b;
  width: 100%;
}
.cid-WA4orG8caB .pgrbr2 {
  background-color: #1a1e21;
  width: 100%;
}
.cid-WA4orG8caB .pgrbr3 {
  background-color: #f0c48a;
  width: 100%;
}
.cid-WA4orG8caB .pgrbr4 {
  background-color: #ef00ff;
  width: 68%;
}
.cid-WA4orG8caB .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-WA4orG8caB .progressbar-numero1:before {
  content: '100%';
}
.cid-WA4orG8caB .progressbar-numero2:before {
  content: '100%';
}
.cid-WA4orG8caB .progressbar-numero3:before {
  content: '100%';
}
.cid-WA4orG8caB .progressbar-numero4:before {
  content: '68%';
}
.cid-WA4orG8caB .progressbar-numero5:before {
  content: '58%';
}
.cid-WA4orG8caB .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-WA4orG8caB .text-wrapper {
    margin-top: 30px;
  }
  .cid-WA4orG8caB .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-WA4orG8caB .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-WA4orG8caB .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-WA4orG8caB .reset {
  width: 0%;
}
.cid-WA4orG8caB P {
  text-align: right;
  color: #ffffff;
}
.cid-u8wqRT1kgg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8wqRT1kgg h6 {
  line-height: 1.2;
}
.cid-u8wqRT1kgg img,
.cid-u8wqRT1kgg .item-img {
  width: 100%;
  height: 100%;
}
.cid-u8wqRT1kgg .item:focus,
.cid-u8wqRT1kgg span:focus {
  outline: none;
}
.cid-u8wqRT1kgg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u8wqRT1kgg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u8wqRT1kgg .mbr-section-title {
  color: #000000;
}
.cid-u8wqRT1kgg .mbr-text,
.cid-u8wqRT1kgg .mbr-section-btn {
  color: #000000;
}
.cid-u8wqRT1kgg .item-title {
  color: #000000;
  text-align: center;
}
.cid-u8wqRT1kgg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8wqRT1kgg .item-text {
  color: #000000;
  text-align: center;
}
.cid-u8wqRT1kgg .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u8wqRT1kgg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sSw6XGqytG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSw6XGqytG .row {
  justify-content: center;
}
.cid-sSw6XGqytG img,
.cid-sSw6XGqytG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSw6XGqytG .item:focus,
.cid-sSw6XGqytG span:focus {
  outline: none;
}
.cid-sSw6XGqytG .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSw6XGqytG .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSw6XGqytG .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-sSw6XGqytG .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-sSw6XGqytG .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSw6XGqytG .item-wrapper .btn-primary:hover span {
  color: #ff1e1e !important;
}
.cid-sSw6XGqytG .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-sSw6XGqytG .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-sSw6XGqytG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sSw6XGqytG .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-sSw6XGqytG .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-sSw6XGqytG .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-sSw6XGqytG .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-sSw6XGqytG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .label-text {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sSw6XGqytG .mbr-text {
  color: #ffffff;
}
.cid-sSw6XGqytG .item-title {
  color: #ffffff;
}
.cid-sSw6XGqytG .item-subtitle {
  color: #ffffff;
}
.cid-sSw6XGqytG .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-sSw6XGqytG .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-sSw6XGqytG .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSw6XGqytG .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSw6XGqytG .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSw6XGqytG .mbr-section-subtitle {
  text-align: center;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhz39lhX2b {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhz39lhX2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhz39lhX2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhz39lhX2b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhz39lhX2b .row {
  flex-direction: row-reverse;
}
.cid-uhz39lhX2b img {
  width: 100%;
}
.cid-u9rm9c4d26 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9rm9c4d26 .mbr-text {
  color: #000000;
}
.cid-u9rm9c4d26 .mbr-section-subtitle {
  color: #000000;
}
.cid-u9rm9c4d26 .mbr-section-title {
  color: #000000;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhz3HPNKET {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhz3HPNKET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhz3HPNKET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhz3HPNKET .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhz3HPNKET .row {
  flex-direction: row-reverse;
}
.cid-uhz3HPNKET img {
  width: 100%;
}
.cid-u9rk91a8h2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9rk91a8h2 .mbr-text {
  color: #000000;
}
.cid-u9rk91a8h2 .mbr-section-subtitle {
  color: #000000;
}
.cid-u9rk91a8h2 .mbr-section-title {
  color: #000000;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-iL-64440]
- scsi: fnic: Add functionality in fnic to support FDLS (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add and integrate support for FIP (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add and integrate support for FDMI (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add Cisco hardware model names (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add support for unsolicited requests and responses (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add support for target based solicited requests and responses (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add support for fabric based solicited requests and responses (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add headers and definitions for FDLS (Karan Kumar) [RHEL-64440]
- scsi: fnic: Replace shost_printk() with dev_info()/dev_err() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0) (Karan Kumar) [RHEL-64440]
- scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues (Karan Kumar) [RHEL-64440]
- scsi: fnic: Move flush_work initialization out of if block (Karan Kumar) [RHEL-64440]
- scsi: fnic: Move fnic_fnic_flush_tx() to a work queue (Karan Kumar) [RHEL-64440]
- scsi: fnic: Convert snprintf() to sysfs_emit() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Clean up some inconsistent indenting (Karan Kumar) [RHEL-64440]
- scsi: fnic: unlock on error path in fnic_queuecommand() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Increment driver version (Karan Kumar) [RHEL-64440]
- scsi: fnic: Improve logs and add support for multiqueue (MQ) (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add support for multiqueue (MQ) in fnic driver (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c (Karan Kumar) [RHEL-64440]
- scsi: fnic: Remove usage of host_lock (Karan Kumar) [RHEL-64440]
- scsi: fnic: Define stats to track multiqueue (MQ) IOs (Karan Kumar) [RHEL-64440]
- scsi: fnic: Modify ISRs to support multiqueue (MQ) (Karan Kumar) [RHEL-64440]
- scsi: fnic: Refactor and redefine fnic.h for multiqueue (Karan Kumar) [RHEL-64440]
- scsi: fnic: Get copy workqueue count and interrupt mode from config (Karan Kumar) [RHEL-64440]
- scsi: fnic: Rename wq_copy to hw_copy_wq (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add and improve log messages (Karan Kumar) [RHEL-64440]
- scsi: fnic: Add and use fnic number (Karan Kumar) [RHEL-64440]
- scsi: fnic: Modify definitions to sync with VIC firmware (Karan Kumar) [RHEL-64440]
- scsi: fnic: Return error if vmalloc() failed (Karan Kumar) [RHEL-64440]
- scsi: fnic: Clean up some inconsistent indenting (Karan Kumar) [RHEL-64440]
- scsi: fnic: Fix sg_reset success path (Karan Kumar) [RHEL-64440]
- scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Replace sgreset tag with max_tag_id (Karan Kumar) [RHEL-64440]
- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Use vmalloc_array() and vcalloc() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Use vzalloc() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Refactor code in fnic probe to initialize SCSI layer (Karan Kumar) [RHEL-64440]
- scsi: fnic: Replace DMA mask of 64 bits with 47 bits (Karan Kumar) [RHEL-64440]
- scsi: fnic: Remove unneeded flush_workqueue() (Karan Kumar) [RHEL-64440]
- scsi: fnic: Remove redundant NULL check (Karan Kumar) [RHEL-64440]
- scsi: fnic: Stop using the SCSI pointer (Karan Kumar) [RHEL-64440]
- scsi: fnic: Fix a tracing statement (Karan Kumar) [RHEL-64440]
- scsi: fnic: Call scsi_done() directly (Karan Kumar) [RHEL-64440]
- tools/power turbostat: v2025.05.06 (David Arcari) [RHEL-86839]
- tools/power turbostat: disable "cpuidle" invocation counters, by default (David Arcari) [RHEL-86839]
- tools/power turbostat: re-factor sysfs code (David Arcari) [RHEL-86839]
- tools/power turbostat: Restore GFX sysfs fflush() call (David Arcari) [RHEL-86839]
- tools/power turbostat: Document GNR UncMHz domain convention (David Arcari) [RHEL-86839]
- tools/power turbostat: report CoreThr per measurement interval (David Arcari) [RHEL-86839]
- tools/power turbostat: Increase CPU_SUBSall 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhz43lBKag {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhz43lBKag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhz43lBKag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhz43lBKag .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhz43lBKag .row {
  flex-direction: row-reverse;
}
.cid-uhz43lBKag img {
  width: 100%;
}
.cid-u9rivi1RHn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9rivi1RHn .mbr-text {
  color: #000000;
}
.cid-u9rivi1RHn .mbr-section-subtitle {
  color: #000000;
}
.cid-u9rivi1RHn .mbr-section-title {
  color: #000000;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8NATc5RCh {
  background-image: url("../../../assets/images/roof-2000x1000.png");
}
.cid-u8NATc5RCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NATc5RCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8NATc5RCh .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u8NATc5RCh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u8NATc5RCh .container {
    padding: 0 25px;
  }
}
.cid-u8NATc5RCh .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-u8NATc5RCh .title-wrapper {
    padding: 0;
  }
}
.cid-u8NATc5RCh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8NATc5RCh .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-u8NATc5RCh .mbr-section-title {
  color: #ffffff;
}
.cid-u8NATc5RCh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u8NATc5RCh .mbr-section-title,
.cid-u8NATc5RCh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8NCI2PJkE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8NCI2PJkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NCI2PJkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8NCI2PJkE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u8NCI2PJkE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u8NCI2PJkE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8NCI2PJkE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u8NCI2PJkE .container {
    padding: 0 16px;
  }
}
.cid-u8NCI2PJkE .row {
  justify-content: center;
}
.cid-u8NCI2PJkE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u8NCI2PJkE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u8NCI2PJkE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8NCI2PJkE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8NCI2PJkE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8NCI2PJkE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uhynayQf3C {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uhynayQf3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhynayQf3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhynayQf3C .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhynayQf3C .container-fluid {
    padding: 0;
  }
}
.cid-uhynayQf3C .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uhynayQf3C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhynayQf3C .container {
    padding: 0 16px;
  }
}
.cid-uhynayQf3C .item {
  margin-bottom: 32px;
}
.cid-uhynayQf3C .item .item-wrapper {
  height: 100%;
}
.cid-uhynayQf3C .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhynayQf3C .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uhynayQf3C .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff1e1e;
  font-size: 100px;
  width: 220px;
  height: 220px;
  border: 10px solid #ff1e1e;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uhynayQf3C .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    width: 160px;
    height: 160px;
    font-size: 64px;
  }
}
.cid-uhynayQf3C .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uhynayQf3C .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uhynayQf3C .card-title {
  color: #ffffff;
}
.cid-uhynayQf3C .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uhynayQf3C .card-title,
.cid-uhynayQf3C .icon-wrapper {
  text-align: center;
  color: #c69453;
}
.cid-u8NDViyTzN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8NDViyTzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NDViyTzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8NDViyTzN .row {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u8NDViyTzN .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-u8NDViyTzN .title-wrapper .mbr-desc {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u8NDViyTzN .title-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-u8NDViyTzN .title-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-u8NDViyTzN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u8NDViyTzN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8NDViyTzN .nav.nav-tabs {
  border: none;
  display: inline-flex;
  justify-content: center;
}
.cid-u8NDViyTzN .nav.nav-tabs .nav-item {
  margin: 0 15px 15px 0;
}
.cid-u8NDViyTzN .nav.nav-tabs .nav-item .nav-link {
  padding: 0 24px;
  min-height: 60px;
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #ff1e1e;
  position: relative;
}
.cid-u8NDViyTzN .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c69453;
}
.cid-u8NDViyTzN .tab-content {
  margin-bottom: 24px;
}
.cid-u8NDViyTzN .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-u8NDViyTzN .card:first-child {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u8NDViyTzN .card:first-child {
    padding: 0 100px 0 16px;
  }
}
.cid-u8NDViyTzN .card:last-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1100px) {
  .cid-u8NDViyTzN .image-wrapper {
    overflow: hidden;
  }
}
.cid-u8NDViyTzN .image-wrapper .card-wrapper {
  margin: 0 0 20px 0;
  background-color: #ff1e1e;
  border-radius: 20px;
  max-width: 290px;
  min-width: 200px;
  height: 290px;
}
@media (max-width: 1300px) {
  .cid-u8NDViyTzN .image-wrapper .card-wrapper {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-u8NDViyTzN .image-wrapper .card-wrapper {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-u8NDViyTzN .image-wrapper .image {
    margin-top: 40px;
  }
}
.cid-u8NDViyTzN .image-wrapper .image img {
  max-width: 290px;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 20px 20px 0;
}
@media (max-width: 992px) {
  .cid-u8NDViyTzN .image-wrapper .image img {
    max-width: none;
    height: 450px;
    width: 100%;
  }
}
.cid-u8NDViyTzN .image-wrapper:last-child {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-u8NDViyTzN .image-wrapper:last-child {
    display: none;
  }
}
.cid-u8NDViyTzN .image-wrapper:last-child .card-wrapper {
  margin-right: 0;
  min-width: 248px;
  max-width: 290px;
}
@media (max-width: 1300px) {
  .cid-u8NDViyTzN .image-wrapper:last-child .card-wrapper {
    min-width: 150px;
  }
}
.cid-u8NDViyTzN .image-wrapper:last-child .card-wrapper:first-child {
  height: 430px;
}
.cid-u8NDViyTzN .image-wrapper:last-child .card-wrapper:nth-child(2) {
  height: 340px;
}
.cid-u8NDViyTzN .image-wrapper:last-child .card-wrapper:last-child {
  height: 340px;
}
.cid-u8NDViyTzN .mbr-desc {
  color: #005c62;
}
.cid-u8NDViyTzN .mbr-section-title {
  color: #005c62;
}
.cid-u8NDViyTzN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u8NDViyTzN .mbr-section-title,
.cid-u8NDViyTzN .tabs-wrapper,
.cid-u8NDViyTzN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8NNGydvsv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-u8NNGydvsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NNGydvsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8NNGydvsv .row {
  flex-direction: row-reverse;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uidlyGard3 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uidlyGard3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidlyGard3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidlyGard3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uidlyGard3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uidlyGard3 .container {
    padding: 0 16px;
  }
}
.cid-uidlyGard3 .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uidlyGard3 .row {
    margin: 0 10px;
  }
}
.cid-uidlyGard3 .row .card {
  position: relative;
  padding: 0;
}
.cid-uidlyGard3 .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uidlyGard3 .form-wrapper {
    padding: 20px !important;
  }
}
.cid-uidlyGard3 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uidlyGard3 .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uidlyGard3 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uidlyGard3 .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-uidlyGard3 .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uidlyGard3 label {
  color: #192227;
}
.cid-uidlyGard3 .mbr-section-title,
.cid-uidlyGard3 .mbr-section-btn {
  text-align: center;
}
.cid-uidlyGard3 H2 {
  text-align: right;
}
.cid-uidoxfAd1w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uidoxfAd1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidoxfAd1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidoxfAd1w .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-uidoxfAd1w .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-uidoxfAd1w .container {
    max-width: 1400px;
  }
}
.cid-uidoxfAd1w .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff1e1e;
  margin-bottom: 2rem;
}
.cid-uidoxfAd1w .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-uidoxfAd1w .row {
  justify-content: center;
}
.cid-uidoxfAd1w .card-title,
.cid-uidoxfAd1w .iconfont-wrapper,
.cid-uidoxfAd1w .dot {
  color: #000000;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uidztXW2Oy {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uidztXW2Oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidztXW2Oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidztXW2Oy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uidztXW2Oy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uidztXW2Oy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uidztXW2Oy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uidztXW2Oy .container {
    padding: 0 16px;
  }
}
.cid-uidztXW2Oy .row {
  justify-content: center;
}
.cid-uidztXW2Oy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uidztXW2Oy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uidztXW2Oy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uidztXW2Oy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uidztXW2Oy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uidztXW2Oy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uidPvblL3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uidPvblL3T nav.navbar {
  position: fixed;
}
.cid-uidPvblL3T .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-uidPvblL3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uidPvblL3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uidPvblL3T .dropdown-item:hover,
.cid-uidPvblL3T .dropdown-item:focus {
  background: #ff1e1e !important;
  color: white !important;
}
.cid-uidPvblL3T .dropdown-item:hover span {
  color: white;
}
.cid-uidPvblL3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uidPvblL3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uidPvblL3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uidPvblL3T .nav-link {
  position: relative;
}
.cid-uidPvblL3T .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .container {
    flex-wrap: nowrap;
  }
}
.cid-uidPvblL3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uidPvblL3T .dropdown-menu,
.cid-uidPvblL3T .navbar.opened {
  background: #ffffff !important;
}
.cid-uidPvblL3T .nav-item:focus,
.cid-uidPvblL3T .nav-link:focus {
  outline: none;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uidPvblL3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uidPvblL3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uidPvblL3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uidPvblL3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uidPvblL3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uidPvblL3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uidPvblL3T .navbar.collapsed {
  justify-content: center;
}
.cid-uidPvblL3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uidPvblL3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uidPvblL3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uidPvblL3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uidPvblL3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uidPvblL3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uidPvblL3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uidPvblL3T .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-uidPvblL3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uidPvblL3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uidPvblL3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uidPvblL3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uidPvblL3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uidPvblL3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uidPvblL3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uidPvblL3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uidPvblL3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uidPvblL3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uidPvblL3T .dropdown-item.active,
.cid-uidPvblL3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uidPvblL3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uidPvblL3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uidPvblL3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uidPvblL3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uidPvblL3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uidPvblL3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uidPvblL3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uidPvblL3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uidPvblL3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uidPvblL3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uidPvblL3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uidPvblL3T .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-uidPvblL3T .navbar {
    height: 70px;
  }
  .cid-uidPvblL3T .navbar.opened {
    height: auto;
  }
  .cid-uidPvblL3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uidxXbuRQN {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uidxXbuRQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidxXbuRQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidxXbuRQN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uidxXbuRQN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uidxXbuRQN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uidxXbuRQN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uidxXbuRQN .container {
    padding: 0 16px;
  }
}
.cid-uidxXbuRQN .row {
  justify-content: center;
}
.cid-uidxXbuRQN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uidxXbuRQN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uidxXbuRQN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uidxXbuRQN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uidxXbuRQN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uidxXbuRQN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uidGpk8Am9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-contractor-1920x960.jpg");
}
.cid-uidGpk8Am9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidGpk8Am9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidGpk8Am9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-uidGpk8Am9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-uidGpk8Am9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .list {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uidGpk8Am9 .list li:hover {
  color: #9f6d2a;
}
.cid-uidGpk8Am9 .copyright {
  margin: 32px 0 0 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidGpk8Am9 .copyright {
    text-align: center;
  }
}
.cid-uidGpk8Am9 .mbr-soc,
.cid-uidGpk8Am9 .mbr-iconfont {
  color: #e8e8e8;
}
