body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Crimson Text', serif;
  font-size: 7.88rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.85rem;
}
.display-2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.13rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6625rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.38rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.725rem;
}
.display-5 {
  font-family: 'Crimson Text', serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.304rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.516rem;
    font-size: calc( 3.4079999999999995rem + (7.88 - 3.4079999999999995) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 1.704rem;
    font-size: calc( 1.3955rem + (2.13 - 1.3955) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.104rem;
    font-size: calc( 1.133rem + (1.38 - 1.133) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.133rem + (1.38 - 1.133) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #f35c16 !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #7232bd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f35c16 !important;
  border-color: #f35c16 !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: #aa3c09 !important;
  border-color: #aa3c09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aa3c09 !important;
  border-color: #aa3c09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !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: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !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: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !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: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7232bd !important;
  border-color: #7232bd !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: #492078 !important;
  border-color: #492078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !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: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f35c16;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aa3c09 !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: #f35c16 !important;
  border-color: #f35c16 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !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: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !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: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !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: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7232bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #492078 !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: #7232bd !important;
  border-color: #7232bd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #f35c16 !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #7232bd !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9b3708 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #411d6c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !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: #f35c16;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #7232bd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f35c16;
  border-color: #f35c16;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f35c16;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde4d8;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b48ee1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Crimson Text', serif;
  font-size: 1.38rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.725rem;
}
.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: #f35c16 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Text', serif;
  font-size: 1.38rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.725rem;
}
blockquote {
  border-color: #f35c16;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f35c16;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f35c16;
}
.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: #f35c16;
  border-bottom-color: #f35c16;
}
.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: #f35c16 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1da1f2 !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='%23f35c16' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #f35c16 !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tNauv9ICzi .navbar-dropdown {
  background-color: #eff3f3 !important;
  padding: 0;
}
.cid-tNauv9ICzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eff3f3 !important;
  background: #eff3f3;
}
.cid-tNauv9ICzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNauv9ICzi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNauv9ICzi .menu_box .navbar.opened,
  .cid-tNauv9ICzi .menu_box .navbar-collapse {
    background-color: #eff3f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNauv9ICzi .navbar-dropdown {
  position: relative !important;
}
.cid-tNauv9ICzi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNauv9ICzi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNauv9ICzi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2f2e30;
  }
  .cid-tNauv9ICzi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNauv9ICzi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNauv9ICzi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNauv9ICzi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNauv9ICzi .offcanvas-body .mbr-text,
  .cid-tNauv9ICzi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNauv9ICzi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2f2e30;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNauv9ICzi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNauv9ICzi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNauv9ICzi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNauv9ICzi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNauv9ICzi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNauv9ICzi .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNauv9ICzi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tNauv9ICzi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNauv9ICzi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .nav-item {
    margin: 0 !important;
  }
}
.cid-tNauv9ICzi .nav-item .nav-link:hover,
.cid-tNauv9ICzi .nav-item .nav-link:focus {
  opacity: .5;
  color: #f35c16 !important;
  transition: all 0.3s ease-out;
}
.cid-tNauv9ICzi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNauv9ICzi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNauv9ICzi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNauv9ICzi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNauv9ICzi .offcanvas_box {
    display: none;
  }
}
.cid-tNauv9ICzi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNauv9ICzi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNauv9ICzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNauv9ICzi .container {
  display: flex;
  margin: auto;
}
.cid-tNauv9ICzi .iconfont-wrapper {
  color: #2f2e30;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNauv9ICzi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNauv9ICzi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNauv9ICzi .navbar-caption {
  color: #2f2e30;
}
.cid-tNauv9ICzi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .navbar-nav {
    margin: 0;
  }
}
.cid-tNauv9ICzi .dropdown-menu,
.cid-tNauv9ICzi .navbar.opened {
  background-color: false !important;
}
.cid-tNauv9ICzi .nav-item:focus,
.cid-tNauv9ICzi .nav-link:focus {
  outline: none;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNauv9ICzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNauv9ICzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNauv9ICzi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNauv9ICzi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNauv9ICzi .navbar.opened {
  transition: all 0.3s;
}
.cid-tNauv9ICzi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNauv9ICzi .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tNauv9ICzi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNauv9ICzi .navbar.collapsed {
  justify-content: center;
}
.cid-tNauv9ICzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNauv9ICzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNauv9ICzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNauv9ICzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNauv9ICzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNauv9ICzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNauv9ICzi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNauv9ICzi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNauv9ICzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNauv9ICzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNauv9ICzi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNauv9ICzi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNauv9ICzi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNauv9ICzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNauv9ICzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNauv9ICzi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNauv9ICzi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNauv9ICzi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNauv9ICzi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNauv9ICzi .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-tNauv9ICzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNauv9ICzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNauv9ICzi .dropdown-item.active,
.cid-tNauv9ICzi .dropdown-item:active {
  background-color: transparent;
}
.cid-tNauv9ICzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNauv9ICzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNauv9ICzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNauv9ICzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNauv9ICzi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNauv9ICzi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNauv9ICzi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eff3f3;
  background: #a0ffc2;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2f2e30;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNauv9ICzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNauv9ICzi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNauv9ICzi .navbar {
    height: 70px;
  }
  .cid-tNauv9ICzi .navbar.opened {
    height: auto;
  }
  .cid-tNauv9ICzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNauv9ICzi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNauv9ICzi .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tNauv9ICzi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 170px;
}
@media (max-width: 992px) {
  .cid-tNauv9ICzi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNauv9ICzi .navbar-caption:hover {
  color: #f35c16;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNauv9ICzi .text_widget {
  margin-bottom: 32px;
}
.cid-tNauv9ICzi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNauv9ICzi .text_widget a:hover {
  opacity: .5;
}
.cid-tNauv9ICzi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNauv9ICzi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNauv9ICzi .mbr-section-subtitle,
.cid-tNauv9ICzi .text_widget,
.cid-tNauv9ICzi .mbr-section-btn {
  text-align: center;
}
.cid-tNauv9ICzi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNh0u7WdBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNh0u7WdBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNh0u7WdBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNh0u7WdBe .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNh0u7WdBe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNh0u7WdBe .container {
    padding: 0 20px;
  }
}
.cid-tNh0u7WdBe .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-tNh0u7WdBe .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tNh0u7WdBe .row img {
    height: 300px;
  }
}
.cid-tNaAWvDEOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNaAWvDEOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNaAWvDEOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNaAWvDEOZ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNaAWvDEOZ .label-text {
  color: #747474;
}
.cid-tNaAWvDEOZ .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNaAWvDEOZ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNaAWvDEOZ .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tNaAWvDEOZ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNaAWvDEOZ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-tNh2cUSM5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNh2cUSM5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNh2cUSM5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNh2cUSM5h .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-tNh2cUSM5h .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-tNh2cUSM5h .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tNh2cUSM5h .item-img {
    width: 100%;
  }
}
.cid-tNh2cUSM5h .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tNh2cUSM5h .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tNh2cUSM5h .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNh2cUSM5h .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNh2cUSM5h .card-title {
  color: #131313;
}
.cid-tNh2cUSM5h .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tNh2cUSM5h .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tNh2cUSM5h .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tNh2cUSM5h .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tNh2cUSM5h .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tNh2cUSM5h .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tNh2cUSM5h .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tNh2cUSM5h .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-topwFWlOlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-topwFWlOlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-topwFWlOlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topwFWlOlL .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-topwFWlOlL .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-topwFWlOlL .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-topwFWlOlL .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-topwFWlOlL .mbr-section-btn {
  padding-top: 40px;
}
.cid-topwFWlOlL .mbr-text,
.cid-topwFWlOlL .mbr-section-btn {
  text-align: left;
  color: #0a0410;
}
.cid-tNb2aStat7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNb2aStat7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNb2aStat7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNb2aStat7 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tNb2aStat7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNb2aStat7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNb2aStat7 .mbr-section-title {
  color: #131313;
}
.cid-tNb2aStat7 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNb2aStat7 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tNb2aStat7 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tNb2aStat7 .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tNb2aStat7 .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tNb2aStat7 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNb2aStat7 .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tNb2aStat7 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tNb2aStat7 .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tNb2aStat7 .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tNb2aStat7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tNb2aStat7 .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tNb2aStat7 .content-wrap {
    margin-top: 0;
  }
}
.cid-tNb2aStat7 .card-title {
  color: #131313;
}
.cid-tNb2aStat7 .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNb2aStat7 .card-text {
    margin-top: 15px;
  }
}
.cid-tNb2aStat7 .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNb2aStat7 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNb2aStat7 .card-link {
    margin-top: 15px;
  }
}
.cid-tNb2aStat7 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tNaED826i8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNaED826i8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNaED826i8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNaED826i8 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNaED826i8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNaED826i8 .container {
    padding: 0 30px;
  }
}
.cid-tNaED826i8 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNaED826i8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNaED826i8 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ddc4e9;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tNaED826i8 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNaED826i8 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tNaED826i8 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNaED826i8 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNaED826i8 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNaED826i8 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNaED826i8 .mbr-section-title {
  color: #ffffff;
}
.cid-tNaED826i8 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNaED826i8 .mbr-text {
  color: #4E4E4E;
}
.cid-tNaED826i8 .mbr-number {
  color: #FE5115;
}
.cid-tNaKBmTXJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNaKBmTXJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNaKBmTXJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNaKBmTXJT .container {
    padding: 0 20px;
  }
}
.cid-tNaKBmTXJT .row {
  margin: 0;
}
.cid-tNaKBmTXJT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNaKBmTXJT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNaKBmTXJT .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNaKBmTXJT .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNaKBmTXJT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNaKBmTXJT .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNaKBmTXJT .mbr-section-title {
  color: #ffffff;
}
.cid-topxbiJT0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topxbiJT0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-topxbiJT0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topxbiJT0t .text-wrap {
  width: 100%;
}
.cid-topxbiJT0t .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topxbiJT0t .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-topxbiJT0t .list-wrap {
  margin-top: 52px;
}
.cid-topxbiJT0t .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-topxbiJT0t .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-topxbiJT0t .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-topxbiJT0t .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-topybGt0lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddc4e9;
}
.cid-topybGt0lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-topybGt0lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topybGt0lg .section-head {
  margin-bottom: 50px;
}
.cid-topybGt0lg .mbr-section-title {
  color: #000000;
}
.cid-topybGt0lg .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-topybGt0lg .card {
  padding: 0;
}
.cid-topybGt0lg .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-topybGt0lg .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-topybGt0lg .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-topybGt0lg .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-topybGt0lg .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-topybGt0lg .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-topybGt0lg .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-topybGt0lg .sign {
  display: none !important;
}
.cid-topybGt0lg .panel-title-edit {
  color: #000000;
}
.cid-topybGt0lg .panel-body {
  padding: 15px 0;
}
.cid-topybGt0lg .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-topBQiMOhF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topBQiMOhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-topBQiMOhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topBQiMOhF .text-wrap {
  width: 100%;
}
.cid-topBQiMOhF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topBQiMOhF .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-topBQiMOhF .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-topzh9Cwfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topzh9Cwfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-topzh9Cwfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topzh9Cwfl .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-topzh9Cwfl .main-container {
    margin-bottom: 70px;
  }
}
.cid-topzh9Cwfl .mbr-title {
  color: #000000;
}
.cid-topzh9Cwfl .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-topzh9Cwfl .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-topzh9Cwfl .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-topzh9Cwfl .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-topzh9Cwfl .card {
  border-radius: 0;
}
.cid-topzh9Cwfl .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ddc4e9;
}
@media (max-width: 767px) {
  .cid-topzh9Cwfl .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-topzh9Cwfl .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-topzh9Cwfl .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-topzh9Cwfl .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-topzh9Cwfl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #1da1f2;
  margin: 0 2px;
}
.cid-topzh9Cwfl .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-topzh9Cwfl .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-topzh9Cwfl .card-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-topzh9Cwfl .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-topzh9Cwfl .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-topzh9Cwfl .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-topzh9Cwfl .card-name {
  color: #000000;
}
.cid-topzh9Cwfl .card-prof {
  color: #747474;
}
.cid-tNaD5zfroZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNaD5zfroZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNaD5zfroZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNaD5zfroZ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNaD5zfroZ .label-text {
  color: #747474;
}
.cid-tNaD5zfroZ .mbr-title {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNaD5zfroZ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNaD5zfroZ .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNaD5zfroZ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNaD5zfroZ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-topyIPxRWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topyIPxRWG .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-topyIPxRWG .mbr-section-title {
  color: #000000;
}
.cid-topyIPxRWG .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-topyIPxRWG .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-topyIPxRWG .items-row {
    gap: 30px;
  }
}
.cid-topyIPxRWG .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-topyIPxRWG .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-topyIPxRWG .item {
    width: 100%;
  }
}
.cid-topyIPxRWG .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-topyIPxRWG .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-topyIPxRWG .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.19402985;
  --bs-aspect-ratio: 1.19402985;
  object-fit: cover;
}
.cid-topyIPxRWG .item-img:hover {
  opacity: 0.7;
}
.cid-topyIPxRWG .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #e2e2e2;
}
@media (max-width: 991px) {
  .cid-topyIPxRWG .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-topyIPxRWG .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-topyIPxRWG .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-topyIPxRWG .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-topyIPxRWG .label-text {
  color: #747474;
}
.cid-topyIPxRWG .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-topyIPxRWG .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-topyIPxRWG .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-topyIPxRWG .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNbxW4VVfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/roofing11-1280x720.jpg");
}
.cid-tNbxW4VVfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbxW4VVfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbxW4VVfY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNbxW4VVfY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNbxW4VVfY .container {
    padding: 0;
  }
}
.cid-tNbxW4VVfY .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tNbxW4VVfY .row {
    min-height: 450px;
  }
}
.cid-tNg7Acl2Ch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ddc4e9;
}
.cid-tNg7Acl2Ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNg7Acl2Ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNg7Acl2Ch .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNg7Acl2Ch .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNg7Acl2Ch .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNg7Acl2Ch .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNg7Acl2Ch .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNg7Acl2Ch .mbr-section-title {
  color: #000000;
}
.cid-tNbkxsro82 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f0b2;
}
.cid-tNbkxsro82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbkxsro82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .container {
    padding: 0 16px;
  }
}
.cid-tNbkxsro82 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .card {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNbkxsro82 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tNbkxsro82 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tNbkxsro82 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNbkxsro82 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tNbkxsro82 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .mbr-section-title {
  color: #ffffff;
}
.cid-tNbkxsro82 .copyright {
  color: #ffffff;
}
.cid-tNbkxsro82 .mbr-card-title {
  color: #000000;
}
.cid-tNbkxsro82 .list {
  color: #000000;
}
.cid-tNbkxsro82 .mbr-section-title,
.cid-tNbkxsro82 .title-wrapper,
.cid-tNbkxsro82 .social-wrapper {
  color: #000000;
}
.cid-tNauv9ICzi .navbar-dropdown {
  background-color: #eff3f3 !important;
  padding: 0;
}
.cid-tNauv9ICzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eff3f3 !important;
  background: #eff3f3;
}
.cid-tNauv9ICzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNauv9ICzi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNauv9ICzi .menu_box .navbar.opened,
  .cid-tNauv9ICzi .menu_box .navbar-collapse {
    background-color: #eff3f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNauv9ICzi .navbar-dropdown {
  position: relative !important;
}
.cid-tNauv9ICzi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNauv9ICzi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNauv9ICzi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2f2e30;
  }
  .cid-tNauv9ICzi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNauv9ICzi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNauv9ICzi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNauv9ICzi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNauv9ICzi .offcanvas-body .mbr-text,
  .cid-tNauv9ICzi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNauv9ICzi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2f2e30;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNauv9ICzi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNauv9ICzi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNauv9ICzi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNauv9ICzi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNauv9ICzi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNauv9ICzi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNauv9ICzi .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNauv9ICzi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tNauv9ICzi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNauv9ICzi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .nav-item {
    margin: 0 !important;
  }
}
.cid-tNauv9ICzi .nav-item .nav-link:hover,
.cid-tNauv9ICzi .nav-item .nav-link:focus {
  opacity: .5;
  color: #f35c16 !important;
  transition: all 0.3s ease-out;
}
.cid-tNauv9ICzi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNauv9ICzi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNauv9ICzi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNauv9ICzi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNauv9ICzi .offcanvas_box {
    display: none;
  }
}
.cid-tNauv9ICzi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNauv9ICzi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNauv9ICzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNauv9ICzi .container {
  display: flex;
  margin: auto;
}
.cid-tNauv9ICzi .iconfont-wrapper {
  color: #2f2e30;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNauv9ICzi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNauv9ICzi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNauv9ICzi .navbar-caption {
  color: #2f2e30;
}
.cid-tNauv9ICzi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .navbar-nav {
    margin: 0;
  }
}
.cid-tNauv9ICzi .dropdown-menu,
.cid-tNauv9ICzi .navbar.opened {
  background-color: false !important;
}
.cid-tNauv9ICzi .nav-item:focus,
.cid-tNauv9ICzi .nav-link:focus {
  outline: none;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNauv9ICzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNauv9ICzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNauv9ICzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNauv9ICzi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNauv9ICzi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNauv9ICzi .navbar.opened {
  transition: all 0.3s;
}
.cid-tNauv9ICzi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNauv9ICzi .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tNauv9ICzi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNauv9ICzi .navbar.collapsed {
  justify-content: center;
}
.cid-tNauv9ICzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNauv9ICzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNauv9ICzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNauv9ICzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNauv9ICzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNauv9ICzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNauv9ICzi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNauv9ICzi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNauv9ICzi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNauv9ICzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNauv9ICzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNauv9ICzi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNauv9ICzi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNauv9ICzi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNauv9ICzi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNauv9ICzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNauv9ICzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNauv9ICzi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNauv9ICzi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNauv9ICzi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNauv9ICzi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNauv9ICzi .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-tNauv9ICzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNauv9ICzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNauv9ICzi .dropdown-item.active,
.cid-tNauv9ICzi .dropdown-item:active {
  background-color: transparent;
}
.cid-tNauv9ICzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNauv9ICzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNauv9ICzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNauv9ICzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNauv9ICzi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNauv9ICzi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNauv9ICzi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eff3f3;
  background: #a0ffc2;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2f2e30;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNauv9ICzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNauv9ICzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNauv9ICzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNauv9ICzi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNauv9ICzi .navbar {
    height: 70px;
  }
  .cid-tNauv9ICzi .navbar.opened {
    height: auto;
  }
  .cid-tNauv9ICzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNauv9ICzi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNauv9ICzi .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tNauv9ICzi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 170px;
}
@media (max-width: 992px) {
  .cid-tNauv9ICzi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNauv9ICzi .navbar-caption:hover {
  color: #f35c16;
}
@media (min-width: 992px) {
  .cid-tNauv9ICzi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNauv9ICzi .text_widget {
  margin-bottom: 32px;
}
.cid-tNauv9ICzi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNauv9ICzi .text_widget a:hover {
  opacity: .5;
}
.cid-tNauv9ICzi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNauv9ICzi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNauv9ICzi .mbr-section-subtitle,
.cid-tNauv9ICzi .text_widget,
.cid-tNauv9ICzi .mbr-section-btn {
  text-align: center;
}
.cid-tNauv9ICzi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNbFg600xw {
  background-image: url("../../../assets/images/roof-100-1000x1000.jpg");
}
.cid-tNbFg600xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbFg600xw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbFg600xw .container-fluid {
  padding: 0 0 0 60px;
}
@media (max-width: 992px) {
  .cid-tNbFg600xw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNbFg600xw .container {
    padding: 0 25px;
  }
}
.cid-tNbFg600xw .title-wrapper {
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tNbFg600xw .title-wrapper {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tNbFg600xw .title-wrapper .title-wrap {
    margin-bottom: 50px;
  }
}
.cid-tNbFg600xw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tNbFg600xw .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tNbFg600xw .title-wrapper .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-tNbFg600xw .title-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-tNbFg600xw .title-wrapper .image-wrapper img {
  object-fit: cover;
  height: 560px;
  border-radius: 10rem 0 0 10rem;
}
.cid-tNbFg600xw .mbr-section-title {
  color: #ffffff;
}
.cid-tNbFg600xw .mbr-text {
  color: #ffffff;
}
.cid-tNbFTHpvxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNbFTHpvxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbFTHpvxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbFTHpvxh .container-small,
.cid-tNbFTHpvxh .container-fluid {
  padding: 0 !important;
}
.cid-tNbFTHpvxh .container-small {
  max-width: 1440px;
}
.cid-tNbFTHpvxh .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #bda1ab;
}
@media (max-width: 991px) {
  .cid-tNbFTHpvxh .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNbFTHpvxh .text-box {
    padding: 50px 10px;
  }
}
.cid-tNbFTHpvxh .mbr-section-title {
  color: #131313;
}
.cid-tNbFTHpvxh .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tNbFTHpvxh .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tNbFTHpvxh .mbr-text {
    margin-top: 20px;
  }
}
.cid-tNbFTHpvxh .mbr-text a {
  text-decoration: underline;
}
.cid-tNbFTHpvxh .mbr-section-btn {
  margin-top: 34px;
}
.cid-tNbFTHpvxh .mbr-section-subtitle,
.cid-tNbFTHpvxh .mbr-section-btn {
  text-align: left;
}
.cid-tNbkxsro82 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f0b2;
}
.cid-tNbkxsro82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbkxsro82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .container {
    padding: 0 16px;
  }
}
.cid-tNbkxsro82 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .card {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tNbkxsro82 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNbkxsro82 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tNbkxsro82 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tNbkxsro82 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNbkxsro82 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tNbkxsro82 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNbkxsro82 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tNbkxsro82 .mbr-section-title {
  color: #ffffff;
}
.cid-tNbkxsro82 .copyright {
  color: #ffffff;
}
.cid-tNbkxsro82 .mbr-card-title {
  color: #000000;
}
.cid-tNbkxsro82 .list {
  color: #000000;
}
.cid-tNbkxsro82 .mbr-section-title,
.cid-tNbkxsro82 .title-wrapper,
.cid-tNbkxsro82 .social-wrapper {
  color: #000000;
}
.cid-tNgaFyv55e .navbar-dropdown {
  background-color: #eff3f3 !important;
  padding: 0;
}
.cid-tNgaFyv55e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eff3f3 !important;
  background: #eff3f3;
}
.cid-tNgaFyv55e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNgaFyv55e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNgaFyv55e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNgaFyv55e .menu_box .navbar.opened,
  .cid-tNgaFyv55e .menu_box .navbar-collapse {
    background-color: #eff3f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNgaFyv55e .navbar-dropdown {
  position: relative !important;
}
.cid-tNgaFyv55e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNgaFyv55e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNgaFyv55e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNgaFyv55e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNgaFyv55e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNgaFyv55e .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2f2e30;
  }
  .cid-tNgaFyv55e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNgaFyv55e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNgaFyv55e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNgaFyv55e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNgaFyv55e .offcanvas-body .mbr-text,
  .cid-tNgaFyv55e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNgaFyv55e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNgaFyv55e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNgaFyv55e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2f2e30;
  }
  .cid-tNgaFyv55e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNgaFyv55e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNgaFyv55e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNgaFyv55e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNgaFyv55e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNgaFyv55e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNgaFyv55e .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNgaFyv55e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNgaFyv55e li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNgaFyv55e .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNgaFyv55e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tNgaFyv55e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNgaFyv55e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNgaFyv55e .nav-item {
    margin: 0 !important;
  }
}
.cid-tNgaFyv55e .nav-item .nav-link:hover,
.cid-tNgaFyv55e .nav-item .nav-link:focus {
  opacity: .5;
  color: #f35c16 !important;
  transition: all 0.3s ease-out;
}
.cid-tNgaFyv55e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNgaFyv55e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNgaFyv55e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNgaFyv55e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNgaFyv55e .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNgaFyv55e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNgaFyv55e .offcanvas_box {
    display: none;
  }
}
.cid-tNgaFyv55e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNgaFyv55e .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNgaFyv55e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNgaFyv55e .container {
  display: flex;
  margin: auto;
}
.cid-tNgaFyv55e .iconfont-wrapper {
  color: #2f2e30;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNgaFyv55e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNgaFyv55e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNgaFyv55e .navbar-caption {
  color: #2f2e30;
}
.cid-tNgaFyv55e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNgaFyv55e .navbar-nav {
    margin: 0;
  }
}
.cid-tNgaFyv55e .dropdown-menu,
.cid-tNgaFyv55e .navbar.opened {
  background-color: false !important;
}
.cid-tNgaFyv55e .nav-item:focus,
.cid-tNgaFyv55e .nav-link:focus {
  outline: none;
}
.cid-tNgaFyv55e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNgaFyv55e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNgaFyv55e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNgaFyv55e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNgaFyv55e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNgaFyv55e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNgaFyv55e .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNgaFyv55e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNgaFyv55e .navbar.opened {
  transition: all 0.3s;
}
.cid-tNgaFyv55e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNgaFyv55e .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tNgaFyv55e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNgaFyv55e .navbar.collapsed {
  justify-content: center;
}
.cid-tNgaFyv55e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNgaFyv55e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNgaFyv55e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNgaFyv55e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNgaFyv55e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNgaFyv55e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNgaFyv55e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNgaFyv55e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNgaFyv55e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNgaFyv55e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNgaFyv55e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNgaFyv55e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNgaFyv55e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNgaFyv55e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNgaFyv55e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNgaFyv55e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNgaFyv55e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNgaFyv55e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNgaFyv55e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNgaFyv55e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNgaFyv55e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNgaFyv55e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNgaFyv55e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNgaFyv55e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNgaFyv55e .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-tNgaFyv55e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNgaFyv55e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNgaFyv55e .dropdown-item.active,
.cid-tNgaFyv55e .dropdown-item:active {
  background-color: transparent;
}
.cid-tNgaFyv55e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNgaFyv55e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNgaFyv55e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNgaFyv55e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNgaFyv55e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNgaFyv55e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNgaFyv55e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eff3f3;
  background: #a0ffc2;
}
.cid-tNgaFyv55e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2f2e30;
}
.cid-tNgaFyv55e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNgaFyv55e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNgaFyv55e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNgaFyv55e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNgaFyv55e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNgaFyv55e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNgaFyv55e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNgaFyv55e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNgaFyv55e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNgaFyv55e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNgaFyv55e .navbar {
    height: 70px;
  }
  .cid-tNgaFyv55e .navbar.opened {
    height: auto;
  }
  .cid-tNgaFyv55e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNgaFyv55e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNgaFyv55e .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tNgaFyv55e .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 170px;
}
@media (max-width: 992px) {
  .cid-tNgaFyv55e .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNgaFyv55e .navbar-caption:hover {
  color: #f35c16;
}
@media (min-width: 992px) {
  .cid-tNgaFyv55e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNgaFyv55e .text_widget {
  margin-bottom: 32px;
}
.cid-tNgaFyv55e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNgaFyv55e .text_widget a:hover {
  opacity: .5;
}
.cid-tNgaFyv55e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNgaFyv55e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNgaFyv55e .mbr-section-subtitle,
.cid-tNgaFyv55e .text_widget,
.cid-tNgaFyv55e .mbr-section-btn {
  text-align: center;
}
.cid-tNgaFyv55e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNgaFztW5q {
  background-image: url("../../../assets/images/oc-attic-1540x1027.jpg");
}
.cid-tNgaFztW5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNgaFztW5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNgaFztW5q .container-fluid {
  padding: 0 0 0 60px;
}
@media (max-width: 992px) {
  .cid-tNgaFztW5q .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tNgaFztW5q .container {
    padding: 0 25px;
  }
}
.cid-tNgaFztW5q .title-wrapper {
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tNgaFztW5q .title-wrapper {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tNgaFztW5q .title-wrapper .title-wrap {
    margin-bottom: 50px;
  }
}
.cid-tNgaFztW5q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tNgaFztW5q .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tNgaFztW5q .title-wrapper .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-tNgaFztW5q .title-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-tNgaFztW5q .title-wrapper .image-wrapper img {
  object-fit: cover;
  height: 560px;
  border-radius: 10rem 0 0 10rem;
}
.cid-tNgaFztW5q .mbr-section-title {
  color: #ffffff;
}
.cid-tNgaFztW5q .mbr-text {
  color: #ffffff;
}
.cid-tNgaFA2L7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNgaFA2L7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNgaFA2L7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNgaFA2L7Z .container-small,
.cid-tNgaFA2L7Z .container-fluid {
  padding: 0 !important;
}
.cid-tNgaFA2L7Z .container-small {
  max-width: 1440px;
}
.cid-tNgaFA2L7Z .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #bda1ab;
}
@media (max-width: 991px) {
  .cid-tNgaFA2L7Z .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNgaFA2L7Z .text-box {
    padding: 50px 10px;
  }
}
.cid-tNgaFA2L7Z .mbr-section-title {
  color: #131313;
}
.cid-tNgaFA2L7Z .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tNgaFA2L7Z .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tNgaFA2L7Z .mbr-text {
    margin-top: 20px;
  }
}
.cid-tNgaFA2L7Z .mbr-text a {
  text-decoration: underline;
}
.cid-tNgaFA2L7Z .mbr-section-btn {
  margin-top: 34px;
}
.cid-tNgaFA2L7Z .mbr-section-subtitle,
.cid-tNgaFA2L7Z .mbr-section-btn {
  text-align: left;
}
.cid-tNgaFBbQZi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f0b2;
}
.cid-tNgaFBbQZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNgaFBbQZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNgaFBbQZi .container {
    padding: 0 16px;
  }
}
.cid-tNgaFBbQZi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tNgaFBbQZi .card {
    margin-bottom: 40px;
  }
}
.cid-tNgaFBbQZi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNgaFBbQZi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNgaFBbQZi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tNgaFBbQZi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNgaFBbQZi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNgaFBbQZi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tNgaFBbQZi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tNgaFBbQZi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tNgaFBbQZi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNgaFBbQZi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tNgaFBbQZi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNgaFBbQZi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tNgaFBbQZi .mbr-section-title {
  color: #ffffff;
}
.cid-tNgaFBbQZi .copyright {
  color: #ffffff;
}
.cid-tNgaFBbQZi .mbr-card-title {
  color: #000000;
}
.cid-tNgaFBbQZi .list {
  color: #000000;
}
.cid-tNgaFBbQZi .mbr-section-title,
.cid-tNgaFBbQZi .title-wrapper,
.cid-tNgaFBbQZi .social-wrapper {
  color: #000000;
}
.cid-tNhiZHN3tv .navbar-dropdown {
  background-color: #eff3f3 !important;
  padding: 0;
}
.cid-tNhiZHN3tv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eff3f3 !important;
  background: #eff3f3;
}
.cid-tNhiZHN3tv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNhiZHN3tv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNhiZHN3tv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNhiZHN3tv .menu_box .navbar.opened,
  .cid-tNhiZHN3tv .menu_box .navbar-collapse {
    background-color: #eff3f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNhiZHN3tv .navbar-dropdown {
  position: relative !important;
}
.cid-tNhiZHN3tv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNhiZHN3tv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNhiZHN3tv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNhiZHN3tv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNhiZHN3tv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNhiZHN3tv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2f2e30;
  }
  .cid-tNhiZHN3tv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNhiZHN3tv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNhiZHN3tv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNhiZHN3tv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNhiZHN3tv .offcanvas-body .mbr-text,
  .cid-tNhiZHN3tv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNhiZHN3tv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNhiZHN3tv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNhiZHN3tv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2f2e30;
  }
  .cid-tNhiZHN3tv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNhiZHN3tv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNhiZHN3tv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNhiZHN3tv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNhiZHN3tv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNhiZHN3tv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNhiZHN3tv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNhiZHN3tv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNhiZHN3tv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNhiZHN3tv .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNhiZHN3tv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tNhiZHN3tv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNhiZHN3tv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNhiZHN3tv .nav-item {
    margin: 0 !important;
  }
}
.cid-tNhiZHN3tv .nav-item .nav-link:hover,
.cid-tNhiZHN3tv .nav-item .nav-link:focus {
  opacity: .5;
  color: #f35c16 !important;
  transition: all 0.3s ease-out;
}
.cid-tNhiZHN3tv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNhiZHN3tv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNhiZHN3tv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNhiZHN3tv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNhiZHN3tv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNhiZHN3tv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNhiZHN3tv .offcanvas_box {
    display: none;
  }
}
.cid-tNhiZHN3tv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNhiZHN3tv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNhiZHN3tv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNhiZHN3tv .container {
  display: flex;
  margin: auto;
}
.cid-tNhiZHN3tv .iconfont-wrapper {
  color: #2f2e30;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNhiZHN3tv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNhiZHN3tv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNhiZHN3tv .navbar-caption {
  color: #2f2e30;
}
.cid-tNhiZHN3tv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNhiZHN3tv .navbar-nav {
    margin: 0;
  }
}
.cid-tNhiZHN3tv .dropdown-menu,
.cid-tNhiZHN3tv .navbar.opened {
  background-color: false !important;
}
.cid-tNhiZHN3tv .nav-item:focus,
.cid-tNhiZHN3tv .nav-link:focus {
  outline: none;
}
.cid-tNhiZHN3tv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNhiZHN3tv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNhiZHN3tv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNhiZHN3tv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNhiZHN3tv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNhiZHN3tv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNhiZHN3tv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNhiZHN3tv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNhiZHN3tv .navbar.opened {
  transition: all 0.3s;
}
.cid-tNhiZHN3tv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNhiZHN3tv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tNhiZHN3tv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNhiZHN3tv .navbar.collapsed {
  justify-content: center;
}
.cid-tNhiZHN3tv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNhiZHN3tv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNhiZHN3tv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNhiZHN3tv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNhiZHN3tv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNhiZHN3tv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNhiZHN3tv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNhiZHN3tv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNhiZHN3tv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNhiZHN3tv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNhiZHN3tv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNhiZHN3tv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNhiZHN3tv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNhiZHN3tv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNhiZHN3tv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNhiZHN3tv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNhiZHN3tv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNhiZHN3tv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNhiZHN3tv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNhiZHN3tv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNhiZHN3tv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNhiZHN3tv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNhiZHN3tv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNhiZHN3tv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNhiZHN3tv .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-tNhiZHN3tv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNhiZHN3tv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNhiZHN3tv .dropdown-item.active,
.cid-tNhiZHN3tv .dropdown-item:active {
  background-color: transparent;
}
.cid-tNhiZHN3tv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNhiZHN3tv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNhiZHN3tv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNhiZHN3tv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNhiZHN3tv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNhiZHN3tv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNhiZHN3tv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eff3f3;
  background: #a0ffc2;
}
.cid-tNhiZHN3tv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2f2e30;
}
.cid-tNhiZHN3tv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNhiZHN3tv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNhiZHN3tv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNhiZHN3tv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNhiZHN3tv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNhiZHN3tv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNhiZHN3tv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNhiZHN3tv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNhiZHN3tv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNhiZHN3tv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNhiZHN3tv .navbar {
    height: 70px;
  }
  .cid-tNhiZHN3tv .navbar.opened {
    height: auto;
  }
  .cid-tNhiZHN3tv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNhiZHN3tv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNhiZHN3tv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tNhiZHN3tv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 170px;
}
@media (max-width: 992px) {
  .cid-tNhiZHN3tv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNhiZHN3tv .navbar-caption:hover {
  color: #f35c16;
}
@media (min-width: 992px) {
  .cid-tNhiZHN3tv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNhiZHN3tv .text_widget {
  margin-bottom: 32px;
}
.cid-tNhiZHN3tv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNhiZHN3tv .text_widget a:hover {
  opacity: .5;
}
.cid-tNhiZHN3tv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNhiZHN3tv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNhiZHN3tv .mbr-section-subtitle,
.cid-tNhiZHN3tv .text_widget,
.cid-tNhiZHN3tv .mbr-section-btn {
  text-align: center;
}
.cid-tNhiZHN3tv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhiZIqS3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNhiZIqS3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZIqS3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZIqS3E .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNhiZIqS3E .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNhiZIqS3E .container {
    padding: 0 20px;
  }
}
.cid-tNhiZIqS3E .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-tNhiZIqS3E .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tNhiZIqS3E .row img {
    height: 300px;
  }
}
.cid-tNhiZIOfYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNhiZIOfYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZIOfYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZIOfYP .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNhiZIOfYP .label-text {
  color: #747474;
}
.cid-tNhiZIOfYP .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNhiZIOfYP .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNhiZIOfYP .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tNhiZIOfYP .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNhiZIOfYP .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-tNhiZJfhZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZJfhZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZJfhZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZJfhZT .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-tNhiZJfhZT .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-tNhiZJfhZT .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tNhiZJfhZT .item-img {
    width: 100%;
  }
}
.cid-tNhiZJfhZT .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tNhiZJfhZT .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tNhiZJfhZT .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNhiZJfhZT .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNhiZJfhZT .card-title {
  color: #131313;
}
.cid-tNhiZJfhZT .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tNhiZJfhZT .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tNhiZJfhZT .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tNhiZJfhZT .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tNhiZJfhZT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tNhiZJfhZT .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tNhiZJfhZT .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tNhiZJfhZT .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tNhiZJHn4A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNhiZJHn4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZJHn4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZJHn4A .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tNhiZJHn4A .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNhiZJHn4A .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-tNhiZJHn4A .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNhiZJHn4A .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNhiZJHn4A .mbr-text,
.cid-tNhiZJHn4A .mbr-section-btn {
  text-align: left;
  color: #0a0410;
}
.cid-tNhiZK79el {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZK79el .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZK79el .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZK79el .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tNhiZK79el .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNhiZK79el .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNhiZK79el .mbr-section-title {
  color: #131313;
}
.cid-tNhiZK79el .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNhiZK79el .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tNhiZK79el .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tNhiZK79el .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tNhiZK79el .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tNhiZK79el .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNhiZK79el .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tNhiZK79el .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tNhiZK79el .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tNhiZK79el .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tNhiZK79el .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tNhiZK79el .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tNhiZK79el .content-wrap {
    margin-top: 0;
  }
}
.cid-tNhiZK79el .card-title {
  color: #131313;
}
.cid-tNhiZK79el .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNhiZK79el .card-text {
    margin-top: 15px;
  }
}
.cid-tNhiZK79el .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNhiZK79el .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNhiZK79el .card-link {
    margin-top: 15px;
  }
}
.cid-tNhiZK79el .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tNhiZKLg31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZKLg31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZKLg31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZKLg31 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNhiZKLg31 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNhiZKLg31 .container {
    padding: 0 30px;
  }
}
.cid-tNhiZKLg31 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNhiZKLg31 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNhiZKLg31 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ddc4e9;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tNhiZKLg31 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNhiZKLg31 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tNhiZKLg31 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNhiZKLg31 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNhiZKLg31 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNhiZKLg31 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNhiZKLg31 .mbr-section-title {
  color: #ffffff;
}
.cid-tNhiZKLg31 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNhiZKLg31 .mbr-text {
  color: #4E4E4E;
}
.cid-tNhiZKLg31 .mbr-number {
  color: #FE5115;
}
.cid-tNhiZLdnDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNhiZLdnDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZLdnDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNhiZLdnDT .container {
    padding: 0 20px;
  }
}
.cid-tNhiZLdnDT .row {
  margin: 0;
}
.cid-tNhiZLdnDT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNhiZLdnDT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNhiZLdnDT .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNhiZLdnDT .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNhiZLdnDT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNhiZLdnDT .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNhiZLdnDT .mbr-section-title {
  color: #ffffff;
}
.cid-tNhiZLDKBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZLDKBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZLDKBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZLDKBn .text-wrap {
  width: 100%;
}
.cid-tNhiZLDKBn .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNhiZLDKBn .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tNhiZLDKBn .list-wrap {
  margin-top: 52px;
}
.cid-tNhiZLDKBn .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tNhiZLDKBn .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-tNhiZLDKBn .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tNhiZLDKBn .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNn5Tuparq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddc4e9;
}
.cid-tNn5Tuparq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNn5Tuparq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNn5Tuparq .section-head {
  margin-bottom: 50px;
}
.cid-tNn5Tuparq .mbr-section-title {
  color: #000000;
}
.cid-tNn5Tuparq .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tNn5Tuparq .card {
  padding: 0;
}
.cid-tNn5Tuparq .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-tNn5Tuparq .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tNn5Tuparq .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-tNn5Tuparq .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-tNn5Tuparq .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tNn5Tuparq .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tNn5Tuparq .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tNn5Tuparq .sign {
  display: none !important;
}
.cid-tNn5Tuparq .panel-title-edit {
  color: #000000;
}
.cid-tNn5Tuparq .panel-body {
  padding: 15px 0;
}
.cid-tNn5Tuparq .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tNhiZNQuke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZNQuke .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZNQuke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZNQuke .text-wrap {
  width: 100%;
}
.cid-tNhiZNQuke .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNhiZNQuke .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tNhiZNQuke .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tNhiZONcAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZONcAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZONcAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZONcAK .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tNhiZONcAK .main-container {
    margin-bottom: 70px;
  }
}
.cid-tNhiZONcAK .mbr-title {
  color: #000000;
}
.cid-tNhiZONcAK .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tNhiZONcAK .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tNhiZONcAK .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tNhiZONcAK .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tNhiZONcAK .card {
  border-radius: 0;
}
.cid-tNhiZONcAK .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ddc4e9;
}
@media (max-width: 767px) {
  .cid-tNhiZONcAK .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tNhiZONcAK .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tNhiZONcAK .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tNhiZONcAK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNhiZONcAK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #1da1f2;
  margin: 0 2px;
}
.cid-tNhiZONcAK .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNhiZONcAK .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tNhiZONcAK .card-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-tNhiZONcAK .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tNhiZONcAK .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tNhiZONcAK .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tNhiZONcAK .card-name {
  color: #000000;
}
.cid-tNhiZONcAK .card-prof {
  color: #747474;
}
.cid-tNhiZRaza3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNhiZRaza3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZRaza3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZRaza3 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNhiZRaza3 .label-text {
  color: #000000;
}
.cid-tNhiZRaza3 .mbr-title {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNhiZRaza3 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNhiZRaza3 .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNhiZRaza3 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNhiZRaza3 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-tNhiZSLo0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNhiZSLo0g .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tNhiZSLo0g .mbr-section-title {
  color: #000000;
}
.cid-tNhiZSLo0g .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tNhiZSLo0g .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-tNhiZSLo0g .items-row {
    gap: 30px;
  }
}
.cid-tNhiZSLo0g .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNhiZSLo0g .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-tNhiZSLo0g .item {
    width: 100%;
  }
}
.cid-tNhiZSLo0g .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-tNhiZSLo0g .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-tNhiZSLo0g .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.19402985;
  --bs-aspect-ratio: 1.19402985;
  object-fit: cover;
}
.cid-tNhiZSLo0g .item-img:hover {
  opacity: 0.7;
}
.cid-tNhiZSLo0g .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #e2e2e2;
}
@media (max-width: 991px) {
  .cid-tNhiZSLo0g .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tNhiZSLo0g .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-tNhiZSLo0g .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tNhiZSLo0g .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-tNhiZSLo0g .label-text {
  color: #747474;
}
.cid-tNhiZSLo0g .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-tNhiZSLo0g .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tNhiZSLo0g .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-tNhiZSLo0g .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNhiZTwPdZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/roof-22-612x405.jpg");
}
.cid-tNhiZTwPdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZTwPdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZTwPdZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNhiZTwPdZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNhiZTwPdZ .container {
    padding: 0;
  }
}
.cid-tNhiZTwPdZ .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tNhiZTwPdZ .row {
    min-height: 450px;
  }
}
.cid-tNiOgWaf11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiOgWaf11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiOgWaf11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNiOgWaf11 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNiOgWaf11 .container {
    padding: 0 12px;
  }
}
.cid-tNiOgWaf11 .row {
  justify-content: center;
}
.cid-tNiOgWaf11 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNiOgWaf11 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tNiOgWaf11 .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #ddc4e9;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tNiOgWaf11 .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tNiOgWaf11 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tNiOgWaf11 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNiOgWaf11 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNiOgWaf11 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffcd9f;
  transition: all 0.3s ease-in-out;
}
.cid-tNiOgWaf11 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tNiOgWaf11 .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tNiOgWaf11 .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tNiOgWaf11 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tNiOgWaf11 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tNiOgWaf11 .panel-title-edit {
  color: #222222;
}
.cid-tNiOgWaf11 .panel-text {
  color: #222222;
}
.cid-tNhiZU0t9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ddc4e9;
}
.cid-tNhiZU0t9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZU0t9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNhiZU0t9X .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNhiZU0t9X .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNhiZU0t9X .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNhiZU0t9X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNhiZU0t9X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNhiZU0t9X .mbr-section-title {
  color: #000000;
}
.cid-tNhiZUx6K1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f0b2;
}
.cid-tNhiZUx6K1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhiZUx6K1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNhiZUx6K1 .container {
    padding: 0 16px;
  }
}
.cid-tNhiZUx6K1 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tNhiZUx6K1 .card {
    margin-bottom: 40px;
  }
}
.cid-tNhiZUx6K1 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNhiZUx6K1 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNhiZUx6K1 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tNhiZUx6K1 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhiZUx6K1 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNhiZUx6K1 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tNhiZUx6K1 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tNhiZUx6K1 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tNhiZUx6K1 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNhiZUx6K1 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tNhiZUx6K1 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNhiZUx6K1 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tNhiZUx6K1 .mbr-section-title {
  color: #ffffff;
}
.cid-tNhiZUx6K1 .copyright {
  color: #ffffff;
}
.cid-tNhiZUx6K1 .mbr-card-title {
  color: #000000;
}
.cid-tNhiZUx6K1 .list {
  color: #000000;
}
.cid-tNhiZUx6K1 .mbr-section-title,
.cid-tNhiZUx6K1 .title-wrapper,
.cid-tNhiZUx6K1 .social-wrapper {
  color: #000000;
}
.cid-tNiRW8gCrY .navbar-dropdown {
  background-color: #eff3f3 !important;
  padding: 0;
}
.cid-tNiRW8gCrY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eff3f3 !important;
  background: #eff3f3;
}
.cid-tNiRW8gCrY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNiRW8gCrY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNiRW8gCrY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNiRW8gCrY .menu_box .navbar.opened,
  .cid-tNiRW8gCrY .menu_box .navbar-collapse {
    background-color: #eff3f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNiRW8gCrY .navbar-dropdown {
  position: relative !important;
}
.cid-tNiRW8gCrY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNiRW8gCrY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNiRW8gCrY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNiRW8gCrY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNiRW8gCrY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNiRW8gCrY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2f2e30;
  }
  .cid-tNiRW8gCrY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNiRW8gCrY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNiRW8gCrY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNiRW8gCrY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNiRW8gCrY .offcanvas-body .mbr-text,
  .cid-tNiRW8gCrY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNiRW8gCrY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNiRW8gCrY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNiRW8gCrY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2f2e30;
  }
  .cid-tNiRW8gCrY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNiRW8gCrY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNiRW8gCrY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNiRW8gCrY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNiRW8gCrY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNiRW8gCrY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNiRW8gCrY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNiRW8gCrY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNiRW8gCrY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNiRW8gCrY .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNiRW8gCrY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tNiRW8gCrY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNiRW8gCrY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNiRW8gCrY .nav-item {
    margin: 0 !important;
  }
}
.cid-tNiRW8gCrY .nav-item .nav-link:hover,
.cid-tNiRW8gCrY .nav-item .nav-link:focus {
  opacity: .5;
  color: #f35c16 !important;
  transition: all 0.3s ease-out;
}
.cid-tNiRW8gCrY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNiRW8gCrY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNiRW8gCrY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNiRW8gCrY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNiRW8gCrY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNiRW8gCrY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNiRW8gCrY .offcanvas_box {
    display: none;
  }
}
.cid-tNiRW8gCrY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNiRW8gCrY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNiRW8gCrY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNiRW8gCrY .container {
  display: flex;
  margin: auto;
}
.cid-tNiRW8gCrY .iconfont-wrapper {
  color: #2f2e30;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNiRW8gCrY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNiRW8gCrY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNiRW8gCrY .navbar-caption {
  color: #2f2e30;
}
.cid-tNiRW8gCrY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNiRW8gCrY .navbar-nav {
    margin: 0;
  }
}
.cid-tNiRW8gCrY .dropdown-menu,
.cid-tNiRW8gCrY .navbar.opened {
  background-color: false !important;
}
.cid-tNiRW8gCrY .nav-item:focus,
.cid-tNiRW8gCrY .nav-link:focus {
  outline: none;
}
.cid-tNiRW8gCrY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNiRW8gCrY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNiRW8gCrY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNiRW8gCrY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNiRW8gCrY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNiRW8gCrY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNiRW8gCrY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNiRW8gCrY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNiRW8gCrY .navbar.opened {
  transition: all 0.3s;
}
.cid-tNiRW8gCrY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNiRW8gCrY .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tNiRW8gCrY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNiRW8gCrY .navbar.collapsed {
  justify-content: center;
}
.cid-tNiRW8gCrY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNiRW8gCrY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNiRW8gCrY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNiRW8gCrY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNiRW8gCrY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNiRW8gCrY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNiRW8gCrY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNiRW8gCrY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNiRW8gCrY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNiRW8gCrY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNiRW8gCrY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNiRW8gCrY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNiRW8gCrY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNiRW8gCrY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNiRW8gCrY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNiRW8gCrY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNiRW8gCrY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNiRW8gCrY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNiRW8gCrY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNiRW8gCrY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNiRW8gCrY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNiRW8gCrY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNiRW8gCrY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNiRW8gCrY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNiRW8gCrY .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-tNiRW8gCrY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNiRW8gCrY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNiRW8gCrY .dropdown-item.active,
.cid-tNiRW8gCrY .dropdown-item:active {
  background-color: transparent;
}
.cid-tNiRW8gCrY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNiRW8gCrY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNiRW8gCrY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNiRW8gCrY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNiRW8gCrY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNiRW8gCrY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNiRW8gCrY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eff3f3;
  background: #a0ffc2;
}
.cid-tNiRW8gCrY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2f2e30;
}
.cid-tNiRW8gCrY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNiRW8gCrY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNiRW8gCrY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNiRW8gCrY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNiRW8gCrY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNiRW8gCrY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNiRW8gCrY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNiRW8gCrY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNiRW8gCrY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNiRW8gCrY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNiRW8gCrY .navbar {
    height: 70px;
  }
  .cid-tNiRW8gCrY .navbar.opened {
    height: auto;
  }
  .cid-tNiRW8gCrY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNiRW8gCrY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNiRW8gCrY .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tNiRW8gCrY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 170px;
}
@media (max-width: 992px) {
  .cid-tNiRW8gCrY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNiRW8gCrY .navbar-caption:hover {
  color: #f35c16;
}
@media (min-width: 992px) {
  .cid-tNiRW8gCrY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNiRW8gCrY .text_widget {
  margin-bottom: 32px;
}
.cid-tNiRW8gCrY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNiRW8gCrY .text_widget a:hover {
  opacity: .5;
}
.cid-tNiRW8gCrY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNiRW8gCrY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNiRW8gCrY .mbr-section-subtitle,
.cid-tNiRW8gCrY .text_widget,
.cid-tNiRW8gCrY .mbr-section-btn {
  text-align: center;
}
.cid-tNiRW8gCrY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNiRW98L6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNiRW98L6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRW98L6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRW98L6E .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNiRW98L6E .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNiRW98L6E .container {
    padding: 0 20px;
  }
}
.cid-tNiRW98L6E .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-tNiRW98L6E .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tNiRW98L6E .row img {
    height: 300px;
  }
}
.cid-tNiRW9zh3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNiRW9zh3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRW9zh3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRW9zh3z .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNiRW9zh3z .label-text {
  color: #747474;
}
.cid-tNiRW9zh3z .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNiRW9zh3z .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNiRW9zh3z .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tNiRW9zh3z .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNiRW9zh3z .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-tNiRWamiDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWamiDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWamiDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWamiDr .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-tNiRWamiDr .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-tNiRWamiDr .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tNiRWamiDr .item-img {
    width: 100%;
  }
}
.cid-tNiRWamiDr .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tNiRWamiDr .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tNiRWamiDr .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNiRWamiDr .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNiRWamiDr .card-title {
  color: #131313;
}
.cid-tNiRWamiDr .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tNiRWamiDr .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tNiRWamiDr .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tNiRWamiDr .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tNiRWamiDr .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tNiRWamiDr .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tNiRWamiDr .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tNiRWamiDr .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tNiRWaZc2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNiRWaZc2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWaZc2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWaZc2o .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tNiRWaZc2o .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNiRWaZc2o .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-tNiRWaZc2o .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNiRWaZc2o .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNiRWaZc2o .mbr-text,
.cid-tNiRWaZc2o .mbr-section-btn {
  text-align: left;
  color: #0a0410;
}
.cid-tNiRWbx5vN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWbx5vN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWbx5vN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWbx5vN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tNiRWbx5vN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNiRWbx5vN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNiRWbx5vN .mbr-section-title {
  color: #131313;
}
.cid-tNiRWbx5vN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNiRWbx5vN .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tNiRWbx5vN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tNiRWbx5vN .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tNiRWbx5vN .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tNiRWbx5vN .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNiRWbx5vN .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tNiRWbx5vN .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tNiRWbx5vN .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tNiRWbx5vN .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tNiRWbx5vN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tNiRWbx5vN .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tNiRWbx5vN .content-wrap {
    margin-top: 0;
  }
}
.cid-tNiRWbx5vN .card-title {
  color: #131313;
}
.cid-tNiRWbx5vN .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNiRWbx5vN .card-text {
    margin-top: 15px;
  }
}
.cid-tNiRWbx5vN .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNiRWbx5vN .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNiRWbx5vN .card-link {
    margin-top: 15px;
  }
}
.cid-tNiRWbx5vN .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tNiRWcpL5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWcpL5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWcpL5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWcpL5g .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .container {
    padding: 0 30px;
  }
}
.cid-tNiRWcpL5g .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNiRWcpL5g .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ddc4e9;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNiRWcpL5g .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNiRWcpL5g .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNiRWcpL5g .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNiRWcpL5g .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNiRWcpL5g .mbr-section-title {
  color: #ffffff;
}
.cid-tNiRWcpL5g .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNiRWcpL5g .mbr-text {
  color: #4E4E4E;
}
.cid-tNiRWcpL5g .mbr-number {
  color: #FE5115;
}
.cid-tNiRWcYeGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNiRWcYeGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWcYeGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNiRWcYeGV .container {
    padding: 0 20px;
  }
}
.cid-tNiRWcYeGV .row {
  margin: 0;
}
.cid-tNiRWcYeGV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNiRWcYeGV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNiRWcYeGV .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNiRWcYeGV .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNiRWcYeGV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNiRWcYeGV .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNiRWcYeGV .mbr-section-title {
  color: #ffffff;
}
.cid-tNiRWdzEPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWdzEPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWdzEPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWdzEPJ .text-wrap {
  width: 100%;
}
.cid-tNiRWdzEPJ .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNiRWdzEPJ .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tNiRWdzEPJ .list-wrap {
  margin-top: 52px;
}
.cid-tNiRWdzEPJ .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tNiRWdzEPJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-tNiRWdzEPJ .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tNiRWdzEPJ .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNn64GCe8v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddc4e9;
}
.cid-tNn64GCe8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNn64GCe8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNn64GCe8v .section-head {
  margin-bottom: 50px;
}
.cid-tNn64GCe8v .mbr-section-title {
  color: #000000;
}
.cid-tNn64GCe8v .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tNn64GCe8v .card {
  padding: 0;
}
.cid-tNn64GCe8v .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-tNn64GCe8v .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tNn64GCe8v .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-tNn64GCe8v .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-tNn64GCe8v .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tNn64GCe8v .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tNn64GCe8v .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tNn64GCe8v .sign {
  display: none !important;
}
.cid-tNn64GCe8v .panel-title-edit {
  color: #000000;
}
.cid-tNn64GCe8v .panel-body {
  padding: 15px 0;
}
.cid-tNn64GCe8v .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tNiRWf2dJm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNiRWf2dJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWf2dJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWf2dJm .text-wrap {
  width: 100%;
}
.cid-tNiRWf2dJm .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNiRWf2dJm .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tNiRWf2dJm .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tNiRWfEGos {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWfEGos .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWfEGos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWfEGos .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tNiRWfEGos .main-container {
    margin-bottom: 70px;
  }
}
.cid-tNiRWfEGos .mbr-title {
  color: #000000;
}
.cid-tNiRWfEGos .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tNiRWfEGos .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tNiRWfEGos .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tNiRWfEGos .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tNiRWfEGos .card {
  border-radius: 0;
}
.cid-tNiRWfEGos .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ddc4e9;
}
@media (max-width: 767px) {
  .cid-tNiRWfEGos .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tNiRWfEGos .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tNiRWfEGos .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tNiRWfEGos .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNiRWfEGos .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #1da1f2;
  margin: 0 2px;
}
.cid-tNiRWfEGos .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNiRWfEGos .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tNiRWfEGos .card-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-tNiRWfEGos .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tNiRWfEGos .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tNiRWfEGos .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tNiRWfEGos .card-name {
  color: #000000;
}
.cid-tNiRWfEGos .card-prof {
  color: #747474;
}
.cid-tNiRWh5hS0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNiRWh5hS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWh5hS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWh5hS0 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNiRWh5hS0 .label-text {
  color: #000000;
}
.cid-tNiRWh5hS0 .mbr-title {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNiRWh5hS0 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNiRWh5hS0 .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNiRWh5hS0 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNiRWh5hS0 .mbr-text {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
.cid-tNiRWhJZul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWhJZul .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tNiRWhJZul .mbr-section-title {
  color: #000000;
}
.cid-tNiRWhJZul .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tNiRWhJZul .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-tNiRWhJZul .items-row {
    gap: 30px;
  }
}
.cid-tNiRWhJZul .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNiRWhJZul .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-tNiRWhJZul .item {
    width: 100%;
  }
}
.cid-tNiRWhJZul .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-tNiRWhJZul .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-tNiRWhJZul .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.19402985;
  --bs-aspect-ratio: 1.19402985;
  object-fit: cover;
}
.cid-tNiRWhJZul .item-img:hover {
  opacity: 0.7;
}
.cid-tNiRWhJZul .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #e2e2e2;
}
@media (max-width: 991px) {
  .cid-tNiRWhJZul .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tNiRWhJZul .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-tNiRWhJZul .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tNiRWhJZul .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-tNiRWhJZul .label-text {
  color: #747474;
}
.cid-tNiRWhJZul .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-tNiRWhJZul .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tNiRWhJZul .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-tNiRWhJZul .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNiRWixsxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/62de74e46aace7b802df5050-roofing-contractor-1680x1121.jpg");
}
.cid-tNiRWixsxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWixsxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWixsxZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNiRWixsxZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNiRWixsxZ .container {
    padding: 0;
  }
}
.cid-tNiRWixsxZ .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tNiRWixsxZ .row {
    min-height: 450px;
  }
}
.cid-tNiRWj9scq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNiRWj9scq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWj9scq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNiRWj9scq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNiRWj9scq .container {
    padding: 0 12px;
  }
}
.cid-tNiRWj9scq .row {
  justify-content: center;
}
.cid-tNiRWj9scq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNiRWj9scq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tNiRWj9scq .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #ddc4e9;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tNiRWj9scq .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tNiRWj9scq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tNiRWj9scq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNiRWj9scq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNiRWj9scq .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffcd9f;
  transition: all 0.3s ease-in-out;
}
.cid-tNiRWj9scq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tNiRWj9scq .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tNiRWj9scq .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tNiRWj9scq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tNiRWj9scq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tNiRWj9scq .panel-title-edit {
  color: #222222;
}
.cid-tNiRWj9scq .panel-text {
  color: #222222;
}
.cid-tNiRWjXb2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ddc4e9;
}
.cid-tNiRWjXb2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWjXb2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiRWjXb2m .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNiRWjXb2m .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNiRWjXb2m .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNiRWjXb2m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNiRWjXb2m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNiRWjXb2m .mbr-section-title {
  color: #000000;
}
.cid-tNiRWkIhPW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f0b2;
}
.cid-tNiRWkIhPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiRWkIhPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNiRWkIhPW .container {
    padding: 0 16px;
  }
}
.cid-tNiRWkIhPW .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tNiRWkIhPW .card {
    margin-bottom: 40px;
  }
}
.cid-tNiRWkIhPW .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNiRWkIhPW .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNiRWkIhPW .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tNiRWkIhPW .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNiRWkIhPW .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNiRWkIhPW .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tNiRWkIhPW .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tNiRWkIhPW .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tNiRWkIhPW .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNiRWkIhPW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tNiRWkIhPW .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNiRWkIhPW .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tNiRWkIhPW .mbr-section-title {
  color: #ffffff;
}
.cid-tNiRWkIhPW .copyright {
  color: #ffffff;
}
.cid-tNiRWkIhPW .mbr-card-title {
  color: #000000;
}
.cid-tNiRWkIhPW .list {
  color: #000000;
}
.cid-tNiRWkIhPW .mbr-section-title,
.cid-tNiRWkIhPW .title-wrapper,
.cid-tNiRWkIhPW .social-wrapper {
  color: #000000;
}
.cid-tNjfEG27vn .navbar-dropdown {
  background-color: #eff3f3 !important;
  padding: 0;
}
.cid-tNjfEG27vn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eff3f3 !important;
  background: #eff3f3;
}
.cid-tNjfEG27vn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNjfEG27vn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNjfEG27vn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNjfEG27vn .menu_box .navbar.opened,
  .cid-tNjfEG27vn .menu_box .navbar-collapse {
    background-color: #eff3f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNjfEG27vn .navbar-dropdown {
  position: relative !important;
}
.cid-tNjfEG27vn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNjfEG27vn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNjfEG27vn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNjfEG27vn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNjfEG27vn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNjfEG27vn .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #2f2e30;
  }
  .cid-tNjfEG27vn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNjfEG27vn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNjfEG27vn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNjfEG27vn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNjfEG27vn .offcanvas-body .mbr-text,
  .cid-tNjfEG27vn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNjfEG27vn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNjfEG27vn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNjfEG27vn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2f2e30;
  }
  .cid-tNjfEG27vn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNjfEG27vn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNjfEG27vn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNjfEG27vn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNjfEG27vn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNjfEG27vn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNjfEG27vn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNjfEG27vn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNjfEG27vn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNjfEG27vn .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNjfEG27vn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tNjfEG27vn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNjfEG27vn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNjfEG27vn .nav-item {
    margin: 0 !important;
  }
}
.cid-tNjfEG27vn .nav-item .nav-link:hover,
.cid-tNjfEG27vn .nav-item .nav-link:focus {
  opacity: .5;
  color: #f35c16 !important;
  transition: all 0.3s ease-out;
}
.cid-tNjfEG27vn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNjfEG27vn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNjfEG27vn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNjfEG27vn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNjfEG27vn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNjfEG27vn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNjfEG27vn .offcanvas_box {
    display: none;
  }
}
.cid-tNjfEG27vn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNjfEG27vn .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNjfEG27vn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNjfEG27vn .container {
  display: flex;
  margin: auto;
}
.cid-tNjfEG27vn .iconfont-wrapper {
  color: #2f2e30;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNjfEG27vn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNjfEG27vn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNjfEG27vn .navbar-caption {
  color: #2f2e30;
}
.cid-tNjfEG27vn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNjfEG27vn .navbar-nav {
    margin: 0;
  }
}
.cid-tNjfEG27vn .dropdown-menu,
.cid-tNjfEG27vn .navbar.opened {
  background-color: false !important;
}
.cid-tNjfEG27vn .nav-item:focus,
.cid-tNjfEG27vn .nav-link:focus {
  outline: none;
}
.cid-tNjfEG27vn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNjfEG27vn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNjfEG27vn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNjfEG27vn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNjfEG27vn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNjfEG27vn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNjfEG27vn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNjfEG27vn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNjfEG27vn .navbar.opened {
  transition: all 0.3s;
}
.cid-tNjfEG27vn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNjfEG27vn .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-tNjfEG27vn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tNjfEG27vn .navbar.collapsed {
  justify-content: center;
}
.cid-tNjfEG27vn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNjfEG27vn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNjfEG27vn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNjfEG27vn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNjfEG27vn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNjfEG27vn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNjfEG27vn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNjfEG27vn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNjfEG27vn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNjfEG27vn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNjfEG27vn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNjfEG27vn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNjfEG27vn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNjfEG27vn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNjfEG27vn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNjfEG27vn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNjfEG27vn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNjfEG27vn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNjfEG27vn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNjfEG27vn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNjfEG27vn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNjfEG27vn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNjfEG27vn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNjfEG27vn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNjfEG27vn .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-tNjfEG27vn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNjfEG27vn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNjfEG27vn .dropdown-item.active,
.cid-tNjfEG27vn .dropdown-item:active {
  background-color: transparent;
}
.cid-tNjfEG27vn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNjfEG27vn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNjfEG27vn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNjfEG27vn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNjfEG27vn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNjfEG27vn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNjfEG27vn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eff3f3;
  background: #a0ffc2;
}
.cid-tNjfEG27vn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2f2e30;
}
.cid-tNjfEG27vn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNjfEG27vn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNjfEG27vn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNjfEG27vn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNjfEG27vn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNjfEG27vn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNjfEG27vn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNjfEG27vn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNjfEG27vn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNjfEG27vn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNjfEG27vn .navbar {
    height: 70px;
  }
  .cid-tNjfEG27vn .navbar.opened {
    height: auto;
  }
  .cid-tNjfEG27vn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNjfEG27vn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNjfEG27vn .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tNjfEG27vn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 170px;
}
@media (max-width: 992px) {
  .cid-tNjfEG27vn .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNjfEG27vn .navbar-caption:hover {
  color: #f35c16;
}
@media (min-width: 992px) {
  .cid-tNjfEG27vn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNjfEG27vn .text_widget {
  margin-bottom: 32px;
}
.cid-tNjfEG27vn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNjfEG27vn .text_widget a:hover {
  opacity: .5;
}
.cid-tNjfEG27vn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tNjfEG27vn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNjfEG27vn .mbr-section-subtitle,
.cid-tNjfEG27vn .text_widget,
.cid-tNjfEG27vn .mbr-section-btn {
  text-align: center;
}
.cid-tNjfEG27vn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNjfEGy9dH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNjfEGy9dH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEGy9dH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEGy9dH .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNjfEGy9dH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNjfEGy9dH .container {
    padding: 0 20px;
  }
}
.cid-tNjfEGy9dH .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-tNjfEGy9dH .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tNjfEGy9dH .row img {
    height: 300px;
  }
}
.cid-tNjfEGMTwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNjfEGMTwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEGMTwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEGMTwQ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNjfEGMTwQ .label-text {
  color: #747474;
}
.cid-tNjfEGMTwQ .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tNjfEGMTwQ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNjfEGMTwQ .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-tNjfEGMTwQ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNjfEGMTwQ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-tNjfEH1lw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfEH1lw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEH1lw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEH1lw7 .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-tNjfEH1lw7 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-tNjfEH1lw7 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tNjfEH1lw7 .item-img {
    width: 100%;
  }
}
.cid-tNjfEH1lw7 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tNjfEH1lw7 .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tNjfEH1lw7 .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tNjfEH1lw7 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tNjfEH1lw7 .card-title {
  color: #131313;
}
.cid-tNjfEH1lw7 .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tNjfEH1lw7 .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tNjfEH1lw7 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tNjfEH1lw7 .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tNjfEH1lw7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tNjfEH1lw7 .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tNjfEH1lw7 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tNjfEH1lw7 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tNjfEHsk7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNjfEHsk7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEHsk7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEHsk7v .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tNjfEHsk7v .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tNjfEHsk7v .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-tNjfEHsk7v .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tNjfEHsk7v .mbr-section-btn {
  padding-top: 40px;
}
.cid-tNjfEHsk7v .mbr-text,
.cid-tNjfEHsk7v .mbr-section-btn {
  text-align: left;
  color: #0a0410;
}
.cid-tNjfEHPuJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfEHPuJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEHPuJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEHPuJB .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tNjfEHPuJB .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNjfEHPuJB .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNjfEHPuJB .mbr-section-title {
  color: #131313;
}
.cid-tNjfEHPuJB .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNjfEHPuJB .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tNjfEHPuJB .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tNjfEHPuJB .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tNjfEHPuJB .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tNjfEHPuJB .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNjfEHPuJB .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tNjfEHPuJB .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tNjfEHPuJB .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tNjfEHPuJB .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tNjfEHPuJB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tNjfEHPuJB .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tNjfEHPuJB .content-wrap {
    margin-top: 0;
  }
}
.cid-tNjfEHPuJB .card-title {
  color: #131313;
}
.cid-tNjfEHPuJB .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNjfEHPuJB .card-text {
    margin-top: 15px;
  }
}
.cid-tNjfEHPuJB .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNjfEHPuJB .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNjfEHPuJB .card-link {
    margin-top: 15px;
  }
}
.cid-tNjfEHPuJB .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tNjfEIkEze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfEIkEze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEIkEze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEIkEze .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .container {
    padding: 0 30px;
  }
}
.cid-tNjfEIkEze .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNjfEIkEze .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ddc4e9;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNjfEIkEze .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNjfEIkEze .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNjfEIkEze .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNjfEIkEze .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNjfEIkEze .mbr-section-title {
  color: #ffffff;
}
.cid-tNjfEIkEze .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNjfEIkEze .mbr-text {
  color: #4E4E4E;
}
.cid-tNjfEIkEze .mbr-number {
  color: #FE5115;
}
.cid-tNjfEIEkCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tNjfEIEkCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEIEkCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNjfEIEkCZ .container {
    padding: 0 20px;
  }
}
.cid-tNjfEIEkCZ .row {
  margin: 0;
}
.cid-tNjfEIEkCZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNjfEIEkCZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tNjfEIEkCZ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tNjfEIEkCZ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tNjfEIEkCZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNjfEIEkCZ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tNjfEIEkCZ .mbr-section-title {
  color: #ffffff;
}
.cid-tNjfEJ4pEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfEJ4pEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEJ4pEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEJ4pEM .text-wrap {
  width: 100%;
}
.cid-tNjfEJ4pEM .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNjfEJ4pEM .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tNjfEJ4pEM .list-wrap {
  margin-top: 52px;
}
.cid-tNjfEJ4pEM .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tNjfEJ4pEM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-tNjfEJ4pEM .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-tNjfEJ4pEM .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-tNn6aTxgg2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddc4e9;
}
.cid-tNn6aTxgg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNn6aTxgg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNn6aTxgg2 .section-head {
  margin-bottom: 50px;
}
.cid-tNn6aTxgg2 .mbr-section-title {
  color: #000000;
}
.cid-tNn6aTxgg2 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tNn6aTxgg2 .card {
  padding: 0;
}
.cid-tNn6aTxgg2 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-tNn6aTxgg2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tNn6aTxgg2 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-tNn6aTxgg2 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-tNn6aTxgg2 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tNn6aTxgg2 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tNn6aTxgg2 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tNn6aTxgg2 .sign {
  display: none !important;
}
.cid-tNn6aTxgg2 .panel-title-edit {
  color: #000000;
}
.cid-tNn6aTxgg2 .panel-body {
  padding: 15px 0;
}
.cid-tNn6aTxgg2 .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-tNjfEK3Egl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNjfEK3Egl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEK3Egl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEK3Egl .text-wrap {
  width: 100%;
}
.cid-tNjfEK3Egl .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tNjfEK3Egl .mbr-text {
  padding-top: 10px;
  color: #000000;
}
.cid-tNjfEK3Egl .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-tNjfEKpIDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfEKpIDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEKpIDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEKpIDA .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tNjfEKpIDA .main-container {
    margin-bottom: 70px;
  }
}
.cid-tNjfEKpIDA .mbr-title {
  color: #000000;
}
.cid-tNjfEKpIDA .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tNjfEKpIDA .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tNjfEKpIDA .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tNjfEKpIDA .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tNjfEKpIDA .card {
  border-radius: 0;
}
.cid-tNjfEKpIDA .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ddc4e9;
}
@media (max-width: 767px) {
  .cid-tNjfEKpIDA .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tNjfEKpIDA .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tNjfEKpIDA .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tNjfEKpIDA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNjfEKpIDA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #1da1f2;
  margin: 0 2px;
}
.cid-tNjfEKpIDA .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNjfEKpIDA .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tNjfEKpIDA .card-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-tNjfEKpIDA .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tNjfEKpIDA .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tNjfEKpIDA .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tNjfEKpIDA .card-name {
  color: #000000;
}
.cid-tNjfEKpIDA .card-prof {
  color: #747474;
}
.cid-tNjfELeyY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddc4e9;
}
.cid-tNjfELeyY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfELeyY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfELeyY9 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-tNjfELeyY9 .label-text {
  color: #000000;
}
.cid-tNjfELeyY9 .mbr-title {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNjfELeyY9 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-tNjfELeyY9 .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNjfELeyY9 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-tNjfELeyY9 .mbr-text {
  margin-top: 30px;
  color: #000000;
  text-align: left;
}
.cid-tNjfELAmNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfELAmNo .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tNjfELAmNo .mbr-section-title {
  color: #000000;
}
.cid-tNjfELAmNo .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tNjfELAmNo .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-tNjfELAmNo .items-row {
    gap: 30px;
  }
}
.cid-tNjfELAmNo .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNjfELAmNo .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-tNjfELAmNo .item {
    width: 100%;
  }
}
.cid-tNjfELAmNo .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-tNjfELAmNo .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-tNjfELAmNo .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.19402985;
  --bs-aspect-ratio: 1.19402985;
  object-fit: cover;
}
.cid-tNjfELAmNo .item-img:hover {
  opacity: 0.7;
}
.cid-tNjfELAmNo .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #e2e2e2;
}
@media (max-width: 991px) {
  .cid-tNjfELAmNo .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tNjfELAmNo .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-tNjfELAmNo .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tNjfELAmNo .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-tNjfELAmNo .label-text {
  color: #747474;
}
.cid-tNjfELAmNo .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-tNjfELAmNo .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tNjfELAmNo .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-tNjfELAmNo .mbr-section-btn {
  margin-top: 20px;
}
.cid-tNjfEM4yle {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artex-roofing-tinley-park-best-roofing-contractor-1-2000x1334.jpg");
}
.cid-tNjfEM4yle .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEM4yle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEM4yle .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNjfEM4yle .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNjfEM4yle .container {
    padding: 0;
  }
}
.cid-tNjfEM4yle .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tNjfEM4yle .row {
    min-height: 450px;
  }
}
.cid-tNjfEMp7N4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNjfEMp7N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEMp7N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNjfEMp7N4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNjfEMp7N4 .container {
    padding: 0 12px;
  }
}
.cid-tNjfEMp7N4 .row {
  justify-content: center;
}
.cid-tNjfEMp7N4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNjfEMp7N4 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tNjfEMp7N4 .panel-group .card {
  border-radius: 50px;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #ddc4e9;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tNjfEMp7N4 .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tNjfEMp7N4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tNjfEMp7N4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNjfEMp7N4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNjfEMp7N4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffcd9f;
  transition: all 0.3s ease-in-out;
}
.cid-tNjfEMp7N4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tNjfEMp7N4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-tNjfEMp7N4 .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-tNjfEMp7N4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tNjfEMp7N4 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tNjfEMp7N4 .panel-title-edit {
  color: #222222;
}
.cid-tNjfEMp7N4 .panel-text {
  color: #222222;
}
.cid-tNjfEMSpOp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ddc4e9;
}
.cid-tNjfEMSpOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfEMSpOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNjfEMSpOp .google-map {
  height: 35rem;
  position: relative;
}
.cid-tNjfEMSpOp .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNjfEMSpOp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNjfEMSpOp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNjfEMSpOp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNjfEMSpOp .mbr-section-title {
  color: #000000;
}
.cid-tNjfENjKxG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f0b2;
}
.cid-tNjfENjKxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNjfENjKxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNjfENjKxG .container {
    padding: 0 16px;
  }
}
.cid-tNjfENjKxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tNjfENjKxG .card {
    margin-bottom: 40px;
  }
}
.cid-tNjfENjKxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNjfENjKxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tNjfENjKxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tNjfENjKxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNjfENjKxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tNjfENjKxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tNjfENjKxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tNjfENjKxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tNjfENjKxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tNjfENjKxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tNjfENjKxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tNjfENjKxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tNjfENjKxG .mbr-section-title {
  color: #ffffff;
}
.cid-tNjfENjKxG .copyright {
  color: #ffffff;
}
.cid-tNjfENjKxG .mbr-card-title {
  color: #000000;
}
.cid-tNjfENjKxG .list {
  color: #000000;
}
.cid-tNjfENjKxG .mbr-section-title,
.cid-tNjfENjKxG .title-wrapper,
.cid-tNjfENjKxG .social-wrapper {
  color: #000000;
}
