body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.38rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.225rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.38rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.975rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -1vw;
  }
  .display-2 {
    font-size: 2.704rem;
    font-size: calc( 1.833rem + (3.38 - 1.833) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.75vw;
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.904rem;
    font-size: calc( 1.483rem + (2.38 - 1.483) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f5ff7d !important;
}
.bg-success {
  background-color: #c5e8c0 !important;
}
.bg-info {
  background-color: #e2d7ff !important;
}
.bg-warning {
  background-color: #ff9081 !important;
}
.bg-danger {
  background-color: #ce5545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5ff7d !important;
  border-color: #f5ff7d !important;
  color: #737d00 !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: #232600 !important;
  background-color: #eeff26 !important;
  border-color: #eeff26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #737d00 !important;
  background-color: #eeff26 !important;
  border-color: #eeff26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
  color: #806650 !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: #ccbbad !important;
  border-color: #ccbbad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #806650 !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
}
.btn-info,
.btn-info:active {
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
  color: #3b00d7 !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: #a380ff !important;
  border-color: #a380ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b00d7 !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
  color: #377c2d !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: #8bd180 !important;
  border-color: #8bd180 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #377c2d !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9081 !important;
  border-color: #ff9081 !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: #ff442a !important;
  border-color: #ff442a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ce5545 !important;
  border-color: #ce5545 !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: #953427 !important;
  border-color: #953427 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5ff7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eeff26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #737d00 !important;
  background-color: #f5ff7d !important;
  border-color: #f5ff7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede7e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccbbad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #806650 !important;
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2d7ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a380ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b00d7 !important;
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5e8c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8bd180 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #377c2d !important;
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff442a !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: #ff9081 !important;
  border-color: #ff9081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ce5545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #953427 !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: #ce5545 !important;
  border-color: #ce5545 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f5ff7d !important;
}
.text-secondary {
  color: #ede7e2 !important;
}
.text-success {
  color: #c5e8c0 !important;
}
.text-info {
  color: #e2d7ff !important;
}
.text-warning {
  color: #ff9081 !important;
}
.text-danger {
  color: #ce5545 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #edff17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6b3a3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #80cd75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9871ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff361b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #893024 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f5ff7d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2d7ff;
}
.alert-warning {
  background-color: #ff9081;
}
.alert-danger {
  background-color: #ce5545;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5ff7d;
  border-color: #f5ff7d;
  color: #8b9700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5ff7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9e9e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f5ff7d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f5ff7d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5ff7d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5ff7d;
}
.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: #f5ff7d;
  border-bottom-color: #f5ff7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f5ff7d !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: #ede7e2 !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='%23f5ff7d' %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.4s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8vw;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 5.3vw;
  }
}
.row {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .row > [class*="col"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 66px;
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .6s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  overflow: hidden;
}
.custom-section-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
  animation: btn-move-out 0.6s ease-in-out;
}
.custom-section-btn .btn-primary {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #f5ff7d;
  transition: .6s all;
}
.custom-section-btn .btn-primary:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-primary:hover:after {
  left: 100%;
}
.custom-section-btn .btn-white {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #ede7e2;
  transition: .6s all;
}
.custom-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-white:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black {
  color: #FFFFFF !important;
  background: #f5ff7d !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black-outline {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #FFFFFF;
  transition: .6s all;
}
.custom-section-btn .btn-black-outline:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black-outline:hover:after {
  left: 100%;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
    z-index: 2;
  }
}
@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(-100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-100%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.form-wrapper form {
  width: 100%;
}
.form-wrapper form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.form-wrapper form p {
  color: #000000;
}
.form-wrapper form .mbr-section-btn {
  text-align: right;
  justify-content: flex-end;
  margin-right: auto;
}
.form-wrapper form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.form-wrapper form .form-control {
  height: 62px;
  border: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 20px 32px;
  font-size: 18px;
  line-height: normal !important;
  color: #000000;
  font-weight: 500;
}
.form-wrapper form .form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-wrapper form .form-control::-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-ms-input-placeholder {
  color: #757575;
}
.form-wrapper form select {
  color: #757575 !important;
}
.form-wrapper form textarea {
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 32px !important;
  resize: none;
}
.form-wrapper form textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input,
.form-wrapper form textarea {
  transition: .5s all;
}
.form-wrapper form input:active,
.form-wrapper form textarea:active,
.form-wrapper form input:focus,
.form-wrapper form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.form-wrapper form input:active::-webkit-input-placeholder,
.form-wrapper form textarea:active::-webkit-input-placeholder,
.form-wrapper form input:focus::-webkit-input-placeholder,
.form-wrapper form textarea:focus::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active::-moz-placeholder,
.form-wrapper form textarea:active::-moz-placeholder,
.form-wrapper form input:focus::-moz-placeholder,
.form-wrapper form textarea:focus::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-moz-placeholder,
.form-wrapper form textarea:active:-moz-placeholder,
.form-wrapper form input:focus:-moz-placeholder,
.form-wrapper form textarea:focus:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-ms-input-placeholder,
.form-wrapper form textarea:active:-ms-input-placeholder,
.form-wrapper form input:focus:-ms-input-placeholder,
.form-wrapper form textarea:focus:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form-wrapper form .row [class*=col] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-wrapper form label {
  width: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
.form-wrapper form .form-check-input {
  border-color: #757575 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.form-wrapper form .form-check-input:focus,
.form-wrapper form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.form-wrapper form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #757575 !important;
}
.cid-tlJMHuLRwh {
  z-index: 1000;
  width: 100%;
}
.cid-tlJMHuLRwh nav.navbar {
  position: fixed;
}
.cid-tlJMHuLRwh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlJMHuLRwh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlJMHuLRwh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlJMHuLRwh .dropdown-item:hover,
.cid-tlJMHuLRwh .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-tlJMHuLRwh .dropdown-item:hover span {
  color: white;
}
.cid-tlJMHuLRwh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlJMHuLRwh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlJMHuLRwh .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlJMHuLRwh .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlJMHuLRwh .nav-link {
  position: relative;
}
.cid-tlJMHuLRwh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlJMHuLRwh .container {
    flex-wrap: nowrap;
  }
}
.cid-tlJMHuLRwh .dropdown-menu,
.cid-tlJMHuLRwh .navbar.opened {
  background: #000000 !important;
}
.cid-tlJMHuLRwh .nav-item:focus,
.cid-tlJMHuLRwh .nav-link:focus {
  outline: none;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlJMHuLRwh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlJMHuLRwh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlJMHuLRwh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlJMHuLRwh .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-tlJMHuLRwh .navbar.opened {
  transition: all 0.3s;
}
.cid-tlJMHuLRwh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlJMHuLRwh .navbar .navbar-logo img {
  width: auto;
}
.cid-tlJMHuLRwh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlJMHuLRwh .navbar.collapsed {
  justify-content: center;
}
.cid-tlJMHuLRwh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlJMHuLRwh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlJMHuLRwh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tlJMHuLRwh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlJMHuLRwh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlJMHuLRwh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlJMHuLRwh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlJMHuLRwh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tlJMHuLRwh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlJMHuLRwh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlJMHuLRwh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlJMHuLRwh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlJMHuLRwh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlJMHuLRwh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlJMHuLRwh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlJMHuLRwh .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-tlJMHuLRwh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tlJMHuLRwh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJMHuLRwh .dropdown-item.active,
.cid-tlJMHuLRwh .dropdown-item:active {
  background-color: transparent;
}
.cid-tlJMHuLRwh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlJMHuLRwh .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlJMHuLRwh .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlJMHuLRwh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tlJMHuLRwh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlJMHuLRwh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlJMHuLRwh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlJMHuLRwh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlJMHuLRwh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlJMHuLRwh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlJMHuLRwh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlJMHuLRwh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlJMHuLRwh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJMHuLRwh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlJMHuLRwh .navbar {
    height: 70px;
  }
  .cid-tlJMHuLRwh .navbar.opened {
    height: auto;
  }
  .cid-tlJMHuLRwh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlJMHuLRwh .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-tlJMHuLRwh .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-tlJMHuLRwh .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-tlJMHuLRwh .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-tlJMHuLRwh .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-tlJMHuLRwh .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-tlJMHuLRwh .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-tlJMHuLRwh .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tlJMHuLRwh .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tlJMHuLRwh .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-tlJMHuLRwh .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tlJMHuLRwh .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-tlJMHuLRwh .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-tlJMHuLRwh .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-tlJMHuLRwh .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-tlJMHuLRwh .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-tlJMHuLRwh .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-tlJMHuLRwh .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-tlJMHuLRwh .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-tlJMHuLRwh .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-tlJMHuLRwh .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tlJMIKbuHg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kaneohe-electrician-bulb-repair-1024x683.jpg-1024x683.jpg");
}
.cid-tlJMIKbuHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJMIKbuHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJMIKbuHg .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-tlJMIKbuHg .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tlJMIKbuHg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tlJMIKbuHg .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tlJMIKbuHg .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-tlJMIKbuHg .mbr-section-title-2 {
  color: #ffffff;
}
.cid-tlJMIKbuHg .mbr-section-title-3 {
  color: #ffffff;
}
.cid-tlJMIKbuHg .mbr-section-title-1 {
  color: #ffffff;
}
.cid-tlJOKREgeO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #232323;
  position: relative;
}
.cid-tlJOKREgeO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f5f0;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJOKREgeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJOKREgeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlJOKREgeO .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tlJOKREgeO .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tlJOKREgeO .col-img {
    order: 1;
  }
}
.cid-tlJOKREgeO .text-wrapper {
  width: 100%;
}
.cid-tlJOKREgeO .mbr-section-title {
  color: #000000;
}
.cid-tlJOKREgeO .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tlJOKREgeO .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJOKREgeO .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-tlJOKREgeO .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tlJOKREgeO .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tlJOKREgeO .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.cid-tlJOKREgeO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlJOKREgeO .mbr-text,
.cid-tlJOKREgeO .mbr-section-btn {
  color: #000000;
}
.cid-uPNTMPX5yq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPNTMPX5yq .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-uPNTMPX5yq .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uPNTMPX5yq .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPNTMPX5yq .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPNTMPX5yq .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPNTMPX5yq .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uPNTMPX5yq .mbr-text {
    margin-top: 10px;
  }
  .cid-uPNTMPX5yq .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uPNTMPX5yq .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uPNTMPX5yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNTMPX5yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJQRmdWaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-tlJQRmdWaS .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJQRmdWaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJQRmdWaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlJQRmdWaS .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tlJQRmdWaS .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tlJQRmdWaS .col-img {
    order: 1;
  }
}
.cid-tlJQRmdWaS .text-wrapper {
  width: 100%;
}
.cid-tlJQRmdWaS .mbr-section-title {
  color: #ffffff;
}
.cid-tlJQRmdWaS .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tlJQRmdWaS .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJQRmdWaS .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-tlJQRmdWaS .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tlJQRmdWaS .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tlJQRmdWaS .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.cid-tlJQRmdWaS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlJQRmdWaS .mbr-text,
.cid-tlJQRmdWaS .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNV5gERGB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPNV5gERGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNV5gERGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNV5gERGB .card {
  justify-content: flex-end;
}
.cid-uPNV5gERGB .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPNV5gERGB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPNV5gERGB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPNV5gERGB .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPNV5gERGB .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-uPNV5gERGB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNV5gERGB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #000000;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uPNV5gERGB .items-wrapper {
    display: block;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #000000;
  border-bottom: 3px dashed #000000;
}
@media (max-width: 1200px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #000000;
}
@media (max-width: 1200px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPNV5gERGB .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-uPNV5gERGB .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPNV5gERGB .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-uPNV5gERGB .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPNV5gERGB .mbr-label {
  color: #000000;
}
.cid-uPNV5gERGB .mbr-section-title {
  color: #c10b02;
}
.cid-uPNV5gERGB .item-number {
  color: #c10b02;
}
.cid-uPNV5gERGB .item-title {
  color: #c10b02;
}
.cid-uPNV5gERGB .item-text {
  color: #000000;
}
.cid-uPNV5gERGB .mbr-section-title,
.cid-uPNV5gERGB .mbr-section-btn {
  color: #000000;
}
.cid-uPNV5gERGB .item-title,
.cid-uPNV5gERGB .mbr-section-btn {
  color: #000000;
}
.cid-uPNWwNHlJ8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPNWwNHlJ8 .mbr-text {
  color: #000000;
}
.cid-uPNWwNHlJ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPNWwNHlJ8 .mbr-section-title {
  color: #000000;
}
.cid-tlJSwDYSq4 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tlJSwDYSq4 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJSwDYSq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJSwDYSq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJSwDYSq4 .text-wrapper {
  width: 100%;
}
.cid-tlJSwDYSq4 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlJSwDYSq4 .mbr-section-title {
    text-align: left !important;
  }
}
.cid-tlJSwDYSq4 .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tlJSwDYSq4 .mbr-text {
    text-align: left !important;
  }
}
.cid-tlJSwDYSq4 .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tlJSwDYSq4 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tlJSwDYSq4 .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-tlJSwDYSq4 .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-tlJSwDYSq4 .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-tlJSwDYSq4 .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-tlJSwDYSq4 .mbr-text,
.cid-tlJSwDYSq4 .mbr-section-btn {
  text-align: center;
}
.cid-uPNXNtRTpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPNXNtRTpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNXNtRTpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNXNtRTpe .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPNXNtRTpe .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper {
    padding: 22px;
  }
}
.cid-uPNXNtRTpe .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPNXNtRTpe .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPNXNtRTpe .card-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPNXNtRTpe .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNXNtRTpe .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNXNtRTpe .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .cid-uPNXNtRTpe .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.cid-uPNXNtRTpe .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPNXNtRTpe .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPNXNtRTpe .mbr-label {
  color: #c10b02;
}
.cid-uPNXNtRTpe .mbr-section-title {
  color: #c10b02;
}
.cid-uPNXNtRTpe .mbr-desc {
  color: #4b4949;
}
.cid-uPNXNtRTpe .mbr-text {
  color: #4b4949;
}
.cid-uPNXNtRTpe .mbr-text,
.cid-uPNXNtRTpe .text-wrapper {
  color: #000000;
}
.cid-uPNXNtRTpe .mbr-section-title,
.cid-uPNXNtRTpe .mbr-section-btn {
  color: #000000;
}
.cid-tlJSjLv9tX {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f7f5f0;
}
.cid-tlJSjLv9tX .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJSjLv9tX .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tlJSjLv9tX .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJSjLv9tX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tlJSjLv9tX .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJSjLv9tX .mbr-text {
  color: #ffffff;
}
.cid-uPNYetMDTB {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7f5f0;
}
.cid-uPNYetMDTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNYetMDTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNYetMDTB .row {
  justify-content: space-between;
}
.cid-uPNYetMDTB .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPNYetMDTB .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPNYetMDTB .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPNYetMDTB .image-wrapper img {
    height: 350px;
  }
}
.cid-uPNYetMDTB .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uPNYetMDTB .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #000000;
  margin-bottom: 0;
}
.cid-uPNYetMDTB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPNYetMDTB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPNYetMDTB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPNYetMDTB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPNYetMDTB .mbr-label {
  color: #19171c;
}
.cid-uPNYetMDTB .mbr-section-title {
  color: #19171c;
}
.cid-uPNYetMDTB .mbr-text,
.cid-uPNYetMDTB .text-wrapper {
  color: #000000;
}
.cid-uPNYetMDTB .mbr-label,
.cid-uPNYetMDTB .label-wrapper {
  color: #ffffff;
}
.cid-uPNZ6OVYPQ {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/1-7-1024x683.jpg-1024x683.jpg");
}
.cid-uPNZ6OVYPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNZ6OVYPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNZ6OVYPQ .row {
  justify-content: center;
}
.cid-uPNZ6OVYPQ .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPNZ6OVYPQ .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPNZ6OVYPQ .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNZ6OVYPQ .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPNZ6OVYPQ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPNZ6OVYPQ .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uPNZ6OVYPQ .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPNZ6OVYPQ .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPNZ6OVYPQ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPNZ6OVYPQ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPNZ6OVYPQ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPNZ6OVYPQ .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPNZ6OVYPQ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNZ6OVYPQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPNZ6OVYPQ .mbr-text,
.cid-uPNZ6OVYPQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNZ6OVYPQ .mbr-section-title,
.cid-uPNZ6OVYPQ .mbr-section-btn {
  text-align: center;
}
.cid-uPNZItBHzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPNZItBHzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNZItBHzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNZItBHzl .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPNZItBHzl .content-wrapper {
    padding: 0;
  }
}
.cid-uPNZItBHzl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPNZItBHzl .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNZItBHzl .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uPNZItBHzl .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPNZItBHzl .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPNZItBHzl .mbr-section-title {
  color: #050f0f;
}
.cid-tlJSdPfCNW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f5f0;
  overflow: hidden;
}
.cid-tlJSdPfCNW .mbr-text {
  color: #000000;
}
.cid-uPO2h9ZYG8 {
  z-index: 1000;
  width: 100%;
}
.cid-uPO2h9ZYG8 nav.navbar {
  position: fixed;
}
.cid-uPO2h9ZYG8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO2h9ZYG8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO2h9ZYG8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPO2h9ZYG8 .dropdown-item:hover,
.cid-uPO2h9ZYG8 .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uPO2h9ZYG8 .dropdown-item:hover span {
  color: white;
}
.cid-uPO2h9ZYG8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO2h9ZYG8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO2h9ZYG8 .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO2h9ZYG8 .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO2h9ZYG8 .nav-link {
  position: relative;
}
.cid-uPO2h9ZYG8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPO2h9ZYG8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uPO2h9ZYG8 .dropdown-menu,
.cid-uPO2h9ZYG8 .navbar.opened {
  background: #000000 !important;
}
.cid-uPO2h9ZYG8 .nav-item:focus,
.cid-uPO2h9ZYG8 .nav-link:focus {
  outline: none;
}
.cid-uPO2h9ZYG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO2h9ZYG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO2h9ZYG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO2h9ZYG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO2h9ZYG8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO2h9ZYG8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO2h9ZYG8 .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uPO2h9ZYG8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO2h9ZYG8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO2h9ZYG8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO2h9ZYG8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO2h9ZYG8 .navbar.collapsed {
  justify-content: center;
}
.cid-uPO2h9ZYG8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO2h9ZYG8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO2h9ZYG8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uPO2h9ZYG8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO2h9ZYG8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO2h9ZYG8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO2h9ZYG8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO2h9ZYG8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO2h9ZYG8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO2h9ZYG8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO2h9ZYG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO2h9ZYG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO2h9ZYG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO2h9ZYG8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO2h9ZYG8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO2h9ZYG8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO2h9ZYG8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO2h9ZYG8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO2h9ZYG8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO2h9ZYG8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO2h9ZYG8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO2h9ZYG8 .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uPO2h9ZYG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPO2h9ZYG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO2h9ZYG8 .dropdown-item.active,
.cid-uPO2h9ZYG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO2h9ZYG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO2h9ZYG8 .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO2h9ZYG8 .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO2h9ZYG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPO2h9ZYG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO2h9ZYG8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO2h9ZYG8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO2h9ZYG8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO2h9ZYG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO2h9ZYG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uPO2h9ZYG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO2h9ZYG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO2h9ZYG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO2h9ZYG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO2h9ZYG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO2h9ZYG8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO2h9ZYG8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO2h9ZYG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO2h9ZYG8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO2h9ZYG8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO2h9ZYG8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO2h9ZYG8 .navbar {
    height: 70px;
  }
  .cid-uPO2h9ZYG8 .navbar.opened {
    height: auto;
  }
  .cid-uPO2h9ZYG8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO2h9ZYG8 .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uPO2h9ZYG8 .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uPO2h9ZYG8 .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-uPO2h9ZYG8 .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uPO2h9ZYG8 .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uPO2h9ZYG8 .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uPO2h9ZYG8 .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uPO2h9ZYG8 .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO2h9ZYG8 .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO2h9ZYG8 .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO2h9ZYG8 .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uPO2h9ZYG8 .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uPO2h9ZYG8 .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uPO2h9ZYG8 .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-uPO2h9ZYG8 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uPO2h9ZYG8 .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uPO2h9ZYG8 .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-uPO2h9ZYG8 .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uPO2h9ZYG8 .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uPO2h9ZYG8 .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uPO2h9ZYG8 .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uPO2h9ZYG8 .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uPO2h9ZYG8 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uPO2h9ZYG8 .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uPO2hbckxj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/contemporary-home-with-pendant-lights-in-stairway.png-1797x1410.png");
}
.cid-uPO2hbckxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2hbckxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2hbckxj .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-uPO2hbckxj .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-uPO2hbckxj .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uPO2hbckxj .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPO2hbckxj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uPO2hbckxj .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPO2hbckxj .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uPO2hbckxj .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uPO2hbckxj .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uPO2hbckxj .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uPO2hbckxj .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uPO2hbckxj .mbr-section-title-2 {
  color: #ffffff;
}
.cid-uPO2hbckxj .mbr-section-title-3 {
  color: #ffffff;
}
.cid-uPO2hbckxj .mbr-section-title-1 {
  color: #ffffff;
}
.cid-uPO2hdE2Ql {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPO2hdE2Ql .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-uPO2hdE2Ql .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uPO2hdE2Ql .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPO2hdE2Ql .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uPO2hdE2Ql .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPO2hdE2Ql .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uPO2hdE2Ql .mbr-text {
    margin-top: 10px;
  }
  .cid-uPO2hdE2Ql .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uPO2hdE2Ql .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uPO2hdE2Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2hdE2Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2hmTe1w {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bringing-your-hotel-to-life-with-creative-lighting-ideas-result-603a8d5473.jpg-2000x1458.jpg");
}
.cid-uPO2hmTe1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2hmTe1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2hmTe1w .row {
  justify-content: center;
}
.cid-uPO2hmTe1w .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPO2hmTe1w .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPO2hmTe1w .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPO2hmTe1w .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPO2hmTe1w .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPO2hmTe1w .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uPO2hmTe1w .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPO2hmTe1w .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPO2hmTe1w .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPO2hmTe1w .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPO2hmTe1w .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPO2hmTe1w .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPO2hmTe1w .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPO2hmTe1w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPO2hmTe1w .mbr-text,
.cid-uPO2hmTe1w .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPO2hmTe1w .mbr-section-title,
.cid-uPO2hmTe1w .mbr-section-btn {
  text-align: center;
}
.cid-uPO2hnPTJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPO2hnPTJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO2hnPTJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO2hnPTJy .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPO2hnPTJy .content-wrapper {
    padding: 0;
  }
}
.cid-uPO2hnPTJy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO2hnPTJy .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPO2hnPTJy .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uPO2hnPTJy .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPO2hnPTJy .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPO2hnPTJy .mbr-section-title {
  color: #050f0f;
}
.cid-uPO2hoSiBt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f5f0;
  overflow: hidden;
}
.cid-uPO2hoSiBt .mbr-text {
  color: #000000;
}
.cid-uPO4zo5Llp {
  z-index: 1000;
  width: 100%;
}
.cid-uPO4zo5Llp nav.navbar {
  position: fixed;
}
.cid-uPO4zo5Llp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4zo5Llp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO4zo5Llp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPO4zo5Llp .dropdown-item:hover,
.cid-uPO4zo5Llp .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uPO4zo5Llp .dropdown-item:hover span {
  color: white;
}
.cid-uPO4zo5Llp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO4zo5Llp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO4zo5Llp .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO4zo5Llp .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO4zo5Llp .nav-link {
  position: relative;
}
.cid-uPO4zo5Llp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPO4zo5Llp .container {
    flex-wrap: nowrap;
  }
}
.cid-uPO4zo5Llp .dropdown-menu,
.cid-uPO4zo5Llp .navbar.opened {
  background: #000000 !important;
}
.cid-uPO4zo5Llp .nav-item:focus,
.cid-uPO4zo5Llp .nav-link:focus {
  outline: none;
}
.cid-uPO4zo5Llp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO4zo5Llp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO4zo5Llp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO4zo5Llp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO4zo5Llp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO4zo5Llp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO4zo5Llp .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uPO4zo5Llp .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO4zo5Llp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO4zo5Llp .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO4zo5Llp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO4zo5Llp .navbar.collapsed {
  justify-content: center;
}
.cid-uPO4zo5Llp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO4zo5Llp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO4zo5Llp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uPO4zo5Llp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO4zo5Llp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO4zo5Llp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO4zo5Llp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO4zo5Llp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO4zo5Llp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO4zo5Llp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO4zo5Llp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO4zo5Llp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO4zo5Llp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO4zo5Llp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO4zo5Llp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO4zo5Llp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO4zo5Llp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO4zo5Llp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO4zo5Llp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO4zo5Llp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO4zo5Llp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO4zo5Llp .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uPO4zo5Llp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPO4zo5Llp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO4zo5Llp .dropdown-item.active,
.cid-uPO4zo5Llp .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO4zo5Llp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO4zo5Llp .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO4zo5Llp .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO4zo5Llp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPO4zo5Llp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO4zo5Llp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO4zo5Llp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO4zo5Llp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO4zo5Llp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO4zo5Llp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uPO4zo5Llp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO4zo5Llp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4zo5Llp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO4zo5Llp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO4zo5Llp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4zo5Llp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO4zo5Llp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO4zo5Llp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO4zo5Llp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO4zo5Llp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO4zo5Llp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO4zo5Llp .navbar {
    height: 70px;
  }
  .cid-uPO4zo5Llp .navbar.opened {
    height: auto;
  }
  .cid-uPO4zo5Llp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO4zo5Llp .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uPO4zo5Llp .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uPO4zo5Llp .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-uPO4zo5Llp .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uPO4zo5Llp .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uPO4zo5Llp .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uPO4zo5Llp .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uPO4zo5Llp .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO4zo5Llp .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO4zo5Llp .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO4zo5Llp .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uPO4zo5Llp .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uPO4zo5Llp .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uPO4zo5Llp .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-uPO4zo5Llp .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uPO4zo5Llp .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uPO4zo5Llp .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-uPO4zo5Llp .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uPO4zo5Llp .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uPO4zo5Llp .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uPO4zo5Llp .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uPO4zo5Llp .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uPO4zo5Llp .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uPO4zo5Llp .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uPO4zp38d6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/future-of-ev-charging-stations-india-8bb23898be.png-1600x840.png");
}
.cid-uPO4zp38d6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4zp38d6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4zp38d6 .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-uPO4zp38d6 .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-uPO4zp38d6 .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uPO4zp38d6 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPO4zp38d6 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uPO4zp38d6 .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPO4zp38d6 .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uPO4zp38d6 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uPO4zp38d6 .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uPO4zp38d6 .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uPO4zp38d6 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uPO4zp38d6 .mbr-section-title-2 {
  color: #ffffff;
}
.cid-uPO4zp38d6 .mbr-section-title-3 {
  color: #ffffff;
}
.cid-uPO4zp38d6 .mbr-section-title-1 {
  color: #ffffff;
}
.cid-uPO4zq9ZbT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPO4zq9ZbT .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-uPO4zq9ZbT .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uPO4zq9ZbT .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPO4zq9ZbT .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uPO4zq9ZbT .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPO4zq9ZbT .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uPO4zq9ZbT .mbr-text {
    margin-top: 10px;
  }
  .cid-uPO4zq9ZbT .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uPO4zq9ZbT .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uPO4zq9ZbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4zq9ZbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4zrfCDt {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc8243.png-2000x1333.png");
}
.cid-uPO4zrfCDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4zrfCDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4zrfCDt .row {
  justify-content: center;
}
.cid-uPO4zrfCDt .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPO4zrfCDt .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPO4zrfCDt .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPO4zrfCDt .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPO4zrfCDt .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPO4zrfCDt .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uPO4zrfCDt .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPO4zrfCDt .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPO4zrfCDt .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPO4zrfCDt .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPO4zrfCDt .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPO4zrfCDt .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPO4zrfCDt .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPO4zrfCDt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPO4zrfCDt .mbr-text,
.cid-uPO4zrfCDt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPO4zrfCDt .mbr-section-title,
.cid-uPO4zrfCDt .mbr-section-btn {
  text-align: center;
}
.cid-uPO4zs5CnO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPO4zs5CnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO4zs5CnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4zs5CnO .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPO4zs5CnO .content-wrapper {
    padding: 0;
  }
}
.cid-uPO4zs5CnO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO4zs5CnO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPO4zs5CnO .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uPO4zs5CnO .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPO4zs5CnO .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPO4zs5CnO .mbr-section-title {
  color: #050f0f;
}
.cid-uPO4zt0Dus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f5f0;
  overflow: hidden;
}
.cid-uPO4zt0Dus .mbr-text {
  color: #000000;
}
.cid-uPO5VZZPDD {
  z-index: 1000;
  width: 100%;
}
.cid-uPO5VZZPDD nav.navbar {
  position: fixed;
}
.cid-uPO5VZZPDD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO5VZZPDD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPO5VZZPDD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPO5VZZPDD .dropdown-item:hover,
.cid-uPO5VZZPDD .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uPO5VZZPDD .dropdown-item:hover span {
  color: white;
}
.cid-uPO5VZZPDD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPO5VZZPDD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPO5VZZPDD .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPO5VZZPDD .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPO5VZZPDD .nav-link {
  position: relative;
}
.cid-uPO5VZZPDD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPO5VZZPDD .container {
    flex-wrap: nowrap;
  }
}
.cid-uPO5VZZPDD .dropdown-menu,
.cid-uPO5VZZPDD .navbar.opened {
  background: #000000 !important;
}
.cid-uPO5VZZPDD .nav-item:focus,
.cid-uPO5VZZPDD .nav-link:focus {
  outline: none;
}
.cid-uPO5VZZPDD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPO5VZZPDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPO5VZZPDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPO5VZZPDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPO5VZZPDD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPO5VZZPDD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPO5VZZPDD .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uPO5VZZPDD .navbar.opened {
  transition: all 0.3s;
}
.cid-uPO5VZZPDD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPO5VZZPDD .navbar .navbar-logo img {
  width: auto;
}
.cid-uPO5VZZPDD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPO5VZZPDD .navbar.collapsed {
  justify-content: center;
}
.cid-uPO5VZZPDD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPO5VZZPDD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPO5VZZPDD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uPO5VZZPDD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPO5VZZPDD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPO5VZZPDD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPO5VZZPDD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPO5VZZPDD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPO5VZZPDD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPO5VZZPDD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPO5VZZPDD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPO5VZZPDD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPO5VZZPDD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPO5VZZPDD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPO5VZZPDD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPO5VZZPDD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPO5VZZPDD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPO5VZZPDD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPO5VZZPDD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPO5VZZPDD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPO5VZZPDD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPO5VZZPDD .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uPO5VZZPDD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uPO5VZZPDD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPO5VZZPDD .dropdown-item.active,
.cid-uPO5VZZPDD .dropdown-item:active {
  background-color: transparent;
}
.cid-uPO5VZZPDD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPO5VZZPDD .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPO5VZZPDD .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPO5VZZPDD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPO5VZZPDD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPO5VZZPDD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPO5VZZPDD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPO5VZZPDD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPO5VZZPDD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPO5VZZPDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uPO5VZZPDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPO5VZZPDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO5VZZPDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPO5VZZPDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPO5VZZPDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO5VZZPDD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPO5VZZPDD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPO5VZZPDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPO5VZZPDD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPO5VZZPDD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPO5VZZPDD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPO5VZZPDD .navbar {
    height: 70px;
  }
  .cid-uPO5VZZPDD .navbar.opened {
    height: auto;
  }
  .cid-uPO5VZZPDD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPO5VZZPDD .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uPO5VZZPDD .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uPO5VZZPDD .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
}
.cid-uPO5VZZPDD .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uPO5VZZPDD .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uPO5VZZPDD .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uPO5VZZPDD .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uPO5VZZPDD .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO5VZZPDD .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO5VZZPDD .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uPO5VZZPDD .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uPO5VZZPDD .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uPO5VZZPDD .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uPO5VZZPDD .navbar-nav {
    border: none;
    background: transparent;
  }
  .cid-uPO5VZZPDD .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uPO5VZZPDD .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uPO5VZZPDD .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
  }
  .cid-uPO5VZZPDD .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uPO5VZZPDD .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uPO5VZZPDD .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uPO5VZZPDD .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uPO5VZZPDD .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uPO5VZZPDD .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uPO5VZZPDD .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uPO5W103mO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dispanl2.jpg-1500x1000.jpg");
}
.cid-uPO5W103mO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO5W103mO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO5W103mO .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-uPO5W103mO .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-uPO5W103mO .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uPO5W103mO .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPO5W103mO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uPO5W103mO .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPO5W103mO .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uPO5W103mO .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uPO5W103mO .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uPO5W103mO .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uPO5W103mO .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uPO5W103mO .mbr-section-title-2 {
  color: #ffffff;
}
.cid-uPO5W103mO .mbr-section-title-3 {
  color: #ffffff;
}
.cid-uPO5W103mO .mbr-section-title-1 {
  color: #ffffff;
}
.cid-uPO5W2jZP5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPO5W2jZP5 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-uPO5W2jZP5 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uPO5W2jZP5 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uPO5W2jZP5 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uPO5W2jZP5 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uPO5W2jZP5 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uPO5W2jZP5 .mbr-text {
    margin-top: 10px;
  }
  .cid-uPO5W2jZP5 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uPO5W2jZP5 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uPO5W2jZP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO5W2jZP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO5W3yE8H {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/how-to-buy-electrical-panels-section-5.jpg-1025x625.jpg");
}
.cid-uPO5W3yE8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO5W3yE8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO5W3yE8H .row {
  justify-content: center;
}
.cid-uPO5W3yE8H .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPO5W3yE8H .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPO5W3yE8H .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPO5W3yE8H .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPO5W3yE8H .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPO5W3yE8H .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
.cid-uPO5W3yE8H .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPO5W3yE8H .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPO5W3yE8H .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPO5W3yE8H .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPO5W3yE8H .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPO5W3yE8H .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPO5W3yE8H .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPO5W3yE8H .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPO5W3yE8H .mbr-text,
.cid-uPO5W3yE8H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPO5W3yE8H .mbr-section-title,
.cid-uPO5W3yE8H .mbr-section-btn {
  text-align: center;
}
.cid-uPO5W4xn6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uPO5W4xn6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO5W4xn6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO5W4xn6J .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPO5W4xn6J .content-wrapper {
    padding: 0;
  }
}
.cid-uPO5W4xn6J .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPO5W4xn6J .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPO5W4xn6J .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uPO5W4xn6J .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPO5W4xn6J .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uPO5W4xn6J .mbr-section-title {
  color: #050f0f;
}
.cid-uPO5W6nVUd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f5f0;
  overflow: hidden;
}
.cid-uPO5W6nVUd .mbr-text {
  color: #000000;
}
