body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sHKj7HQtWO {
  background-image: url("../../../assets/images/3d-with-roof-solar4-1500x877.png");
}
.cid-sHKj7HQtWO .mbr-section-title {
  color: #e6c63b;
  text-align: left;
}
.cid-sHKj7HQtWO .mbr-text,
.cid-sHKj7HQtWO .mbr-section-btn {
  color: #fafafa;
}
.cid-sHFF0qbUXh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sHFF0qbUXh img,
.cid-sHFF0qbUXh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sHFF0qbUXh .item:focus,
.cid-sHFF0qbUXh span:focus {
  outline: none;
}
.cid-sHFF0qbUXh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHFF0qbUXh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHFF0qbUXh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sHFF0qbUXh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHFF0qbUXh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sHFF0qbUXh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sHFF0qbUXh .item-wrapper {
  background: transparent;
}
.cid-sHFF0qbUXh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHFF0qbUXh .mbr-section-title {
  color: #232323;
}
.cid-sHFF0qbUXh .mbr-text,
.cid-sHFF0qbUXh .mbr-section-btn {
  text-align: left;
}
.cid-sHFF0qbUXh .item-title {
  text-align: left;
}
.cid-sHFF0qbUXh .item-subtitle {
  text-align: center;
}
.cid-sHFF0qbUXh .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sHS7qlvDWi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aerial-view-deka-business-city-960x540.jpg");
}
.cid-sHS7qlvDWi .mbr-text,
.cid-sHS7qlvDWi .mbr-section-btn {
  color: #232323;
}
.cid-sHS7qlvDWi .card-title,
.cid-sHS7qlvDWi .card-box {
  color: #ffffff;
}
.cid-sHS7qlvDWi .mbr-text,
.cid-sHS7qlvDWi .link-wrap {
  color: #ffffff;
}
.cid-sHOYQlOMf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHOYQlOMf5 img,
.cid-sHOYQlOMf5 .item-img {
  width: 100%;
}
.cid-sHOYQlOMf5 .item:focus,
.cid-sHOYQlOMf5 span:focus {
  outline: none;
}
.cid-sHOYQlOMf5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHOYQlOMf5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHOYQlOMf5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHOYQlOMf5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sHOYQlOMf5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHOYQlOMf5 .mbr-section-title {
  color: #232323;
}
.cid-sHOYQlOMf5 .mbr-text,
.cid-sHOYQlOMf5 .mbr-section-btn {
  text-align: left;
}
.cid-sHOYQlOMf5 .item-title {
  text-align: left;
}
.cid-sHOYQlOMf5 .item-subtitle {
  text-align: center;
}
.cid-s48vnjULo4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-s48vnjULo4 .mbr-section-title {
  text-align: center;
}
.cid-s48vnjULo4 .mbr-section-subtitle {
  text-align: center;
}
.cid-sHSqP9OlAQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHSqP9OlAQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sHSqP9OlAQ .row {
  flex-direction: row-reverse;
}
.cid-sHSqP9OlAQ img {
  width: 100%;
}
.cid-sHOZXDcaWt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sHOZXDcaWt .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sHOZXDcaWt .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHOZXDcaWt .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHOZXDcaWt .card {
    margin-bottom: 2rem;
  }
  .cid-sHOZXDcaWt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHOZXDcaWt .icon-title {
  color: #e6c63b;
}
.cid-sHOZXDcaWt .mbr-text,
.cid-sHOZXDcaWt .mbr-section-btn {
  color: #232323;
}
.cid-sHSqclSWAQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHSqclSWAQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sHSqclSWAQ .row {
  flex-direction: row-reverse;
}
.cid-sHSqclSWAQ img {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHOYWP4pNO {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sHOYWP4pNO .mbr-text,
.cid-sHOYWP4pNO .mbr-section-btn {
  color: #232323;
}
.cid-sHOYWP4pNO .btn {
  width: 100%;
}
.cid-sHOYWP4pNO .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sI0UKP11Uu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sI0UKP11Uu .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sI0UKP11Uu .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sI0UKP11Uu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sI0UKP11Uu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sI0UKP11Uu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sI0UKP11Uu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sI0UKP11Uu .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sI0UKP11Uu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHP0i6xYE6 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-sHP0i6xYE6 .carousel {
  width: 100%;
}
.cid-sHP0i6xYE6 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sHP0i6xYE6 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sHP0i6xYE6 .carousel-caption {
  bottom: 40px;
}
.cid-sHP0i6xYE6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHP0i6xYE6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHP0i6xYE6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sHP0i6xYE6 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sHP0i6xYE6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHP0i6xYE6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHP0i6xYE6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sHP0i6xYE6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHP0i6xYE6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHP0i6xYE6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHP0i6xYE6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHP0i6xYE6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sHP0i6xYE6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHP0i6xYE6 .carousel-indicators li.active,
.cid-sHP0i6xYE6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHP0i6xYE6 .carousel-indicators li::after,
.cid-sHP0i6xYE6 .carousel-indicators li::before {
  content: none;
}
.cid-sHP0i6xYE6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHP0i6xYE6 .carousel-indicators {
    display: none !important;
  }
}
.cid-sHOZWkS3eu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHOZWkS3eu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sHOZWkS3eu .card {
    margin-bottom: 2rem!important;
  }
  .cid-sHOZWkS3eu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHOZWkS3eu .link-wrap {
    align-items: center;
  }
}
.cid-sHOZWkS3eu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHOZWkS3eu .card-title,
.cid-sHOZWkS3eu .card-box {
  text-align: left;
}
.cid-sHP14MtxIo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sHP14MtxIo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sHP14MtxIo .plan-body {
  padding-bottom: 2rem;
}
.cid-sHP14MtxIo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHP14MtxIo .price {
  color: #000000;
}
.cid-sHP14MtxIo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sHP14MtxIo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sHP14MtxIo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sHP14MtxIo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sHP14MtxIo .plan {
    margin-bottom: 2rem;
  }
}
.cid-sHP14MtxIo UL {
  text-align: center;
}
.cid-sHW8LIPJMF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sHW8LIPJMF .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sHW8LIPJMF .plan-body {
  padding-bottom: 2rem;
}
.cid-sHW8LIPJMF .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHW8LIPJMF .price {
  color: #000000;
}
.cid-sHW8LIPJMF .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sHW8LIPJMF .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sHW8LIPJMF .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sHW8LIPJMF .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sHW8LIPJMF .plan {
    margin-bottom: 2rem;
  }
}
.cid-sHW8LIPJMF UL {
  text-align: center;
}
.cid-sHP02sGo36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-sHP02sGo36 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sHP02sGo36 .mbr-text {
  color: #fafafa;
}
.cid-sHOZ5a0qhz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHOZ5a0qhz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sHOZ5a0qhz .panel-group {
  border: none;
}
.cid-sHOZ5a0qhz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHOZ5a0qhz .panel-body,
.cid-sHOZ5a0qhz .card-header {
  padding: 1rem 0;
}
.cid-sHOZ5a0qhz .panel-title-edit {
  color: #274781;
}
.cid-sHOZ5a0qhz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sHOZ5a0qhz H3 {
  color: #000000;
}
.cid-sI1KDzPSiR {
  background-image: url("../../../assets/images/denka-collage-2-2000x1000.jpg");
}
.cid-sHP0MzVbAE {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sHP0MzVbAE .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-sHP0MzVbAE .number {
  color: #232323;
}
.cid-sHP0MzVbAE .period {
  display: block;
}
.cid-sHP0MzVbAE .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sHP0MzVbAE .period {
    font-size: 0.8rem;
  }
}
.cid-sHP0MzVbAE .btn {
  height: 100%;
  margin: 0;
}
.cid-sHP0MzVbAE .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sHWXOJLYOX {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sHWXOJLYOX .mbr-text,
.cid-sHWXOJLYOX .mbr-section-btn {
  color: #232323;
}
.cid-sHWXOJLYOX .card-title,
.cid-sHWXOJLYOX .card-box {
  color: #ffffff;
}
.cid-sHWXOJLYOX .mbr-text,
.cid-sHWXOJLYOX .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-sHPOzxickB {
  background-image: url("../../../assets/images/3d-view-exterior-10-1080x607.png");
}
.cid-sHPOzxickB .mbr-section-title {
  color: #000000;
}
.cid-sHPOQkDz4Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHPOQkDz4Z .mbr-text {
  color: #767676;
}
.cid-sHPOQkDz4Z .mbr-section-subtitle {
  color: #767676;
}
.cid-sHPOQkDz4Z .title .num {
  width: 100%;
  display: block;
}
.cid-sHPOQkDz4Z .title .card-title {
  z-index: 1;
}
.cid-sHPOQkDz4Z .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-sHPOQkDz4Z * {
    text-align: center !important;
  }
  .cid-sHPOQkDz4Z .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sHUnC5o26v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHUnC5o26v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHUnC5o26v form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sHUnC5o26v form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sHUnC5o26v form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sHUociJ5Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/quino-al-xhgmq-nywqu-unsplash-2000x1333.jpg");
}
.cid-sHUociJ5Wr .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sHUociJ5Wr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sHUociJ5Wr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHUociJ5Wr .card-wrapper {
    padding: 4rem;
  }
}
.cid-sHUociJ5Wr .mbr-text,
.cid-sHUociJ5Wr .mbr-section-btn {
  color: #ffffff;
}
.cid-sHUociJ5Wr .card-title,
.cid-sHUociJ5Wr .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHPPjB8202 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHPPjB8202 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sHPPjB8202 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sHPPjB8202 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHPPjB8202 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sHPPjB8202 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-sIdO96iKPy {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sIdO96iKPy .mbr-text,
.cid-sIdO96iKPy .mbr-section-btn {
  color: #232323;
}
.cid-sIdO96iKPy .card-title,
.cid-sIdO96iKPy .card-box {
  color: #ffffff;
}
.cid-sIdO96iKPy .mbr-text,
.cid-sIdO96iKPy .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-sI20ws0XQk {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sI20ws0XQk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sI20ws0XQk .row {
  flex-direction: row-reverse;
}
.cid-sI20ws0XQk img {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHPMTnjqXh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHPMTnjqXh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sHPMTnjqXh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHPMTnjqXh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHPMUpRggF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHPMUpRggF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHPMUpRggF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHPMUpRggF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sHPMUpRggF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHPMUpRggF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHPMUpRggF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHPMUpRggF .carousel-control,
.cid-sHPMUpRggF .close {
  background: #1b1b1b;
}
.cid-sHPMUpRggF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHPMUpRggF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHPMUpRggF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHPMUpRggF .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHPMUpRggF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHPMUpRggF .close::before {
  content: '\e91a';
}
.cid-sHPMUpRggF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHPMUpRggF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHPMUpRggF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPMUpRggF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHPMUpRggF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHPMUpRggF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHPMUpRggF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHPMUpRggF .carousel-indicators li.active,
.cid-sHPMUpRggF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHPMUpRggF .carousel-indicators li::after,
.cid-sHPMUpRggF .carousel-indicators li::before {
  content: none;
}
.cid-sHPMUpRggF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHPMUpRggF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHPMUpRggF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHPMUpRggF .carousel-indicators {
    display: none;
  }
}
.cid-sHPMUpRggF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHPMUpRggF .carousel-inner > .active {
  display: block;
}
.cid-sHPMUpRggF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPMUpRggF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHPMUpRggF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHPMUpRggF .carousel-control,
  .cid-sHPMUpRggF .carousel-indicators,
  .cid-sHPMUpRggF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHPMUpRggF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHPMUpRggF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHPMUpRggF .carousel-indicators .active,
.cid-sHPMUpRggF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHPMUpRggF .carousel-indicators .active {
  background: #fff;
}
.cid-sHPMUpRggF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHPMUpRggF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHPMUpRggF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHPMUpRggF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHPMUpRggF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHPMUpRggF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHPMUpRggF .carousel {
  width: 100%;
}
.cid-sHPMUpRggF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHPMUpRggF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHPMUpRggF .modal.fade .modal-dialog,
.cid-sHPMUpRggF .modal.in .modal-dialog {
  transform: none;
}
.cid-sHPMUpRggF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHPMUpRggF H6 {
  text-align: center;
}
.cid-sHXhvn2o23 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHXhvn2o23 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sHXhvn2o23 .row {
  flex-direction: row-reverse;
}
.cid-sHXhvn2o23 img {
  width: 100%;
}
.cid-sHPMV53hdx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHPMV53hdx .text-wrapper {
    padding: 2rem;
  }
}
.cid-sHPMV53hdx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHPMV53hdx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHPMVJDwcA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHPMVJDwcA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHPMVJDwcA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHPMVJDwcA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sHPMVJDwcA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHPMVJDwcA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHPMVJDwcA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHPMVJDwcA .carousel-control,
.cid-sHPMVJDwcA .close {
  background: #1b1b1b;
}
.cid-sHPMVJDwcA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHPMVJDwcA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHPMVJDwcA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHPMVJDwcA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHPMVJDwcA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHPMVJDwcA .close::before {
  content: '\e91a';
}
.cid-sHPMVJDwcA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHPMVJDwcA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHPMVJDwcA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPMVJDwcA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHPMVJDwcA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHPMVJDwcA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHPMVJDwcA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHPMVJDwcA .carousel-indicators li.active,
.cid-sHPMVJDwcA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHPMVJDwcA .carousel-indicators li::after,
.cid-sHPMVJDwcA .carousel-indicators li::before {
  content: none;
}
.cid-sHPMVJDwcA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHPMVJDwcA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHPMVJDwcA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHPMVJDwcA .carousel-indicators {
    display: none;
  }
}
.cid-sHPMVJDwcA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHPMVJDwcA .carousel-inner > .active {
  display: block;
}
.cid-sHPMVJDwcA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPMVJDwcA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHPMVJDwcA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHPMVJDwcA .carousel-control,
  .cid-sHPMVJDwcA .carousel-indicators,
  .cid-sHPMVJDwcA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHPMVJDwcA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHPMVJDwcA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHPMVJDwcA .carousel-indicators .active,
.cid-sHPMVJDwcA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHPMVJDwcA .carousel-indicators .active {
  background: #fff;
}
.cid-sHPMVJDwcA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHPMVJDwcA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHPMVJDwcA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHPMVJDwcA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHPMVJDwcA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHPMVJDwcA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHPMVJDwcA .carousel {
  width: 100%;
}
.cid-sHPMVJDwcA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHPMVJDwcA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHPMVJDwcA .modal.fade .modal-dialog,
.cid-sHPMVJDwcA .modal.in .modal-dialog {
  transform: none;
}
.cid-sHPMVJDwcA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHPMVJDwcA H6 {
  text-align: center;
}
.cid-sHPLp8CYaO {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sHPLp8CYaO .icon-wrapper {
  margin: auto;
  background-color: #6592e6;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sHPLp8CYaO .icon-wrapper span {
  margin-left: 10px;
}
.cid-sHPLp8CYaO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sHPLp8CYaO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sHPLp8CYaO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sHPLp8CYaO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHPLp8CYaO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHPMWhqZOo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHPMWhqZOo .text-wrapper {
    padding: 2rem;
  }
}
.cid-sHPMWhqZOo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHPMWhqZOo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHPN50p4wa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHPN50p4wa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHPN50p4wa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHPN50p4wa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sHPN50p4wa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHPN50p4wa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHPN50p4wa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHPN50p4wa .carousel-control,
.cid-sHPN50p4wa .close {
  background: #1b1b1b;
}
.cid-sHPN50p4wa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHPN50p4wa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHPN50p4wa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHPN50p4wa .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHPN50p4wa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHPN50p4wa .close::before {
  content: '\e91a';
}
.cid-sHPN50p4wa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHPN50p4wa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHPN50p4wa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPN50p4wa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHPN50p4wa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHPN50p4wa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHPN50p4wa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHPN50p4wa .carousel-indicators li.active,
.cid-sHPN50p4wa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHPN50p4wa .carousel-indicators li::after,
.cid-sHPN50p4wa .carousel-indicators li::before {
  content: none;
}
.cid-sHPN50p4wa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHPN50p4wa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHPN50p4wa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHPN50p4wa .carousel-indicators {
    display: none;
  }
}
.cid-sHPN50p4wa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHPN50p4wa .carousel-inner > .active {
  display: block;
}
.cid-sHPN50p4wa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPN50p4wa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHPN50p4wa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHPN50p4wa .carousel-control,
  .cid-sHPN50p4wa .carousel-indicators,
  .cid-sHPN50p4wa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHPN50p4wa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHPN50p4wa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHPN50p4wa .carousel-indicators .active,
.cid-sHPN50p4wa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHPN50p4wa .carousel-indicators .active {
  background: #fff;
}
.cid-sHPN50p4wa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHPN50p4wa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHPN50p4wa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHPN50p4wa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHPN50p4wa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHPN50p4wa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHPN50p4wa .carousel {
  width: 100%;
}
.cid-sHPN50p4wa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHPN50p4wa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHPN50p4wa .modal.fade .modal-dialog,
.cid-sHPN50p4wa .modal.in .modal-dialog {
  transform: none;
}
.cid-sHPN50p4wa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHPN50p4wa H6 {
  text-align: center;
}
.cid-sHXhw4H2XR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHXhw4H2XR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sHXhw4H2XR .row {
  flex-direction: row-reverse;
}
.cid-sHXhw4H2XR img {
  width: 100%;
}
.cid-sHPN4k9VUX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHPN4k9VUX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sHPN4k9VUX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHPN4k9VUX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHVbKeB3OH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHVbKeB3OH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHVbKeB3OH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHVbKeB3OH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHVbKeB3OH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHVbKeB3OH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHVbKeB3OH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHVbKeB3OH .carousel-control,
.cid-sHVbKeB3OH .close {
  background: #1b1b1b;
}
.cid-sHVbKeB3OH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHVbKeB3OH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHVbKeB3OH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHVbKeB3OH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHVbKeB3OH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHVbKeB3OH .close::before {
  content: '\e91a';
}
.cid-sHVbKeB3OH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHVbKeB3OH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHVbKeB3OH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHVbKeB3OH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHVbKeB3OH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHVbKeB3OH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHVbKeB3OH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHVbKeB3OH .carousel-indicators li.active,
.cid-sHVbKeB3OH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHVbKeB3OH .carousel-indicators li::after,
.cid-sHVbKeB3OH .carousel-indicators li::before {
  content: none;
}
.cid-sHVbKeB3OH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHVbKeB3OH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHVbKeB3OH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHVbKeB3OH .carousel-indicators {
    display: none;
  }
}
.cid-sHVbKeB3OH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHVbKeB3OH .carousel-inner > .active {
  display: block;
}
.cid-sHVbKeB3OH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHVbKeB3OH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHVbKeB3OH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHVbKeB3OH .carousel-control,
  .cid-sHVbKeB3OH .carousel-indicators,
  .cid-sHVbKeB3OH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHVbKeB3OH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHVbKeB3OH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHVbKeB3OH .carousel-indicators .active,
.cid-sHVbKeB3OH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHVbKeB3OH .carousel-indicators .active {
  background: #fff;
}
.cid-sHVbKeB3OH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHVbKeB3OH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHVbKeB3OH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHVbKeB3OH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHVbKeB3OH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHVbKeB3OH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHVbKeB3OH .carousel {
  width: 100%;
}
.cid-sHVbKeB3OH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHVbKeB3OH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHVbKeB3OH .modal.fade .modal-dialog,
.cid-sHVbKeB3OH .modal.in .modal-dialog {
  transform: none;
}
.cid-sHVbKeB3OH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHVbKeB3OH H6 {
  text-align: center;
}
.cid-sHXgURU6Hr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sHXgURU6Hr .mbr-text,
.cid-sHXgURU6Hr .mbr-section-btn {
  color: #232323;
}
.cid-sHXgURU6Hr .card-title,
.cid-sHXgURU6Hr .card-box {
  color: #ffffff;
}
.cid-sHXgURU6Hr .mbr-text,
.cid-sHXgURU6Hr .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-sHWfXb5en6 {
  background-image: url("../../../assets/images/pexels-nataliya-vaitkevich-6863515-2000x1333.jpg");
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHWnzf2yyW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sHWnzf2yyW .card-wrapper {
  background-color: #bed3f9;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #bed3f9;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sHWnzf2yyW .mbr-section-title,
.cid-sHWnzf2yyW .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sHWnzf2yyW .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHWnzf2yyW .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHWqoBG1np {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/aerial-view-deka-business-city-960x540.jpg");
}
.cid-sHWqoBG1np .timeline-element {
  position: relative;
}
.cid-sHWqoBG1np .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHWqoBG1np .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sHWqoBG1np .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sHWqoBG1np .iconBackground {
    left: 50%;
  }
}
.cid-sHWqoBG1np .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-sHWqoBG1np .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sHWqoBG1np .row:after {
    left: 50%;
  }
}
.cid-sHWqoBG1np .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sHWqoBG1np .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-sHWqoBG1np .timeline-date-wrapper,
  .cid-sHWqoBG1np .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sHWqoBG1np .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sHWqoBG1np .timeline-date-wrapper,
  .cid-sHWqoBG1np .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHWqoBG1np .timeline-date-wrapper,
  .cid-sHWqoBG1np .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-sHWzAo5ShP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sHWzAo5ShP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sHWzAo5ShP .card-wrapper {
  padding: 3rem;
  background: #ffb18a;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sHWzAo5ShP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHWzAo5ShP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sHWZcBEuAA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sHWZcBEuAA .mbr-text,
.cid-sHWZcBEuAA .mbr-section-btn {
  color: #232323;
}
.cid-sHWZcBEuAA .card-title,
.cid-sHWZcBEuAA .card-box {
  color: #ffffff;
}
.cid-sHWZcBEuAA .mbr-text,
.cid-sHWZcBEuAA .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-sHPJMzHt7e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sHPJMzHt7e .carousel {
  height: 800px;
}
.cid-sHPJMzHt7e .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHPJMzHt7e .carousel-item,
.cid-sHPJMzHt7e .carousel-inner {
  height: 100%;
}
.cid-sHPJMzHt7e .carousel-caption {
  bottom: 40px;
}
.cid-sHPJMzHt7e .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sHPJMzHt7e .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sHPJMzHt7e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sHPJMzHt7e .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sHPJMzHt7e .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sHPJMzHt7e .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sHPJMzHt7e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sHPJMzHt7e .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHPJMzHt7e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHPJMzHt7e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHPJMzHt7e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHPJMzHt7e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sHPJMzHt7e .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHPJMzHt7e .carousel-indicators li.active,
.cid-sHPJMzHt7e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHPJMzHt7e .carousel-indicators li::after,
.cid-sHPJMzHt7e .carousel-indicators li::before {
  content: none;
}
.cid-sHPJMzHt7e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHPJMzHt7e .carousel-indicators {
    display: none !important;
  }
}
.cid-sHPJMzHt7e H5 {
  color: #000000;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHPItzG6iM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHPItzG6iM .mbr-text {
  text-align: center;
}
.cid-sHPItzG6iM .mbr-section-title {
  text-align: center;
}
.cid-sI0QxzVXN3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sI0QxzVXN3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sI0QxzVXN3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sI0QxzVXN3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sI0QxzVXN3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sI0QxzVXN3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sI0QxzVXN3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sI0QxzVXN3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sI0Tzlf7X1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sI0Tzlf7X1 .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-sI0Tzlf7X1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sI0Tzlf7X1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sI0Tzlf7X1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sI0Tzlf7X1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sI0Tzlf7X1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sI0Tzlf7X1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sI0Tzlf7X1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHQRxfoyGx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sHQRxfoyGx .item {
  padding-bottom: 2rem;
}
.cid-sHQRxfoyGx .item-wrapper {
  position: relative;
}
.cid-sHQRxfoyGx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHQRxfoyGx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHQRxfoyGx .carousel-control,
.cid-sHQRxfoyGx .close {
  background: #1b1b1b;
}
.cid-sHQRxfoyGx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHQRxfoyGx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHQRxfoyGx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHQRxfoyGx .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHQRxfoyGx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHQRxfoyGx .close::before {
  content: '\e91a';
}
.cid-sHQRxfoyGx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHQRxfoyGx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHQRxfoyGx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHQRxfoyGx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHQRxfoyGx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHQRxfoyGx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHQRxfoyGx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHQRxfoyGx .carousel-indicators li.active,
.cid-sHQRxfoyGx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHQRxfoyGx .carousel-indicators li::after,
.cid-sHQRxfoyGx .carousel-indicators li::before {
  content: none;
}
.cid-sHQRxfoyGx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHQRxfoyGx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHQRxfoyGx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHQRxfoyGx .carousel-indicators {
    display: none;
  }
}
.cid-sHQRxfoyGx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHQRxfoyGx .carousel-inner > .active {
  display: block;
}
.cid-sHQRxfoyGx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHQRxfoyGx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHQRxfoyGx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHQRxfoyGx .carousel-control,
  .cid-sHQRxfoyGx .carousel-indicators,
  .cid-sHQRxfoyGx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHQRxfoyGx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHQRxfoyGx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHQRxfoyGx .carousel-indicators .active,
.cid-sHQRxfoyGx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHQRxfoyGx .carousel-indicators .active {
  background: #fff;
}
.cid-sHQRxfoyGx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHQRxfoyGx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHQRxfoyGx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHQRxfoyGx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHQRxfoyGx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHQRxfoyGx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHQRxfoyGx .carousel {
  width: 100%;
}
.cid-sHQRxfoyGx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHQRxfoyGx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHQRxfoyGx .modal.fade .modal-dialog,
.cid-sHQRxfoyGx .modal.in .modal-dialog {
  transform: none;
}
.cid-sHQRxfoyGx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHQRxfoyGx H6 {
  text-align: center;
}
.cid-sHQRy7gf53 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sHQRy7gf53 .item {
  padding-bottom: 2rem;
}
.cid-sHQRy7gf53 .item-wrapper {
  position: relative;
}
.cid-sHQRy7gf53 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHQRy7gf53 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHQRy7gf53 .carousel-control,
.cid-sHQRy7gf53 .close {
  background: #1b1b1b;
}
.cid-sHQRy7gf53 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHQRy7gf53 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHQRy7gf53 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHQRy7gf53 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHQRy7gf53 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHQRy7gf53 .close::before {
  content: '\e91a';
}
.cid-sHQRy7gf53 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHQRy7gf53 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHQRy7gf53 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHQRy7gf53 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHQRy7gf53 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHQRy7gf53 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHQRy7gf53 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHQRy7gf53 .carousel-indicators li.active,
.cid-sHQRy7gf53 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHQRy7gf53 .carousel-indicators li::after,
.cid-sHQRy7gf53 .carousel-indicators li::before {
  content: none;
}
.cid-sHQRy7gf53 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHQRy7gf53 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHQRy7gf53 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHQRy7gf53 .carousel-indicators {
    display: none;
  }
}
.cid-sHQRy7gf53 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHQRy7gf53 .carousel-inner > .active {
  display: block;
}
.cid-sHQRy7gf53 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHQRy7gf53 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHQRy7gf53 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHQRy7gf53 .carousel-control,
  .cid-sHQRy7gf53 .carousel-indicators,
  .cid-sHQRy7gf53 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHQRy7gf53 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHQRy7gf53 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHQRy7gf53 .carousel-indicators .active,
.cid-sHQRy7gf53 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHQRy7gf53 .carousel-indicators .active {
  background: #fff;
}
.cid-sHQRy7gf53 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHQRy7gf53 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHQRy7gf53 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHQRy7gf53 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHQRy7gf53 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHQRy7gf53 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHQRy7gf53 .carousel {
  width: 100%;
}
.cid-sHQRy7gf53 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHQRy7gf53 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHQRy7gf53 .modal.fade .modal-dialog,
.cid-sHQRy7gf53 .modal.in .modal-dialog {
  transform: none;
}
.cid-sHQRy7gf53 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHQRy7gf53 H6 {
  text-align: center;
}
.cid-sHQWQjFHvC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-sHQWQjFHvC .item {
  padding-bottom: 2rem;
}
.cid-sHQWQjFHvC .item-wrapper {
  position: relative;
}
.cid-sHQWQjFHvC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHQWQjFHvC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHQWQjFHvC .carousel-control,
.cid-sHQWQjFHvC .close {
  background: #1b1b1b;
}
.cid-sHQWQjFHvC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHQWQjFHvC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHQWQjFHvC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHQWQjFHvC .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHQWQjFHvC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHQWQjFHvC .close::before {
  content: '\e91a';
}
.cid-sHQWQjFHvC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHQWQjFHvC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHQWQjFHvC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHQWQjFHvC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHQWQjFHvC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHQWQjFHvC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHQWQjFHvC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHQWQjFHvC .carousel-indicators li.active,
.cid-sHQWQjFHvC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHQWQjFHvC .carousel-indicators li::after,
.cid-sHQWQjFHvC .carousel-indicators li::before {
  content: none;
}
.cid-sHQWQjFHvC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHQWQjFHvC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHQWQjFHvC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHQWQjFHvC .carousel-indicators {
    display: none;
  }
}
.cid-sHQWQjFHvC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHQWQjFHvC .carousel-inner > .active {
  display: block;
}
.cid-sHQWQjFHvC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHQWQjFHvC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHQWQjFHvC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHQWQjFHvC .carousel-control,
  .cid-sHQWQjFHvC .carousel-indicators,
  .cid-sHQWQjFHvC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHQWQjFHvC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHQWQjFHvC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHQWQjFHvC .carousel-indicators .active,
.cid-sHQWQjFHvC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHQWQjFHvC .carousel-indicators .active {
  background: #fff;
}
.cid-sHQWQjFHvC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHQWQjFHvC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHQWQjFHvC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHQWQjFHvC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHQWQjFHvC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHQWQjFHvC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHQWQjFHvC .carousel {
  width: 100%;
}
.cid-sHQWQjFHvC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHQWQjFHvC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHQWQjFHvC .modal.fade .modal-dialog,
.cid-sHQWQjFHvC .modal.in .modal-dialog {
  transform: none;
}
.cid-sHQWQjFHvC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHQWQjFHvC H6 {
  text-align: center;
}
.cid-sHWYqenb5X {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sHWYqenb5X .mbr-text,
.cid-sHWYqenb5X .mbr-section-btn {
  color: #232323;
}
.cid-sHWYqenb5X .card-title,
.cid-sHWYqenb5X .card-box {
  color: #ffffff;
}
.cid-sHWYqenb5X .mbr-text,
.cid-sHWYqenb5X .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-sHPNXSrcyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-cytonn-photography-955389-2000x1335.jpg");
}
.cid-sHPNXSrcyO .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sHPNXSrcyO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sHPNXSrcyO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHPNXSrcyO .card-wrapper {
    padding: 4rem;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHG97OujcY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f2f2;
}
.cid-sHG97OujcY .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-sHG97OujcY .item .icon-wrap {
  text-align: center;
}
.cid-sHG97OujcY .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-sHG97OujcY .item:last-child:before {
  display: none;
}
.cid-sHG97OujcY .item.last::before {
  display: none;
}
.cid-sHG97OujcY .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sHG97OujcY .text-box {
  text-align: center;
}
.cid-sHG97OujcY span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-sHG97OujcY .card {
    margin-bottom: 2rem;
  }
  .cid-sHG97OujcY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sHG9k6kSPE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
@media (min-width: 1500px) {
  .cid-sHG9k6kSPE .container {
    max-width: 1400px;
  }
}
.cid-sHG9k6kSPE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sHG9k6kSPE .card-wrapper {
  margin-top: 3rem;
}
.cid-sHG9k6kSPE .row {
  justify-content: center;
}
.cid-sHPOaswdH7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHPOaswdH7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sHPOaswdH7 .card-wrapper {
  padding: 3rem;
  background: #fff0b0;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sHPOaswdH7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHPOaswdH7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sHPOaswdH7 .mbr-section-subtitle {
  color: #353535;
}
.cid-sHWYj6PWkS {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sHWYj6PWkS .mbr-text,
.cid-sHWYj6PWkS .mbr-section-btn {
  color: #232323;
}
.cid-sHWYj6PWkS .card-title,
.cid-sHWYj6PWkS .card-box {
  color: #ffffff;
}
.cid-sHWYj6PWkS .mbr-text,
.cid-sHWYj6PWkS .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHJTamockk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHJTamockk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sHJTamockk .row {
  flex-direction: row-reverse;
}
.cid-sHJTamockk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHJTamockk .text-wrapper {
    padding: 2rem;
  }
}
.cid-sHPKZYstgc {
  background-image: url("../../../assets/images/pexels-pixabay-38906-2000x1218.jpg");
}
.cid-sHPKZYstgc .mbr-text,
.cid-sHPKZYstgc .mbr-section-btn {
  color: #fafafa;
}
.cid-sHPKZYstgc .mbr-section-title {
  color: #fafafa;
}
.cid-sHWUI0IHvC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sHWUI0IHvC .mbr-text,
.cid-sHWUI0IHvC .mbr-section-btn {
  color: #232323;
}
.cid-sHWUI0IHvC .card-title,
.cid-sHWUI0IHvC .card-box {
  color: #ffffff;
}
.cid-sHWUI0IHvC .mbr-text,
.cid-sHWUI0IHvC .link-wrap {
  color: #ffffff;
}
.cid-sHOZDcgnOL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .content {
    text-align: center;
  }
  .cid-sHOZDcgnOL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHOZDcgnOL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHOZDcgnOL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sHOZDcgnOL .google-map {
  height: 25rem;
  position: relative;
}
.cid-sHOZDcgnOL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHOZDcgnOL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHOZDcgnOL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHOZDcgnOL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHOZDcgnOL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sHOZDcgnOL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHOZDcgnOL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHOZDcgnOL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHOZDcgnOL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHOZDcgnOL .list {
  list-style-type: none;
  padding: 0;
}
.cid-sHOZDcgnOL .copyright > p {
  color: #e6c63b;
}
.cid-sI0JrebY8Y {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sI0JrebY8Y .item {
  padding-bottom: 2rem;
}
.cid-sI0JrebY8Y .item-wrapper {
  position: relative;
}
.cid-sI0JrebY8Y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sI0JrebY8Y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sI0JrebY8Y .carousel-control,
.cid-sI0JrebY8Y .close {
  background: #1b1b1b;
}
.cid-sI0JrebY8Y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sI0JrebY8Y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sI0JrebY8Y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sI0JrebY8Y .carousel-control-next span {
  margin-left: 5px;
}
.cid-sI0JrebY8Y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sI0JrebY8Y .close::before {
  content: '\e91a';
}
.cid-sI0JrebY8Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sI0JrebY8Y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sI0JrebY8Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI0JrebY8Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sI0JrebY8Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sI0JrebY8Y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sI0JrebY8Y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sI0JrebY8Y .carousel-indicators li.active,
.cid-sI0JrebY8Y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sI0JrebY8Y .carousel-indicators li::after,
.cid-sI0JrebY8Y .carousel-indicators li::before {
  content: none;
}
.cid-sI0JrebY8Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sI0JrebY8Y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sI0JrebY8Y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sI0JrebY8Y .carousel-indicators {
    display: none;
  }
}
.cid-sI0JrebY8Y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sI0JrebY8Y .carousel-inner > .active {
  display: block;
}
.cid-sI0JrebY8Y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI0JrebY8Y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sI0JrebY8Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sI0JrebY8Y .carousel-control,
  .cid-sI0JrebY8Y .carousel-indicators,
  .cid-sI0JrebY8Y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sI0JrebY8Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sI0JrebY8Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sI0JrebY8Y .carousel-indicators .active,
.cid-sI0JrebY8Y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sI0JrebY8Y .carousel-indicators .active {
  background: #fff;
}
.cid-sI0JrebY8Y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sI0JrebY8Y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sI0JrebY8Y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sI0JrebY8Y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sI0JrebY8Y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sI0JrebY8Y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sI0JrebY8Y .carousel {
  width: 100%;
}
.cid-sI0JrebY8Y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sI0JrebY8Y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sI0JrebY8Y .modal.fade .modal-dialog,
.cid-sI0JrebY8Y .modal.in .modal-dialog {
  transform: none;
}
.cid-sI0JrebY8Y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sI0JrebY8Y H6 {
  text-align: center;
}
.cid-sI0JrdSuQP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sI0JrdSuQP .mbr-text {
  text-align: left;
}
.cid-sI0JrdSuQP .mbr-section-title {
  text-align: left;
}
.cid-sI0JrcdpTo {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sI0JrcdpTo .carousel {
  width: 100%;
}
.cid-sI0JrcdpTo .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sI0JrcdpTo .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sI0JrcdpTo .carousel-caption {
  bottom: 40px;
}
.cid-sI0JrcdpTo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sI0JrcdpTo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sI0JrcdpTo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sI0JrcdpTo .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sI0JrcdpTo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sI0JrcdpTo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sI0JrcdpTo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sI0JrcdpTo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sI0JrcdpTo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sI0JrcdpTo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sI0JrcdpTo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sI0JrcdpTo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sI0JrcdpTo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sI0JrcdpTo .carousel-indicators li.active,
.cid-sI0JrcdpTo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sI0JrcdpTo .carousel-indicators li::after,
.cid-sI0JrcdpTo .carousel-indicators li::before {
  content: none;
}
.cid-sI0JrcdpTo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sI0JrcdpTo .carousel-indicators {
    display: none !important;
  }
}
.cid-sI0JrcdpTo H5 {
  color: #000000;
}
.cid-sI0Jrda8XA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sI0Jrda8XA nav.navbar {
  position: fixed;
}
.cid-sI0Jrda8XA .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-sI0Jrda8XA .dropdown-menu {
  padding: 0;
}
.cid-sI0Jrda8XA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sI0Jrda8XA .dropdown-item:hover,
.cid-sI0Jrda8XA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sI0Jrda8XA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sI0Jrda8XA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sI0Jrda8XA .nav-link {
  position: relative;
}
.cid-sI0Jrda8XA .container {
  display: flex;
  margin: auto;
}
.cid-sI0Jrda8XA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sI0Jrda8XA .navbar-caption {
  padding-right: 4rem;
}
.cid-sI0Jrda8XA .dropdown-menu,
.cid-sI0Jrda8XA .navbar.opened {
  background: #ffffff !important;
}
.cid-sI0Jrda8XA .nav-item:focus,
.cid-sI0Jrda8XA .nav-link:focus {
  outline: none;
}
.cid-sI0Jrda8XA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sI0Jrda8XA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sI0Jrda8XA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sI0Jrda8XA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sI0Jrda8XA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sI0Jrda8XA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sI0Jrda8XA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sI0Jrda8XA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sI0Jrda8XA .navbar.opened {
  transition: all .3s;
}
.cid-sI0Jrda8XA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sI0Jrda8XA .navbar .navbar-logo img {
  width: auto;
}
.cid-sI0Jrda8XA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sI0Jrda8XA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sI0Jrda8XA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sI0Jrda8XA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sI0Jrda8XA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sI0Jrda8XA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sI0Jrda8XA .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: 55%;
}
.cid-sI0Jrda8XA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sI0Jrda8XA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sI0Jrda8XA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sI0Jrda8XA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sI0Jrda8XA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sI0Jrda8XA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sI0Jrda8XA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sI0Jrda8XA .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: 55%;
  }
  .cid-sI0Jrda8XA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sI0Jrda8XA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sI0Jrda8XA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sI0Jrda8XA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sI0Jrda8XA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sI0Jrda8XA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sI0Jrda8XA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sI0Jrda8XA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sI0Jrda8XA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sI0Jrda8XA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sI0Jrda8XA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sI0Jrda8XA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sI0Jrda8XA .dropdown-item.active,
.cid-sI0Jrda8XA .dropdown-item:active {
  background-color: transparent;
}
.cid-sI0Jrda8XA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sI0Jrda8XA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sI0Jrda8XA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sI0Jrda8XA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sI0Jrda8XA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sI0Jrda8XA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sI0Jrda8XA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sI0Jrda8XA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sI0Jrda8XA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sI0Jrda8XA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sI0Jrda8XA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sI0Jrda8XA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sI0Jrda8XA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sI0Jrda8XA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sI0Jrda8XA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sI0Jrda8XA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sI0Jrda8XA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sI0Jrda8XA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sI0Jrda8XA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sI0Jrda8XA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sI0Jrda8XA .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-sI0Jrda8XA .navbar {
    height: 77px;
  }
  .cid-sI0Jrda8XA .navbar.opened {
    height: auto;
  }
  .cid-sI0Jrda8XA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sI0JrgSDVS {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sI0JrgSDVS .mbr-text,
.cid-sI0JrgSDVS .mbr-section-btn {
  color: #232323;
}
.cid-sI0JrgSDVS .card-title,
.cid-sI0JrgSDVS .card-box {
  color: #ffffff;
}
.cid-sI0JrgSDVS .mbr-text,
.cid-sI0JrgSDVS .link-wrap {
  color: #ffffff;
}
.cid-sI0Jrh9lis {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sI0Jrh9lis .content {
    text-align: center;
  }
  .cid-sI0Jrh9lis .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sI0Jrh9lis .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sI0Jrh9lis .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sI0Jrh9lis .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sI0Jrh9lis .google-map {
  height: 25rem;
  position: relative;
}
.cid-sI0Jrh9lis .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sI0Jrh9lis .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sI0Jrh9lis .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sI0Jrh9lis .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sI0Jrh9lis .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sI0Jrh9lis .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sI0Jrh9lis .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sI0Jrh9lis .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sI0Jrh9lis .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sI0Jrh9lis .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sI0Jrh9lis .list {
  list-style-type: none;
  padding: 0;
}
.cid-sI0Jrh9lis .copyright > p {
  color: #e6c63b;
}
.cid-sIeYg1WE1d {
  background-image: url("../../../assets/images/pexels-redrecords-2872418-2000x1333.jpg");
}
.cid-sIeYg1WE1d .mbr-section-title {
  color: #000000;
}
.cid-sIf0kH3ZNs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIf0kH3ZNs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sIf0kH3ZNs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sIf0kH3ZNs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sIeYg41Cc3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIeYg41Cc3 nav.navbar {
  position: fixed;
}
.cid-sIeYg41Cc3 .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-sIeYg41Cc3 .dropdown-menu {
  padding: 0;
}
.cid-sIeYg41Cc3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIeYg41Cc3 .dropdown-item:hover,
.cid-sIeYg41Cc3 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sIeYg41Cc3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sIeYg41Cc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIeYg41Cc3 .nav-link {
  position: relative;
}
.cid-sIeYg41Cc3 .container {
  display: flex;
  margin: auto;
}
.cid-sIeYg41Cc3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sIeYg41Cc3 .navbar-caption {
  padding-right: 4rem;
}
.cid-sIeYg41Cc3 .dropdown-menu,
.cid-sIeYg41Cc3 .navbar.opened {
  background: #ffffff !important;
}
.cid-sIeYg41Cc3 .nav-item:focus,
.cid-sIeYg41Cc3 .nav-link:focus {
  outline: none;
}
.cid-sIeYg41Cc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIeYg41Cc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIeYg41Cc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sIeYg41Cc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIeYg41Cc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIeYg41Cc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIeYg41Cc3 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIeYg41Cc3 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIeYg41Cc3 .navbar.opened {
  transition: all .3s;
}
.cid-sIeYg41Cc3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sIeYg41Cc3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sIeYg41Cc3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIeYg41Cc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIeYg41Cc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIeYg41Cc3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sIeYg41Cc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIeYg41Cc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIeYg41Cc3 .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: 55%;
}
.cid-sIeYg41Cc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIeYg41Cc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sIeYg41Cc3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sIeYg41Cc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIeYg41Cc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIeYg41Cc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIeYg41Cc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIeYg41Cc3 .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: 55%;
  }
  .cid-sIeYg41Cc3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIeYg41Cc3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIeYg41Cc3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIeYg41Cc3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIeYg41Cc3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIeYg41Cc3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sIeYg41Cc3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIeYg41Cc3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIeYg41Cc3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIeYg41Cc3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIeYg41Cc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIeYg41Cc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIeYg41Cc3 .dropdown-item.active,
.cid-sIeYg41Cc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sIeYg41Cc3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIeYg41Cc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIeYg41Cc3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIeYg41Cc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIeYg41Cc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIeYg41Cc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIeYg41Cc3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIeYg41Cc3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIeYg41Cc3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sIeYg41Cc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sIeYg41Cc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIeYg41Cc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIeYg41Cc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIeYg41Cc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIeYg41Cc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIeYg41Cc3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIeYg41Cc3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIeYg41Cc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIeYg41Cc3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sIeYg41Cc3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIeYg41Cc3 .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-sIeYg41Cc3 .navbar {
    height: 77px;
  }
  .cid-sIeYg41Cc3 .navbar.opened {
    height: auto;
  }
  .cid-sIeYg41Cc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIeYg4Zwme {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/denka-solar-city-new-logo-1021x225.png");
}
.cid-sIeYg4Zwme .mbr-text,
.cid-sIeYg4Zwme .mbr-section-btn {
  color: #232323;
}
.cid-sIeYg4Zwme .card-title,
.cid-sIeYg4Zwme .card-box {
  color: #ffffff;
}
.cid-sIeYg4Zwme .mbr-text,
.cid-sIeYg4Zwme .link-wrap {
  color: #ffffff;
}
.cid-sIeYg5owgl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sIeYg5owgl .content {
    text-align: center;
  }
  .cid-sIeYg5owgl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIeYg5owgl .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sIeYg5owgl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIeYg5owgl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sIeYg5owgl .google-map {
  height: 25rem;
  position: relative;
}
.cid-sIeYg5owgl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIeYg5owgl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIeYg5owgl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIeYg5owgl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sIeYg5owgl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIeYg5owgl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sIeYg5owgl .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sIeYg5owgl .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIeYg5owgl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIeYg5owgl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIeYg5owgl .list {
  list-style-type: none;
  padding: 0;
}
.cid-sIeYg5owgl .copyright > p {
  color: #e6c63b;
}
