.btn {
  border-width: 2px;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #2fccd5 !important;
}
.bg-success {
  background-color: #101010 !important;
}
.bg-info {
  background-color: #ffbf4f !important;
}
.bg-warning {
  background-color: #5ec049 !important;
}
.bg-danger {
  background-color: #338ba0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2fccd5 !important;
  border-color: #2fccd5 !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: #1d8a90 !important;
  border-color: #1d8a90 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d8a90 !important;
  border-color: #1d8a90 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2fccd5 !important;
  border-color: #2fccd5 !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: #1d8a90 !important;
  border-color: #1d8a90 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d8a90 !important;
  border-color: #1d8a90 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffbf4f !important;
  border-color: #ffbf4f !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: #f79d00 !important;
  border-color: #f79d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f79d00 !important;
  border-color: #f79d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #101010 !important;
  border-color: #101010 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3d842e !important;
  border-color: #3d842e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3d842e !important;
  border-color: #3d842e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #338ba0 !important;
  border-color: #338ba0 !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: #1e525e !important;
  border-color: #1e525e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e525e !important;
  border-color: #1e525e !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: #2fccd5;
  color: #2fccd5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d8a90 !important;
  background-color: transparent!important;
  border-color: #1d8a90 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2fccd5 !important;
  border-color: #2fccd5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2fccd5;
  color: #2fccd5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d8a90 !important;
  background-color: transparent!important;
  border-color: #1d8a90 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2fccd5 !important;
  border-color: #2fccd5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffbf4f;
  color: #ffbf4f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f79d00 !important;
  background-color: transparent!important;
  border-color: #f79d00 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf4f !important;
  border-color: #ffbf4f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #101010;
  color: #101010;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #101010 !important;
  border-color: #101010 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5ec049;
  color: #5ec049;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3d842e !important;
  background-color: transparent!important;
  border-color: #3d842e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #338ba0;
  color: #338ba0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1e525e !important;
  background-color: transparent!important;
  border-color: #1e525e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #338ba0 !important;
  border-color: #338ba0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #2fccd5 !important;
}
.text-secondary {
  color: #2fccd5 !important;
}
.text-success {
  color: #101010 !important;
}
.text-info {
  color: #ffbf4f !important;
}
.text-warning {
  color: #5ec049 !important;
}
.text-danger {
  color: #338ba0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b7e83 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b7e83 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e89400 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #38792a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a4853 !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: #2fccd5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffbf4f;
}
.alert-warning {
  background-color: #5ec049;
}
.alert-danger {
  background-color: #338ba0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2fccd5;
  border-color: #2fccd5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2fccd5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9f6f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3c3c3;
}
.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: #b2e1a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7dc4d6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #2fccd5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #2fccd5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2fccd5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2fccd5;
}
.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: #2fccd5;
  border-bottom-color: #2fccd5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #2fccd5 !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: #2fccd5 !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='%232fccd5' %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-tkuKsRyXU1 {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mahangi-electronics-modern-home-design-1920x914-min-1920x914.jpg");
}
.cid-tkuKsRyXU1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkuKsRyXU1 .mbr-section-title {
  color: #ffffff;
}
.cid-tkuKsRyXU1 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tkuKsRyXU1 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tkuKsRyXU1 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tkuKsRyXU1 .mbr-section-btn {
  display: flex;
}
.cid-tkuKsRyXU1 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tkuKsRyXU1 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tkuKsRyXU1 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tkuKsRyXU1 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tkuKsRyXU1 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tkuKsRyXU1 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tkuKsRyXU1 .video-wrap .icon-wrap .line-video-1,
.cid-tkuKsRyXU1 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tkuKsRyXU1 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tkuKsRyXU1 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkuKsRyXU1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkuKsRyXU1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkuKsRyXU1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkuKsRyXU1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tkuKsRyXU1 a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tkuKsRyXU1 .separator,
  .cid-tkuKsRyXU1 .sep-holder,
  .cid-tkuKsRyXU1 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tkuKsRyXU1 .buttons-wrap {
    flex-direction: column;
  }
  .cid-tkuKsRyXU1 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tkuKsRyXU1 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tkuKsRyXU1 .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tkuKsRyXU1 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tkwHhGKj42 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkwHhGKj42 img,
.cid-tkwHhGKj42 .item-img {
  width: 100%;
}
.cid-tkwHhGKj42 .item:focus,
.cid-tkwHhGKj42 span:focus {
  outline: none;
}
.cid-tkwHhGKj42 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkwHhGKj42 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #101010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkwHhGKj42 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkwHhGKj42 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkwHhGKj42 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkwHhGKj42 .mbr-section-title {
  color: #ffffff;
}
.cid-tkwHhGKj42 .mbr-text,
.cid-tkwHhGKj42 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tkwHhGKj42 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tkwHhGKj42 .item-subtitle {
  text-align: left;
}
.cid-tkuKzQsQRN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/3d-rendering-house-visualisation-2000x1125-min-2000x1125.jpg");
}
.cid-tkuKzQsQRN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tkuKzQsQRN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkuKDcN6Zz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkuKDcN6Zz .mbr-section-title {
  color: #ffffff;
}
.cid-tkuKDcN6Zz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tkvgXOvvhF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkvgXOvvhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvgXOvvhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvgXOvvhF .content-wrapper {
  background: #101010;
}
@media (max-width: 991px) {
  .cid-tkvgXOvvhF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvgXOvvhF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkvgXOvvhF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvgXOvvhF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkvgXOvvhF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tkvgXOvvhF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvgXOvvhF .mbr-text,
.cid-tkvgXOvvhF .mbr-section-btn {
  color: #ffffff;
}
.cid-tkvgXOvvhF .card-title {
  color: #ffffff;
}
.cid-tkvh05aIau {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkvh05aIau .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvh05aIau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvh05aIau .content-wrapper {
  background: #101010;
}
@media (max-width: 991px) {
  .cid-tkvh05aIau .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tkvh05aIau .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvh05aIau .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkvh05aIau .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvh05aIau .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkvh05aIau .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tkvh05aIau .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvh05aIau .mbr-text,
.cid-tkvh05aIau .mbr-section-btn {
  color: #ffffff;
}
.cid-tkvh05aIau .card-title {
  color: #ffffff;
}
.cid-tkvh0Jn1Nu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkvh0Jn1Nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkvh0Jn1Nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkvh0Jn1Nu .content-wrapper {
  background: #101010;
}
@media (max-width: 991px) {
  .cid-tkvh0Jn1Nu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkvh0Jn1Nu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkvh0Jn1Nu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkvh0Jn1Nu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkvh0Jn1Nu .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tkvh0Jn1Nu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkvh0Jn1Nu .mbr-text,
.cid-tkvh0Jn1Nu .mbr-section-btn {
  color: #ffffff;
}
.cid-tkvh0Jn1Nu .card-title {
  color: #ffffff;
}
.cid-tkuTodqW3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkuTodqW3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkuTodqW3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkuTodqW3y .content-wrapper {
  background: #101010;
}
@media (max-width: 991px) {
  .cid-tkuTodqW3y .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tkuTodqW3y .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkuTodqW3y .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkuTodqW3y .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkuTodqW3y .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkuTodqW3y .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tkuTodqW3y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkuTodqW3y .mbr-text,
.cid-tkuTodqW3y .mbr-section-btn {
  color: #ffffff;
}
.cid-tkuTodqW3y .card-title {
  color: #ffffff;
}
.cid-tkuTpkNKg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkuTpkNKg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkuTpkNKg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkuTpkNKg3 .content-wrapper {
  background: #101010;
}
@media (max-width: 991px) {
  .cid-tkuTpkNKg3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkuTpkNKg3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkuTpkNKg3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkuTpkNKg3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tkuTpkNKg3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tkuTpkNKg3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkuTpkNKg3 .mbr-text,
.cid-tkuTpkNKg3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tkuTpkNKg3 .card-title {
  color: #ffffff;
}
.cid-tkuNs0YwlR {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-tkuNs0YwlR h2 {
    margin-bottom: 1rem;
  }
  .cid-tkuNs0YwlR .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-tkuNs0YwlR .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-tkuNs0YwlR .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tkuNs0YwlR .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-tkuNs0YwlR .container {
    position: relative;
  }
  .cid-tkuNs0YwlR h2 {
    margin: 0;
  }
}
.cid-tkuNs0YwlR .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-tkuNs0YwlR hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-tkuNs0YwlR .mbr-section-subtitle {
  color: #2fccd5;
}
.cid-tkuNs0YwlR .btn:hover {
  color: #ffffff !important;
}
.cid-tkuNs0YwlR .container-column,
.cid-tkuNs0YwlR h2 {
  color: #ffffff;
}
.cid-tkuKEnST6m {
  background-color: #101010;
}
.cid-tkuKEnST6m .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkuKEnST6m .carousel-item > div {
  width: 100%;
}
.cid-tkuKEnST6m h4 {
  margin-bottom: 0.7rem;
  font-weight: 900;
}
.cid-tkuKEnST6m .carousel-item.active,
.cid-tkuKEnST6m .carousel-item-next,
.cid-tkuKEnST6m .carousel-item-prev {
  display: flex;
}
.cid-tkuKEnST6m .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-tkuKEnST6m .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-tkuKEnST6m .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-tkuKEnST6m .carousel-controls a {
    width: 5%;
  }
}
.cid-tkuKEnST6m .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-tkuKEnST6m .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-tkuKEnST6m .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tkuKEnST6m img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-tkuKEnST6m li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-tkuKEnST6m li.active {
  background-color: #2fccd5;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-tkuKEnST6m .carousel-indicators {
  position: absolute;
  bottom: -2.3rem;
  align-items: center;
}
.cid-tkuKEnST6m .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-tkuKEnST6m .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tkuKEnST6m {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .cid-tkuKEnST6m .col-md-3 {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-tkuKEnST6m {
    padding-top: 15px;
    padding-bottom: 90px;
  }
}
.cid-tkuKEnST6m a {
  color: #fff;
  line-height: 1.5;
}
.cid-tkuKEnST6m .wrapper-img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tkuKEnST6m .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tkuKEnST6m .desk {
  color: #fff;
}
.cid-tkuKEnST6m .signature {
  color: #fff;
}
.cid-tkuKEnST6m .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-tkuKEnST6m .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
.cid-tkuKEnST6m .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-tkuKEnST6m .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tkuKEnST6m .img-card {
    margin-top: 2rem;
  }
}
.cid-tkvtIyzLZi {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkvtIyzLZi h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tkvtIyzLZi .container {
    position: relative;
  }
  .cid-tkvtIyzLZi .row {
    margin: 0;
  }
  .cid-tkvtIyzLZi h2 {
    margin: 0;
  }
}
.cid-tkvtIyzLZi .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tkvtIyzLZi .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tkvtIyzLZi .container-column,
.cid-tkvtIyzLZi h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tkviM9SoeA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkuKFoHniz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkuKFoHniz H2 {
  color: #2fccd5;
}
.cid-tz9LzrWw6z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz9LzrWw6z .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9LzrWw6z ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9LzrWw6z ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9LzrWw6z ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9LzrWw6z ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9LzrWw6z .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tkuKurskfF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tkuKurskfF .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tkuKurskfF .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tkuKurskfF .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tkuKurskfF .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tkuKurskfF .container {
  max-width: 1400px;
}
.cid-tkuKurskfF li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tkuKurskfF .time {
  line-height: 2;
}
.cid-tkuKurskfF .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tkuKurskfF .text-wrap {
  width: 100%;
}
.cid-tkuKurskfF .item-wrap {
  display: inline-block;
}
.cid-tkuKurskfF .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tkuKurskfF .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tkuKurskfF .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tkuKurskfF .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkuKurskfF .socicon-wrap {
    margin: auto;
  }
}
.cid-tkuKurskfF .mbr-text {
  color: #999999;
}
.cid-tkuKurskfF .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tkuKurskfF .icon-title,
.cid-tkuKurskfF .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tkuKurskfF .item-text,
.cid-tkuKurskfF .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9ErM9Vdq.popup-builder {
  background-color: #ffffff;
}
.cid-tz9ErM9Vdq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9ErM9Vdq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9ErM9Vdq .modal-content,
.cid-tz9ErM9Vdq .modal-dialog {
  height: auto;
}
.cid-tz9ErM9Vdq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9ErM9Vdq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9ErM9Vdq .form-wrapper .mbr-form .form-group,
  .cid-tz9ErM9Vdq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9ErM9Vdq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9ErM9Vdq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9ErM9Vdq .mbr-text {
  text-align: center;
}
.cid-tz9ErM9Vdq .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9ErM9Vdq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9ErM9Vdq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9ErM9Vdq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9ErM9Vdq .modal-open {
  overflow: hidden;
}
.cid-tz9ErM9Vdq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9ErM9Vdq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9ErM9Vdq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9ErM9Vdq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9ErM9Vdq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9ErM9Vdq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9ErM9Vdq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9ErM9Vdq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9ErM9Vdq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9ErM9Vdq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9ErM9Vdq .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9ErM9Vdq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9ErM9Vdq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9ErM9Vdq .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9ErM9Vdq .modal-header .close:focus {
  outline: none;
}
.cid-tz9ErM9Vdq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9ErM9Vdq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9ErM9Vdq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9ErM9Vdq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9ErM9Vdq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9ErM9Vdq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9ErM9Vdq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9ErM9Vdq .modal-sm {
    max-width: 300px;
  }
  .cid-tz9ErM9Vdq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9ErM9Vdq .modal-lg,
  .cid-tz9ErM9Vdq .modal-xl {
    max-width: 800px;
  }
  .cid-tz9ErM9Vdq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9ErM9Vdq .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9ErM9Vdq .container {
    max-width: 1140px;
  }
}
.cid-tz9ErM9Vdq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9ErM9Vdq .container {
    max-width: 720px;
  }
}
.cid-tz9ErM9Vdq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9ErM9Vdq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9ErM9Vdq .form-group {
  margin-bottom: 1rem;
}
.cid-tz9ErM9Vdq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9ErM9Vdq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9ErM9Vdq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tkI22AuSuI {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-2000x1125.jpg");
}
.cid-tkI22AuSuI .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tkI22AuSuI .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tkI22AuSuI .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tkI22AuSuI .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tkI22AuSuI .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tkI22AuSuI .mbr-section-btn {
  display: flex;
}
.cid-tkI22AuSuI .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tkI22AuSuI .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tkI22AuSuI .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tkI22AuSuI .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tkI22AuSuI .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tkI22AuSuI .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tkI22AuSuI .video-wrap .icon-wrap .line-video-1,
.cid-tkI22AuSuI .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tkI22AuSuI .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tkI22AuSuI .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkI22AuSuI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkI22AuSuI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkI22AuSuI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkI22AuSuI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tkI22AuSuI a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tkI22AuSuI .separator,
  .cid-tkI22AuSuI .sep-holder,
  .cid-tkI22AuSuI .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tkI22AuSuI .buttons-wrap {
    flex-direction: column;
  }
  .cid-tkI22AuSuI .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tkI22AuSuI .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tkI22AuSuI .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tkI22AuSuI .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tkI2AQSuRM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tkI2AQSuRM .container {
    max-width: 1400px;
  }
}
.cid-tkI2AQSuRM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkI2AQSuRM .card-wrapper {
  margin-top: 3rem;
}
.cid-tkI2AQSuRM .row {
  justify-content: center;
}
.cid-tkI2AQSuRM .mbr-section-title {
  color: #ffffff;
}
.cid-tkI2AQSuRM .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2AQSuRM .card-title,
.cid-tkI2AQSuRM .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2Btp6JJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tkI2Btp6JJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkI2Btp6JJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkI2Btp6JJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkI2Btp6JJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2Btp6JJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2C7Rh2X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkI2C7Rh2X .mbr-section-title {
  color: #ffffff;
}
.cid-tkI2C7Rh2X .card-title,
.cid-tkI2C7Rh2X .card-box {
  color: #ffffff;
}
.cid-tkI2CVoFSz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tkI2CVoFSz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkI2CVoFSz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkI2CVoFSz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkI2CVoFSz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2CVoFSz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2HGDZjZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkI2HGDZjZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2HGDZjZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2Jz6O1x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkI2Jz6O1x .mbr-section-title {
  color: #ffffff;
}
.cid-tkI2Jz6O1x .card-title,
.cid-tkI2Jz6O1x .card-box {
  color: #ffffff;
}
.cid-tkI2KYJQWb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
.cid-tkI2KYJQWb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2KYJQWb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkI2E4HyVJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkI2E4HyVJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tkI2E4HyVJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tkI2E4HyVJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2fccd5;
}
.cid-tkI2E4HyVJ .panel-body,
.cid-tkI2E4HyVJ .card-header {
  padding: 1rem 0;
}
.cid-tkI2E4HyVJ .panel-title-edit {
  color: #000000;
}
.cid-tkI2E4HyVJ H3 {
  text-align: left;
}
.cid-tkI2E4HyVJ H4 {
  text-align: left;
}
.cid-tkI6dGGCIw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tkI6dGGCIw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tkI6dGGCIw .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkI2FoGIEX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkI2FoGIEX .mbr-section-title {
  text-align: center;
}
.cid-tkI1YL5Ign {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkI1YL5Ign h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tkI1YL5Ign .container {
    position: relative;
  }
  .cid-tkI1YL5Ign .row {
    margin: 0;
  }
  .cid-tkI1YL5Ign h2 {
    margin: 0;
  }
}
.cid-tkI1YL5Ign .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tkI1YL5Ign .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tkI1YL5Ign .container-column,
.cid-tkI1YL5Ign h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdVpPe5pS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tkI1YNdTMC {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tkI1YNdTMC .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tkI1YNdTMC .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tkI1YNdTMC .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tkI1YNdTMC .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tkI1YNdTMC .container {
  max-width: 1400px;
}
.cid-tkI1YNdTMC li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tkI1YNdTMC .time {
  line-height: 2;
}
.cid-tkI1YNdTMC .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tkI1YNdTMC .text-wrap {
  width: 100%;
}
.cid-tkI1YNdTMC .item-wrap {
  display: inline-block;
}
.cid-tkI1YNdTMC .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tkI1YNdTMC .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tkI1YNdTMC .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tkI1YNdTMC .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkI1YNdTMC .socicon-wrap {
    margin: auto;
  }
}
.cid-tkI1YNdTMC .mbr-text {
  color: #999999;
}
.cid-tkI1YNdTMC .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tkI1YNdTMC .icon-title,
.cid-tkI1YNdTMC .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tkI1YNdTMC .item-text,
.cid-tkI1YNdTMC .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzdNCVxFVA.popup-builder {
  background-color: #ffffff;
}
.cid-tzdNCVxFVA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzdNCVxFVA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzdNCVxFVA .modal-content,
.cid-tzdNCVxFVA .modal-dialog {
  height: auto;
}
.cid-tzdNCVxFVA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzdNCVxFVA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzdNCVxFVA .form-wrapper .mbr-form .form-group,
  .cid-tzdNCVxFVA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzdNCVxFVA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzdNCVxFVA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzdNCVxFVA .mbr-text {
  text-align: center;
}
.cid-tzdNCVxFVA .pt-0 {
  padding-top: 0 !important;
}
.cid-tzdNCVxFVA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzdNCVxFVA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzdNCVxFVA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzdNCVxFVA .modal-open {
  overflow: hidden;
}
.cid-tzdNCVxFVA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzdNCVxFVA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzdNCVxFVA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzdNCVxFVA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzdNCVxFVA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzdNCVxFVA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzdNCVxFVA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzdNCVxFVA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzdNCVxFVA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzdNCVxFVA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzdNCVxFVA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzdNCVxFVA .modal-backdrop.show {
  opacity: .5;
}
.cid-tzdNCVxFVA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzdNCVxFVA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdNCVxFVA .modal-header {
    padding: 1rem;
  }
}
.cid-tzdNCVxFVA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzdNCVxFVA .modal-header .close svg {
  fill: #353535;
}
.cid-tzdNCVxFVA .modal-header .close:hover {
  opacity: 1;
}
.cid-tzdNCVxFVA .modal-header .close:focus {
  outline: none;
}
.cid-tzdNCVxFVA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tzdNCVxFVA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzdNCVxFVA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdNCVxFVA .modal-body {
    padding: 1rem;
  }
}
.cid-tzdNCVxFVA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzdNCVxFVA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdNCVxFVA .modal-footer {
    padding: 1rem;
  }
}
.cid-tzdNCVxFVA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzdNCVxFVA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzdNCVxFVA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzdNCVxFVA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzdNCVxFVA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzdNCVxFVA .modal-lg,
  .cid-tzdNCVxFVA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzdNCVxFVA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzdNCVxFVA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzdNCVxFVA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzdNCVxFVA .form-group {
  margin-bottom: 1rem;
}
.cid-tzdNCVxFVA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzdNCVxFVA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzdNCVxFVA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzdNCVxFVA .mbr-section-btn {
  margin: 0;
}
.cid-tzdNCVxFVA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tkI7RNt3YO {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cinima2-1921x1136.jpeg");
}
.cid-tkI7RNt3YO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tkI7RNt3YO .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tkI7RNt3YO .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tkI7RNt3YO .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tkI7RNt3YO .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tkI7RNt3YO .mbr-section-btn {
  display: flex;
}
.cid-tkI7RNt3YO .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tkI7RNt3YO .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tkI7RNt3YO .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tkI7RNt3YO .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tkI7RNt3YO .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tkI7RNt3YO .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tkI7RNt3YO .video-wrap .icon-wrap .line-video-1,
.cid-tkI7RNt3YO .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tkI7RNt3YO .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tkI7RNt3YO .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkI7RNt3YO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkI7RNt3YO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkI7RNt3YO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkI7RNt3YO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tkI7RNt3YO a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tkI7RNt3YO .separator,
  .cid-tkI7RNt3YO .sep-holder,
  .cid-tkI7RNt3YO .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tkI7RNt3YO .buttons-wrap {
    flex-direction: column;
  }
  .cid-tkI7RNt3YO .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tkI7RNt3YO .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tkI7RNt3YO .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tkI7RNt3YO .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tkI7U8YSUp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tkI7U8YSUp .container {
    max-width: 1400px;
  }
}
.cid-tkI7U8YSUp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkI7U8YSUp .card-wrapper {
  margin-top: 3rem;
}
.cid-tkI7U8YSUp .row {
  justify-content: center;
}
.cid-tkI7U8YSUp .mbr-section-title {
  color: #ffffff;
}
.cid-tkI7U8YSUp .card-text {
  color: #ffffff;
}
.cid-tkI7U8YSUp .card-title,
.cid-tkI7U8YSUp .iconfont-wrapper {
  color: #ffffff;
}
.cid-tkI7VrzPuL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tkI7VrzPuL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkI7VrzPuL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkI7VrzPuL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkI7VrzPuL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkI7VrzPuL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkI7VUZi6l {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tkI7VUZi6l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkI7VUZi6l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkI7VUZi6l .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkI7VUZi6l .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkI7VUZi6l .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkI7XsF9DG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkI7XsF9DG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tkI7XsF9DG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tkI7XsF9DG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2fccd5;
}
.cid-tkI7XsF9DG .panel-body,
.cid-tkI7XsF9DG .card-header {
  padding: 1rem 0;
}
.cid-tkI7XsF9DG .panel-title-edit {
  color: #000000;
}
.cid-tkI7XsF9DG H3 {
  text-align: left;
}
.cid-tkI7XsF9DG H4 {
  text-align: left;
}
.cid-tkI7YnTqJb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tkI7YnTqJb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tkI7YnTqJb .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkI6y69T2w {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkI6y69T2w h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tkI6y69T2w .container {
    position: relative;
  }
  .cid-tkI6y69T2w .row {
    margin: 0;
  }
  .cid-tkI6y69T2w h2 {
    margin: 0;
  }
}
.cid-tkI6y69T2w .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tkI6y69T2w .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tkI6y69T2w .container-column,
.cid-tkI6y69T2w h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWnNfWDh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tkI6y8hY8Y {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tkI6y8hY8Y .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tkI6y8hY8Y .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tkI6y8hY8Y .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tkI6y8hY8Y .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tkI6y8hY8Y .container {
  max-width: 1400px;
}
.cid-tkI6y8hY8Y li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tkI6y8hY8Y .time {
  line-height: 2;
}
.cid-tkI6y8hY8Y .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tkI6y8hY8Y .text-wrap {
  width: 100%;
}
.cid-tkI6y8hY8Y .item-wrap {
  display: inline-block;
}
.cid-tkI6y8hY8Y .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tkI6y8hY8Y .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tkI6y8hY8Y .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tkI6y8hY8Y .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkI6y8hY8Y .socicon-wrap {
    margin: auto;
  }
}
.cid-tkI6y8hY8Y .mbr-text {
  color: #999999;
}
.cid-tkI6y8hY8Y .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tkI6y8hY8Y .icon-title,
.cid-tkI6y8hY8Y .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tkI6y8hY8Y .item-text,
.cid-tkI6y8hY8Y .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tkIawnk5w9 {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mahangi-electronics-modern-home-design-3-1920x1080.jpg");
}
.cid-tkIawnk5w9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tkIawnk5w9 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tkIawnk5w9 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tkIawnk5w9 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tkIawnk5w9 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tkIawnk5w9 .mbr-section-btn {
  display: flex;
}
.cid-tkIawnk5w9 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tkIawnk5w9 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tkIawnk5w9 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tkIawnk5w9 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tkIawnk5w9 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tkIawnk5w9 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tkIawnk5w9 .video-wrap .icon-wrap .line-video-1,
.cid-tkIawnk5w9 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tkIawnk5w9 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tkIawnk5w9 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkIawnk5w9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tkIawnk5w9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tkIawnk5w9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tkIawnk5w9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tkIawnk5w9 a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tkIawnk5w9 .separator,
  .cid-tkIawnk5w9 .sep-holder,
  .cid-tkIawnk5w9 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tkIawnk5w9 .buttons-wrap {
    flex-direction: column;
  }
  .cid-tkIawnk5w9 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tkIawnk5w9 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tkIawnk5w9 .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tkIawnk5w9 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tkIaGbXw99 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tkIaGbXw99 .container {
    max-width: 1400px;
  }
}
.cid-tkIaGbXw99 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tkIaGbXw99 .card-wrapper {
  margin-top: 3rem;
}
.cid-tkIaGbXw99 .row {
  justify-content: center;
}
.cid-tkIaGbXw99 .mbr-section-title {
  color: #ffffff;
}
.cid-tkIaGbXw99 .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaGbXw99 .card-title,
.cid-tkIaGbXw99 .iconfont-wrapper {
  color: #ffffff;
}
.cid-tkIaHAPHbw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkIaHAPHbw .mbr-section-title {
  color: #ffffff;
}
.cid-tkIaHAPHbw .card-title,
.cid-tkIaHAPHbw .card-box {
  color: #ffffff;
}
.cid-tkIaIlBS5j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tkIaIlBS5j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkIaIlBS5j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkIaIlBS5j .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkIaIlBS5j .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaIlBS5j .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaJe4hzS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkIaJe4hzS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaJe4hzS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaKbmCr2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkIaKbmCr2 .mbr-section-title {
  color: #ffffff;
}
.cid-tkIaKbmCr2 .card-title,
.cid-tkIaKbmCr2 .card-box {
  color: #ffffff;
}
.cid-tkIaKbmCr2 .mbr-text,
.cid-tkIaKbmCr2 .link {
  color: #ffffff;
}
.cid-tkIaKRgSKj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
.cid-tkIaKRgSKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaKRgSKj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaLYcEMs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tkIaLYcEMs .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaLYcEMs .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaNsV5es {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tkIaNsV5es .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkIaNsV5es img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkIaNsV5es .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkIaNsV5es .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaNsV5es .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tkIaPO8c2h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tkIaPO8c2h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tkIaPO8c2h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tkIaPO8c2h .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2fccd5;
}
.cid-tkIaPO8c2h .panel-body,
.cid-tkIaPO8c2h .card-header {
  padding: 1rem 0;
}
.cid-tkIaPO8c2h .panel-title-edit {
  color: #000000;
}
.cid-tkIaPO8c2h H3 {
  text-align: left;
}
.cid-tkIaPO8c2h H4 {
  text-align: left;
}
.cid-tkIaRbYyTR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tkIaRbYyTR .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tkIaRbYyTR .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tkIaVAVubZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkIaVAVubZ .mbr-section-title {
  text-align: center;
}
.cid-tkI9VYFwIw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkI9VYFwIw h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tkI9VYFwIw .container {
    position: relative;
  }
  .cid-tkI9VYFwIw .row {
    margin: 0;
  }
  .cid-tkI9VYFwIw h2 {
    margin: 0;
  }
}
.cid-tkI9VYFwIw .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tkI9VYFwIw .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tkI9VYFwIw .container-column,
.cid-tkI9VYFwIw h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWuk8jCJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tkI9W082YW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tkI9W082YW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tkI9W082YW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tkI9W082YW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tkI9W082YW .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tkI9W082YW .container {
  max-width: 1400px;
}
.cid-tkI9W082YW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tkI9W082YW .time {
  line-height: 2;
}
.cid-tkI9W082YW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tkI9W082YW .text-wrap {
  width: 100%;
}
.cid-tkI9W082YW .item-wrap {
  display: inline-block;
}
.cid-tkI9W082YW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tkI9W082YW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tkI9W082YW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tkI9W082YW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkI9W082YW .socicon-wrap {
    margin: auto;
  }
}
.cid-tkI9W082YW .mbr-text {
  color: #999999;
}
.cid-tkI9W082YW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tkI9W082YW .icon-title,
.cid-tkI9W082YW .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tkI9W082YW .item-text,
.cid-tkI9W082YW .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzdNc8ZaF0.popup-builder {
  background-color: #ffffff;
}
.cid-tzdNc8ZaF0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzdNc8ZaF0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzdNc8ZaF0 .modal-content,
.cid-tzdNc8ZaF0 .modal-dialog {
  height: auto;
}
.cid-tzdNc8ZaF0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzdNc8ZaF0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzdNc8ZaF0 .form-wrapper .mbr-form .form-group,
  .cid-tzdNc8ZaF0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzdNc8ZaF0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzdNc8ZaF0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzdNc8ZaF0 .mbr-text {
  text-align: center;
}
.cid-tzdNc8ZaF0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tzdNc8ZaF0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzdNc8ZaF0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzdNc8ZaF0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzdNc8ZaF0 .modal-open {
  overflow: hidden;
}
.cid-tzdNc8ZaF0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzdNc8ZaF0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzdNc8ZaF0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzdNc8ZaF0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzdNc8ZaF0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzdNc8ZaF0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzdNc8ZaF0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzdNc8ZaF0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzdNc8ZaF0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzdNc8ZaF0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzdNc8ZaF0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzdNc8ZaF0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tzdNc8ZaF0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzdNc8ZaF0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdNc8ZaF0 .modal-header {
    padding: 1rem;
  }
}
.cid-tzdNc8ZaF0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzdNc8ZaF0 .modal-header .close svg {
  fill: #353535;
}
.cid-tzdNc8ZaF0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tzdNc8ZaF0 .modal-header .close:focus {
  outline: none;
}
.cid-tzdNc8ZaF0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tzdNc8ZaF0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzdNc8ZaF0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdNc8ZaF0 .modal-body {
    padding: 1rem;
  }
}
.cid-tzdNc8ZaF0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzdNc8ZaF0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdNc8ZaF0 .modal-footer {
    padding: 1rem;
  }
}
.cid-tzdNc8ZaF0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzdNc8ZaF0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzdNc8ZaF0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzdNc8ZaF0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzdNc8ZaF0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzdNc8ZaF0 .modal-lg,
  .cid-tzdNc8ZaF0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzdNc8ZaF0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzdNc8ZaF0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzdNc8ZaF0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzdNc8ZaF0 .form-group {
  margin-bottom: 1rem;
}
.cid-tzdNc8ZaF0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzdNc8ZaF0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzdNc8ZaF0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzdNc8ZaF0 .mbr-section-btn {
  margin: 0;
}
.cid-tzdNc8ZaF0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlj69iaDpT {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cropped-image-hands-are-using-tablet-with-home-devices-controlled-applications-screen-2000x1124.jpg");
}
.cid-tlj69iaDpT .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tlj69iaDpT .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tlj69iaDpT .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tlj69iaDpT .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tlj69iaDpT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tlj69iaDpT .mbr-section-btn {
  display: flex;
}
.cid-tlj69iaDpT .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tlj69iaDpT .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tlj69iaDpT .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tlj69iaDpT .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tlj69iaDpT .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tlj69iaDpT .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tlj69iaDpT .video-wrap .icon-wrap .line-video-1,
.cid-tlj69iaDpT .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tlj69iaDpT .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tlj69iaDpT .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tlj69iaDpT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tlj69iaDpT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tlj69iaDpT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tlj69iaDpT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tlj69iaDpT a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tlj69iaDpT .separator,
  .cid-tlj69iaDpT .sep-holder,
  .cid-tlj69iaDpT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tlj69iaDpT .buttons-wrap {
    flex-direction: column;
  }
  .cid-tlj69iaDpT .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tlj69iaDpT .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tlj69iaDpT .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tlj69iaDpT .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tlj6aEFGPi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tlj6aEFGPi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlj6aEFGPi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlj6aEFGPi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlj6aEFGPi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tlj6aEFGPi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlj6djqLqP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlj6djqLqP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlj6djqLqP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlj5vkekbJ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlj5vkekbJ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlj5vkekbJ .container {
    position: relative;
  }
  .cid-tlj5vkekbJ .row {
    margin: 0;
  }
  .cid-tlj5vkekbJ h2 {
    margin: 0;
  }
}
.cid-tlj5vkekbJ .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlj5vkekbJ .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlj5vkekbJ .container-column,
.cid-tlj5vkekbJ h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWAFHFxl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlj5vlO1w8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlj5vlO1w8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlj5vlO1w8 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlj5vlO1w8 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlj5vlO1w8 .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlj5vlO1w8 .container {
  max-width: 1400px;
}
.cid-tlj5vlO1w8 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlj5vlO1w8 .time {
  line-height: 2;
}
.cid-tlj5vlO1w8 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlj5vlO1w8 .text-wrap {
  width: 100%;
}
.cid-tlj5vlO1w8 .item-wrap {
  display: inline-block;
}
.cid-tlj5vlO1w8 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlj5vlO1w8 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlj5vlO1w8 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlj5vlO1w8 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlj5vlO1w8 .socicon-wrap {
    margin: auto;
  }
}
.cid-tlj5vlO1w8 .mbr-text {
  color: #999999;
}
.cid-tlj5vlO1w8 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlj5vlO1w8 .icon-title,
.cid-tlj5vlO1w8 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlj5vlO1w8 .item-text,
.cid-tlj5vlO1w8 .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlj7EkFnld {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cctv3-1-1920x1080.jpeg");
}
.cid-tlj7EkFnld .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tlj7EkFnld .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tlj7EkFnld .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tlj7EkFnld .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tlj7EkFnld .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tlj7EkFnld .mbr-section-btn {
  display: flex;
}
.cid-tlj7EkFnld .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tlj7EkFnld .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tlj7EkFnld .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tlj7EkFnld .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tlj7EkFnld .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tlj7EkFnld .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tlj7EkFnld .video-wrap .icon-wrap .line-video-1,
.cid-tlj7EkFnld .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tlj7EkFnld .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tlj7EkFnld .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tlj7EkFnld .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tlj7EkFnld .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tlj7EkFnld .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tlj7EkFnld a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tlj7EkFnld a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tlj7EkFnld .separator,
  .cid-tlj7EkFnld .sep-holder,
  .cid-tlj7EkFnld .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tlj7EkFnld .buttons-wrap {
    flex-direction: column;
  }
  .cid-tlj7EkFnld .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tlj7EkFnld .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tlj7EkFnld .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tlj7EkFnld .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tlj7F7UrjH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tlj7F7UrjH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlj7F7UrjH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlj7F7UrjH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlj7F7UrjH .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tlj7F7UrjH .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlj7kWHkNf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlj7kWHkNf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlj7kWHkNf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlj7kWUJih {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlj7kWUJih h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlj7kWUJih .container {
    position: relative;
  }
  .cid-tlj7kWUJih .row {
    margin: 0;
  }
  .cid-tlj7kWUJih h2 {
    margin: 0;
  }
}
.cid-tlj7kWUJih .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlj7kWUJih .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlj7kWUJih .container-column,
.cid-tlj7kWUJih h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWFceigs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlj7kYhi8j {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlj7kYhi8j .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlj7kYhi8j .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlj7kYhi8j .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlj7kYhi8j .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlj7kYhi8j .container {
  max-width: 1400px;
}
.cid-tlj7kYhi8j li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlj7kYhi8j .time {
  line-height: 2;
}
.cid-tlj7kYhi8j .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlj7kYhi8j .text-wrap {
  width: 100%;
}
.cid-tlj7kYhi8j .item-wrap {
  display: inline-block;
}
.cid-tlj7kYhi8j .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlj7kYhi8j .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlj7kYhi8j .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlj7kYhi8j .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlj7kYhi8j .socicon-wrap {
    margin: auto;
  }
}
.cid-tlj7kYhi8j .mbr-text {
  color: #999999;
}
.cid-tlj7kYhi8j .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlj7kYhi8j .icon-title,
.cid-tlj7kYhi8j .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlj7kYhi8j .item-text,
.cid-tlj7kYhi8j .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlj8LWorY7 {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dstv2-1-1920x1080.jpeg");
}
.cid-tlj8LWorY7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tlj8LWorY7 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tlj8LWorY7 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tlj8LWorY7 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tlj8LWorY7 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tlj8LWorY7 .mbr-section-btn {
  display: flex;
}
.cid-tlj8LWorY7 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tlj8LWorY7 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tlj8LWorY7 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tlj8LWorY7 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tlj8LWorY7 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tlj8LWorY7 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tlj8LWorY7 .video-wrap .icon-wrap .line-video-1,
.cid-tlj8LWorY7 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tlj8LWorY7 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tlj8LWorY7 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tlj8LWorY7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tlj8LWorY7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tlj8LWorY7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tlj8LWorY7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tlj8LWorY7 a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tlj8LWorY7 .separator,
  .cid-tlj8LWorY7 .sep-holder,
  .cid-tlj8LWorY7 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tlj8LWorY7 .buttons-wrap {
    flex-direction: column;
  }
  .cid-tlj8LWorY7 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tlj8LWorY7 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tlj8LWorY7 .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tlj8LWorY7 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tlj8NbBsaG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tlj8NbBsaG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlj8NbBsaG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tlj8NbBsaG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlj8NbBsaG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tlj8NbBsaG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlj8NUr2oA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tlj8NUr2oA .container {
    max-width: 1400px;
  }
}
.cid-tlj8NUr2oA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tlj8NUr2oA .card-wrapper {
  margin-top: 3rem;
}
.cid-tlj8NUr2oA .row {
  justify-content: center;
}
.cid-tlj8NUr2oA .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tlj8NUr2oA .card-title,
.cid-tlj8NUr2oA .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tlj8tyWjjz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlj8tyWjjz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlj8tyWjjz .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlj8tzbY8W {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlj8tzbY8W h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlj8tzbY8W .container {
    position: relative;
  }
  .cid-tlj8tzbY8W .row {
    margin: 0;
  }
  .cid-tlj8tzbY8W h2 {
    margin: 0;
  }
}
.cid-tlj8tzbY8W .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlj8tzbY8W .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlj8tzbY8W .container-column,
.cid-tlj8tzbY8W h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWJBXdPe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlj8tAtBJW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlj8tAtBJW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlj8tAtBJW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlj8tAtBJW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlj8tAtBJW .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlj8tAtBJW .container {
  max-width: 1400px;
}
.cid-tlj8tAtBJW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlj8tAtBJW .time {
  line-height: 2;
}
.cid-tlj8tAtBJW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlj8tAtBJW .text-wrap {
  width: 100%;
}
.cid-tlj8tAtBJW .item-wrap {
  display: inline-block;
}
.cid-tlj8tAtBJW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlj8tAtBJW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlj8tAtBJW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlj8tAtBJW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlj8tAtBJW .socicon-wrap {
    margin: auto;
  }
}
.cid-tlj8tAtBJW .mbr-text {
  color: #999999;
}
.cid-tlj8tAtBJW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlj8tAtBJW .icon-title,
.cid-tlj8tAtBJW .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlj8tAtBJW .item-text,
.cid-tlj8tAtBJW .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljamQL1Se {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cctv1-2-1920x1080.jpeg");
}
.cid-tljamQL1Se .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljamQL1Se .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljamQL1Se .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljamQL1Se .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljamQL1Se .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljamQL1Se .mbr-section-btn {
  display: flex;
}
.cid-tljamQL1Se .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljamQL1Se .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljamQL1Se .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljamQL1Se .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljamQL1Se .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljamQL1Se .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljamQL1Se .video-wrap .icon-wrap .line-video-1,
.cid-tljamQL1Se .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljamQL1Se .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljamQL1Se .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljamQL1Se .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljamQL1Se .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljamQL1Se .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljamQL1Se a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljamQL1Se a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljamQL1Se .separator,
  .cid-tljamQL1Se .sep-holder,
  .cid-tljamQL1Se .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljamQL1Se .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljamQL1Se .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljamQL1Se .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljamQL1Se .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljamQL1Se .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljaothg7Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tljaothg7Q .container {
    max-width: 1400px;
  }
}
.cid-tljaothg7Q .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tljaothg7Q .card-wrapper {
  margin-top: 3rem;
}
.cid-tljaothg7Q .row {
  justify-content: center;
}
.cid-tljaothg7Q .mbr-section-title {
  color: #ffffff;
}
.cid-tljaothg7Q .card-text {
  color: #ffffff;
}
.cid-tljaothg7Q .card-title,
.cid-tljaothg7Q .iconfont-wrapper {
  color: #ffffff;
}
.cid-tljapccXqH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tljapccXqH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tljapccXqH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tljapQGMHc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tljapQGMHc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljapQGMHc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljapQGMHc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljapQGMHc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljapQGMHc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljarE03xB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tljarE03xB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljarE03xB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljarE03xB .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljarE03xB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljarE03xB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljasPl6vJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tljasPl6vJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tljasPl6vJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljatnPh4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-tljatnPh4B .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tljatnPh4B .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljau6D6eF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tljau6D6eF .mbr-section-subtitle {
  color: #101010;
}
.cid-tljau6D6eF .mbr-section-title {
  color: #101010;
}
.cid-tljauLFRld {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tljauLFRld .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljauLFRld img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljauLFRld .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljauLFRld .mbr-section-title {
  color: #101010;
}
.cid-tljauLFRld .mbr-text {
  color: #101010;
}
.cid-tljawZD61Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tljawZD61Z .mbr-section-title {
  color: #ffffff;
}
.cid-tljawZD61Z .card-title,
.cid-tljawZD61Z .card-box {
  color: #101010;
}
.cid-tljay8pyqd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tljay8pyqd .mbr-section-title {
  color: #ffffff;
}
.cid-tljay8pyqd .card-title,
.cid-tljay8pyqd .card-box {
  color: #101010;
}
.cid-tljaAeLBXf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tljaAeLBXf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljaAeLBXf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljaAeLBXf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljaAeLBXf .mbr-section-title {
  color: #101010;
}
.cid-tljaAeLBXf .mbr-text {
  color: #101010;
}
.cid-tlja1hfHve {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlja1hfHve .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlja1hfHve .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlja1huMwF {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlja1huMwF h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlja1huMwF .container {
    position: relative;
  }
  .cid-tlja1huMwF .row {
    margin: 0;
  }
  .cid-tlja1huMwF h2 {
    margin: 0;
  }
}
.cid-tlja1huMwF .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlja1huMwF .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlja1huMwF .container-column,
.cid-tlja1huMwF h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWR9EABF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlja1iY3JF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlja1iY3JF .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlja1iY3JF .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlja1iY3JF .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlja1iY3JF .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlja1iY3JF .container {
  max-width: 1400px;
}
.cid-tlja1iY3JF li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlja1iY3JF .time {
  line-height: 2;
}
.cid-tlja1iY3JF .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlja1iY3JF .text-wrap {
  width: 100%;
}
.cid-tlja1iY3JF .item-wrap {
  display: inline-block;
}
.cid-tlja1iY3JF .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlja1iY3JF .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlja1iY3JF .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlja1iY3JF .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlja1iY3JF .socicon-wrap {
    margin: auto;
  }
}
.cid-tlja1iY3JF .mbr-text {
  color: #999999;
}
.cid-tlja1iY3JF .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlja1iY3JF .icon-title,
.cid-tlja1iY3JF .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlja1iY3JF .item-text,
.cid-tlja1iY3JF .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljeelTSoX {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/closeup-hand-young-asian-woman-using-keycard-unlock-electronic-sensor-hotel-door-1-2000x1333.jpeg");
}
.cid-tljeelTSoX .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljeelTSoX .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljeelTSoX .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljeelTSoX .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljeelTSoX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljeelTSoX .mbr-section-btn {
  display: flex;
}
.cid-tljeelTSoX .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljeelTSoX .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljeelTSoX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljeelTSoX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljeelTSoX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljeelTSoX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljeelTSoX .video-wrap .icon-wrap .line-video-1,
.cid-tljeelTSoX .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljeelTSoX .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljeelTSoX .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljeelTSoX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljeelTSoX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljeelTSoX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljeelTSoX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljeelTSoX a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljeelTSoX .separator,
  .cid-tljeelTSoX .sep-holder,
  .cid-tljeelTSoX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljeelTSoX .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljeelTSoX .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljeelTSoX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljeelTSoX .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljeelTSoX .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljefbFeGK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tljefbFeGK .container {
    max-width: 1400px;
  }
}
.cid-tljefbFeGK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tljefbFeGK .card-wrapper {
  margin-top: 3rem;
}
.cid-tljefbFeGK .row {
  justify-content: center;
}
.cid-tljefbFeGK .mbr-section-title {
  color: #ffffff;
}
.cid-tljefbFeGK .card-text {
  color: #ffffff;
}
.cid-tljefbFeGK .card-title,
.cid-tljefbFeGK .iconfont-wrapper {
  color: #ffffff;
}
.cid-tljefBOPOJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tljefBOPOJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljefBOPOJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljefBOPOJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljefBOPOJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljefBOPOJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljegp5v74 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tljegp5v74 .mbr-section-title {
  color: #ffffff;
}
.cid-tljegp5v74 .card-title,
.cid-tljegp5v74 .card-box {
  color: #ffffff;
}
.cid-tljehQrnjg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tljehQrnjg .mbr-section-title {
  color: #ffffff;
}
.cid-tljehQrnjg .card-title,
.cid-tljehQrnjg .card-box {
  color: #ffffff;
}
.cid-tljeiRLWSi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tljeiRLWSi .mbr-section-title {
  color: #ffffff;
}
.cid-tljeiRLWSi .card-title,
.cid-tljeiRLWSi .card-box {
  color: #ffffff;
}
.cid-tljfPGvnTv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tljfPGvnTv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tljfPGvnTv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tljfPGvnTv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2fccd5;
}
.cid-tljfPGvnTv .panel-body,
.cid-tljfPGvnTv .card-header {
  padding: 1rem 0;
}
.cid-tljfPGvnTv .panel-title-edit {
  color: #000000;
}
.cid-tljfPGvnTv H3 {
  text-align: left;
}
.cid-tljfPGvnTv H4 {
  text-align: left;
}
.cid-tljdVoFf5O {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljdVoFf5O .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljdVoFf5O .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljdVoTK9M {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljdVoTK9M h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljdVoTK9M .container {
    position: relative;
  }
  .cid-tljdVoTK9M .row {
    margin: 0;
  }
  .cid-tljdVoTK9M h2 {
    margin: 0;
  }
}
.cid-tljdVoTK9M .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljdVoTK9M .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljdVoTK9M .container-column,
.cid-tljdVoTK9M h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdWWMZg2c {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljdVqjD7x {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljdVqjD7x .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljdVqjD7x .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljdVqjD7x .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljdVqjD7x .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljdVqjD7x .container {
  max-width: 1400px;
}
.cid-tljdVqjD7x li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljdVqjD7x .time {
  line-height: 2;
}
.cid-tljdVqjD7x .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljdVqjD7x .text-wrap {
  width: 100%;
}
.cid-tljdVqjD7x .item-wrap {
  display: inline-block;
}
.cid-tljdVqjD7x .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljdVqjD7x .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljdVqjD7x .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljdVqjD7x .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljdVqjD7x .socicon-wrap {
    margin: auto;
  }
}
.cid-tljdVqjD7x .mbr-text {
  color: #999999;
}
.cid-tljdVqjD7x .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljdVqjD7x .icon-title,
.cid-tljdVqjD7x .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljdVqjD7x .item-text,
.cid-tljdVqjD7x .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljgDcfOIq {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/automaticgatecontrol3-1920x1080.jpg");
}
.cid-tljgDcfOIq .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljgDcfOIq .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljgDcfOIq .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljgDcfOIq .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljgDcfOIq .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljgDcfOIq .mbr-section-btn {
  display: flex;
}
.cid-tljgDcfOIq .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljgDcfOIq .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljgDcfOIq .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljgDcfOIq .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljgDcfOIq .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljgDcfOIq .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljgDcfOIq .video-wrap .icon-wrap .line-video-1,
.cid-tljgDcfOIq .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljgDcfOIq .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljgDcfOIq .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljgDcfOIq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljgDcfOIq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljgDcfOIq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljgDcfOIq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljgDcfOIq a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljgDcfOIq .separator,
  .cid-tljgDcfOIq .sep-holder,
  .cid-tljgDcfOIq .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljgDcfOIq .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljgDcfOIq .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljgDcfOIq .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljgDcfOIq .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljgDcfOIq .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljgDKu1cX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tljgDKu1cX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljgDKu1cX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljgDKu1cX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljgDKu1cX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljgDKu1cX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljgEinwOr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-tljgEinwOr .mbr-text {
  color: #ffffff;
}
.cid-tljgEinwOr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tljgg0BL9u {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljgg0BL9u .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljgg0BL9u .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljgg0TbYS {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljgg0TbYS h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljgg0TbYS .container {
    position: relative;
  }
  .cid-tljgg0TbYS .row {
    margin: 0;
  }
  .cid-tljgg0TbYS h2 {
    margin: 0;
  }
}
.cid-tljgg0TbYS .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljgg0TbYS .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljgg0TbYS .container-column,
.cid-tljgg0TbYS h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdX1R7gMW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljgg2tp16 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljgg2tp16 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljgg2tp16 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljgg2tp16 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljgg2tp16 .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljgg2tp16 .container {
  max-width: 1400px;
}
.cid-tljgg2tp16 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljgg2tp16 .time {
  line-height: 2;
}
.cid-tljgg2tp16 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljgg2tp16 .text-wrap {
  width: 100%;
}
.cid-tljgg2tp16 .item-wrap {
  display: inline-block;
}
.cid-tljgg2tp16 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljgg2tp16 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljgg2tp16 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljgg2tp16 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljgg2tp16 .socicon-wrap {
    margin: auto;
  }
}
.cid-tljgg2tp16 .mbr-text {
  color: #999999;
}
.cid-tljgg2tp16 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljgg2tp16 .icon-title,
.cid-tljgg2tp16 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljgg2tp16 .item-text,
.cid-tljgg2tp16 .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljhNNzheW {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/video-intercom-entry-house-1-2000x1333.jpeg");
}
.cid-tljhNNzheW .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljhNNzheW .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljhNNzheW .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljhNNzheW .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljhNNzheW .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljhNNzheW .mbr-section-btn {
  display: flex;
}
.cid-tljhNNzheW .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljhNNzheW .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljhNNzheW .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljhNNzheW .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljhNNzheW .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljhNNzheW .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljhNNzheW .video-wrap .icon-wrap .line-video-1,
.cid-tljhNNzheW .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljhNNzheW .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljhNNzheW .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljhNNzheW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljhNNzheW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljhNNzheW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljhNNzheW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljhNNzheW a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljhNNzheW .separator,
  .cid-tljhNNzheW .sep-holder,
  .cid-tljhNNzheW .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljhNNzheW .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljhNNzheW .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljhNNzheW .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljhNNzheW .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljhNNzheW .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljhOwDJgi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tljhOwDJgi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljhOwDJgi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljhOwDJgi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljhOwDJgi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljhOwDJgi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljhOTlYDv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tljhOTlYDv .container {
    max-width: 1400px;
  }
}
.cid-tljhOTlYDv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tljhOTlYDv .card-wrapper {
  margin-top: 3rem;
}
.cid-tljhOTlYDv .row {
  justify-content: center;
}
.cid-tljhOTlYDv .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljhOTlYDv .card-title,
.cid-tljhOTlYDv .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tljhpDVQm5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljhpDVQm5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljhpDVQm5 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljhpE61F1 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljhpE61F1 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljhpE61F1 .container {
    position: relative;
  }
  .cid-tljhpE61F1 .row {
    margin: 0;
  }
  .cid-tljhpE61F1 h2 {
    margin: 0;
  }
}
.cid-tljhpE61F1 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljhpE61F1 .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljhpE61F1 .container-column,
.cid-tljhpE61F1 h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdX6ae7x9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljhpFzBzU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljhpFzBzU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljhpFzBzU .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljhpFzBzU .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljhpFzBzU .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljhpFzBzU .container {
  max-width: 1400px;
}
.cid-tljhpFzBzU li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljhpFzBzU .time {
  line-height: 2;
}
.cid-tljhpFzBzU .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljhpFzBzU .text-wrap {
  width: 100%;
}
.cid-tljhpFzBzU .item-wrap {
  display: inline-block;
}
.cid-tljhpFzBzU .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljhpFzBzU .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljhpFzBzU .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljhpFzBzU .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljhpFzBzU .socicon-wrap {
    margin: auto;
  }
}
.cid-tljhpFzBzU .mbr-text {
  color: #999999;
}
.cid-tljhpFzBzU .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljhpFzBzU .icon-title,
.cid-tljhpFzBzU .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljhpFzBzU .item-text,
.cid-tljhpFzBzU .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljiRZAPzQ {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/wp2044697-1920x1080.jpeg");
}
.cid-tljiRZAPzQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljiRZAPzQ .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljiRZAPzQ .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljiRZAPzQ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljiRZAPzQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljiRZAPzQ .mbr-section-btn {
  display: flex;
}
.cid-tljiRZAPzQ .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljiRZAPzQ .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljiRZAPzQ .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljiRZAPzQ .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljiRZAPzQ .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljiRZAPzQ .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljiRZAPzQ .video-wrap .icon-wrap .line-video-1,
.cid-tljiRZAPzQ .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljiRZAPzQ .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljiRZAPzQ .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljiRZAPzQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljiRZAPzQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljiRZAPzQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljiRZAPzQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljiRZAPzQ a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljiRZAPzQ .separator,
  .cid-tljiRZAPzQ .sep-holder,
  .cid-tljiRZAPzQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljiRZAPzQ .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljiRZAPzQ .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljiRZAPzQ .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljiRZAPzQ .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljiRZAPzQ .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljiSR43XZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tljiSR43XZ .container {
    max-width: 1400px;
  }
}
.cid-tljiSR43XZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tljiSR43XZ .card-wrapper {
  margin-top: 3rem;
}
.cid-tljiSR43XZ .row {
  justify-content: center;
}
.cid-tljiSR43XZ .mbr-section-title {
  color: #ffffff;
}
.cid-tljiSR43XZ .card-text {
  color: #ffffff;
}
.cid-tljiSR43XZ .card-title,
.cid-tljiSR43XZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-tljiTFp6oQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tljiTFp6oQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tljiTFp6oQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tljiTFp6oQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tljiTFp6oQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljiTFp6oQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljiU9RheF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tljiU9RheF .container {
    max-width: 1400px;
  }
}
.cid-tljiU9RheF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tljiU9RheF .card-wrapper {
  margin-top: 3rem;
}
.cid-tljiU9RheF .row {
  justify-content: center;
}
.cid-tljiU9RheF .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljiU9RheF .card-title,
.cid-tljiU9RheF .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tljiUFhhcg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tljiUFhhcg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tljiUFhhcg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljiV7ryZG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
.cid-tljiV7ryZG .mbr-section-title {
  color: #ffffff;
}
.cid-tljiV7ryZG .card-title,
.cid-tljiV7ryZG .card-box {
  color: #ffffff;
}
.cid-tljiV7ryZG .mbr-text,
.cid-tljiV7ryZG .link {
  color: #ffffff;
}
.cid-tljiW2v3oC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tljiW2v3oC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tljiW2v3oC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tljiDwiCFX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljiDwiCFX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljiDwiCFX .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljiDwADkA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljiDwADkA h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljiDwADkA .container {
    position: relative;
  }
  .cid-tljiDwADkA .row {
    margin: 0;
  }
  .cid-tljiDwADkA h2 {
    margin: 0;
  }
}
.cid-tljiDwADkA .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljiDwADkA .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljiDwADkA .container-column,
.cid-tljiDwADkA h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tljiDxo76G {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljiDxYV2G {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljiDxYV2G .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljiDxYV2G .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljiDxYV2G .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljiDxYV2G .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljiDxYV2G .container {
  max-width: 1400px;
}
.cid-tljiDxYV2G li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljiDxYV2G .time {
  line-height: 2;
}
.cid-tljiDxYV2G .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljiDxYV2G .text-wrap {
  width: 100%;
}
.cid-tljiDxYV2G .item-wrap {
  display: inline-block;
}
.cid-tljiDxYV2G .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljiDxYV2G .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljiDxYV2G .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljiDxYV2G .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljiDxYV2G .socicon-wrap {
    margin: auto;
  }
}
.cid-tljiDxYV2G .mbr-text {
  color: #999999;
}
.cid-tljiDxYV2G .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljiDxYV2G .icon-title,
.cid-tljiDxYV2G .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljiDxYV2G .item-text,
.cid-tljiDxYV2G .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljk8mi9xl {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljk8mi9xl .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljk8mi9xl .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljk8mi9xl .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljk8mi9xl .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljk8mi9xl .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljk8mi9xl .mbr-section-btn {
  display: flex;
}
.cid-tljk8mi9xl .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljk8mi9xl .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljk8mi9xl .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljk8mi9xl .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljk8mi9xl .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljk8mi9xl .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljk8mi9xl .video-wrap .icon-wrap .line-video-1,
.cid-tljk8mi9xl .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljk8mi9xl .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljk8mi9xl .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljk8mi9xl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljk8mi9xl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljk8mi9xl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljk8mi9xl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljk8mi9xl a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljk8mi9xl .separator,
  .cid-tljk8mi9xl .sep-holder,
  .cid-tljk8mi9xl .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljk8mi9xl .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljk8mi9xl .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljk8mi9xl .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljk8mi9xl .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljk8mi9xl .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tmuCaFt49v {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #101010;
}
.cid-tmuCaFt49v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmuCaFt49v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmuCaFt49v .item {
  padding-bottom: 2rem;
}
.cid-tmuCaFt49v .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tmuCaFt49v .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tmuCaFt49v .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-tmuCaFt49v .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tmuCaFt49v .carousel-control,
.cid-tmuCaFt49v .close {
  background: #1b1b1b;
}
.cid-tmuCaFt49v .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tmuCaFt49v .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tmuCaFt49v .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tmuCaFt49v .carousel-control-next span {
  margin-left: 5px;
}
.cid-tmuCaFt49v .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-tmuCaFt49v .close::before {
  content: '\e91a';
}
.cid-tmuCaFt49v .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tmuCaFt49v .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-tmuCaFt49v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmuCaFt49v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmuCaFt49v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tmuCaFt49v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tmuCaFt49v .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-tmuCaFt49v .carousel-indicators li.active,
.cid-tmuCaFt49v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tmuCaFt49v .carousel-indicators li::after,
.cid-tmuCaFt49v .carousel-indicators li::before {
  content: none;
}
.cid-tmuCaFt49v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tmuCaFt49v .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tmuCaFt49v .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tmuCaFt49v .carousel-indicators {
    display: none;
  }
}
.cid-tmuCaFt49v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tmuCaFt49v .carousel-inner > .active {
  display: block;
}
.cid-tmuCaFt49v .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmuCaFt49v .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmuCaFt49v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tmuCaFt49v .carousel-control,
  .cid-tmuCaFt49v .carousel-indicators,
  .cid-tmuCaFt49v .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tmuCaFt49v .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tmuCaFt49v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tmuCaFt49v .carousel-indicators .active,
.cid-tmuCaFt49v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tmuCaFt49v .carousel-indicators .active {
  background: #fff;
}
.cid-tmuCaFt49v .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tmuCaFt49v .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tmuCaFt49v .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tmuCaFt49v .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tmuCaFt49v .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tmuCaFt49v .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tmuCaFt49v .carousel {
  width: 100%;
}
.cid-tmuCaFt49v .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tmuCaFt49v .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tmuCaFt49v .modal.fade .modal-dialog,
.cid-tmuCaFt49v .modal.in .modal-dialog {
  transform: none;
}
.cid-tmuCaFt49v .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tmuCaFt49v H6 {
  text-align: center;
}
.cid-tljjOSUDL1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljjOSUDL1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljjOSUDL1 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljjOT7TEb {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljjOT7TEb h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljjOT7TEb .container {
    position: relative;
  }
  .cid-tljjOT7TEb .row {
    margin: 0;
  }
  .cid-tljjOT7TEb h2 {
    margin: 0;
  }
}
.cid-tljjOT7TEb .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljjOT7TEb .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljjOT7TEb .container-column,
.cid-tljjOT7TEb h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdXilyzda {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljjOUIFkY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljjOUIFkY .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljjOUIFkY .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljjOUIFkY .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljjOUIFkY .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljjOUIFkY .container {
  max-width: 1400px;
}
.cid-tljjOUIFkY li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljjOUIFkY .time {
  line-height: 2;
}
.cid-tljjOUIFkY .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljjOUIFkY .text-wrap {
  width: 100%;
}
.cid-tljjOUIFkY .item-wrap {
  display: inline-block;
}
.cid-tljjOUIFkY .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljjOUIFkY .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljjOUIFkY .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljjOUIFkY .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljjOUIFkY .socicon-wrap {
    margin: auto;
  }
}
.cid-tljjOUIFkY .mbr-text {
  color: #999999;
}
.cid-tljjOUIFkY .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljjOUIFkY .icon-title,
.cid-tljjOUIFkY .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljjOUIFkY .item-text,
.cid-tljjOUIFkY .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljl8JXKkF {
  padding-top: 165px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mahangi-electronics-modern-home-design-2-1920x1080.jpg");
}
.cid-tljl8JXKkF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tljl8JXKkF .mbr-section-title {
  color: #ffffff;
}
.cid-tljl8JXKkF .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljl8JXKkF .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljl8JXKkF .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljl8JXKkF .mbr-section-btn {
  display: flex;
}
.cid-tljl8JXKkF .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljl8JXKkF .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljl8JXKkF .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljl8JXKkF .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljl8JXKkF .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljl8JXKkF .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljl8JXKkF .video-wrap .icon-wrap .line-video-1,
.cid-tljl8JXKkF .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljl8JXKkF .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljl8JXKkF .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljl8JXKkF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljl8JXKkF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljl8JXKkF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljl8JXKkF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljl8JXKkF a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljl8JXKkF .separator,
  .cid-tljl8JXKkF .sep-holder,
  .cid-tljl8JXKkF .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljl8JXKkF .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljl8JXKkF .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljl8JXKkF .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljl8JXKkF .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljl8JXKkF .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljl9g4IgF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tljl9g4IgF .mbr-text {
  color: #ffffff;
}
.cid-tljl9g4IgF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tljlNIKR5f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-tljlNIKR5f img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tljlNIKR5f img:hover {
  transform: scale(1.1);
}
.cid-tljlNIKR5f .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tljlNIKR5f h2 {
  padding: 0;
  margin: 0;
}
.cid-tljlNIKR5f .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tljlNIKR5f .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tljlNIKR5f .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tljlNIKR5f .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tljlNIKR5f .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tljlNIKR5f .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tljlNIKR5f .mbr-iconfont {
  margin: 0!important;
}
.cid-tljlNIKR5f .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tljlNIKR5f .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tljlNIKR5f .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tljlNIKR5f .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tljlNIKR5f .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tljlNIKR5f H2 {
  color: #333333;
}
.cid-tljlNIKR5f .mbr-text {
  color: #ffffff;
}
.cid-tljlNIKR5f H1 {
  color: #ffffff;
}
.cid-tljlNIKR5f H3 {
  color: #ffffff;
}
.cid-tljleKlk7X {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #101010;
}
@media (min-width: 1500px) {
  .cid-tljleKlk7X .container {
    max-width: 1400px;
  }
}
.cid-tljleKlk7X .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tljleKlk7X .card-wrapper {
  margin-top: 3rem;
}
.cid-tljleKlk7X .row {
  justify-content: center;
}
.cid-tljleKlk7X .mbr-section-title {
  color: #ffffff;
}
.cid-tljleKlk7X .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-tljleKlk7X .card-title,
.cid-tljleKlk7X .iconfont-wrapper {
  color: #ffffff;
}
.cid-tljkQheFef {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljkQheFef .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljkQheFef .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljkQhvmFj {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljkQhvmFj h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljkQhvmFj .container {
    position: relative;
  }
  .cid-tljkQhvmFj .row {
    margin: 0;
  }
  .cid-tljkQhvmFj h2 {
    margin: 0;
  }
}
.cid-tljkQhvmFj .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljkQhvmFj .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljkQhvmFj .container-column,
.cid-tljkQhvmFj h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9Ndgv6Fp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9Ndgv6Fp .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9Ndgv6Fp ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Ndgv6Fp ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9Ndgv6Fp ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9Ndgv6Fp ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9Ndgv6Fp .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tz9Ne2C6Ot {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz9Ne2C6Ot .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9Ne2C6Ot ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Ne2C6Ot ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9Ne2C6Ot ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9Ne2C6Ot ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9Ne2C6Ot .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tz9NFoGgom {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz9NFoGgom .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9NFoGgom ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9NFoGgom ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9NFoGgom ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9NFoGgom ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9NFoGgom .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tz9NGdhIry {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz9NGdhIry .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9NGdhIry ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9NGdhIry ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9NGdhIry ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9NGdhIry ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9NGdhIry .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljkQjazqC {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljkQjazqC .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljkQjazqC .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljkQjazqC .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljkQjazqC .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljkQjazqC .container {
  max-width: 1400px;
}
.cid-tljkQjazqC li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljkQjazqC .time {
  line-height: 2;
}
.cid-tljkQjazqC .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljkQjazqC .text-wrap {
  width: 100%;
}
.cid-tljkQjazqC .item-wrap {
  display: inline-block;
}
.cid-tljkQjazqC .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljkQjazqC .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljkQjazqC .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljkQjazqC .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljkQjazqC .socicon-wrap {
    margin: auto;
  }
}
.cid-tljkQjazqC .mbr-text {
  color: #999999;
}
.cid-tljkQjazqC .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljkQjazqC .icon-title,
.cid-tljkQjazqC .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljkQjazqC .item-text,
.cid-tljkQjazqC .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljp3IMRGO {
  padding-top: 165px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/3d-rendering-house-visualisation-3-2000x1125.jpeg");
}
.cid-tljp3IMRGO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tljp3IMRGO .mbr-section-title {
  color: #ffffff;
}
.cid-tljp3IMRGO .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljp3IMRGO .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljp3IMRGO .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljp3IMRGO .mbr-section-btn {
  display: flex;
}
.cid-tljp3IMRGO .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljp3IMRGO .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljp3IMRGO .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljp3IMRGO .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljp3IMRGO .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljp3IMRGO .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljp3IMRGO .video-wrap .icon-wrap .line-video-1,
.cid-tljp3IMRGO .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljp3IMRGO .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljp3IMRGO .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljp3IMRGO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljp3IMRGO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljp3IMRGO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljp3IMRGO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljp3IMRGO a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljp3IMRGO .separator,
  .cid-tljp3IMRGO .sep-holder,
  .cid-tljp3IMRGO .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljp3IMRGO .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljp3IMRGO .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljp3IMRGO .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljp3IMRGO .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljp3IMRGO .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljp58QrMT {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-tljp58QrMT .google-map {
  height: 25rem;
  position: relative;
}
.cid-tljp58QrMT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tljp58QrMT .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-tljp58QrMT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tljp58QrMT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tljp58QrMT .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tljp58QrMT .form-container {
  padding: 3rem;
}
.cid-tljp58QrMT .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tljp58QrMT .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #0d9fa8, #2fccd5);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tljp58QrMT .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tljp58QrMT .form-group,
  .cid-tljp58QrMT .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tljp58QrMT .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-tljp58QrMT .form-control:focus,
.cid-tljp58QrMT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-tljp58QrMT textarea.form-control {
  min-height: 170px;
}
.cid-tljp58QrMT .form-group {
  margin-bottom: 1rem;
}
.cid-tljp58QrMT input::-webkit-input-placeholder,
.cid-tljp58QrMT textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-tljp58QrMT input:-moz-placeholder,
.cid-tljp58QrMT textarea:-moz-placeholder {
  color: #565656;
}
.cid-tljp58QrMT .jq-selectbox li,
.cid-tljp58QrMT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tljp58QrMT .jq-selectbox li:hover,
.cid-tljp58QrMT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tljp58QrMT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tljp58QrMT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljp58QrMT .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tljp58QrMT .text-block {
    margin-bottom: 2rem;
  }
  .cid-tljp58QrMT .wrapper {
    margin-top: 0;
  }
}
.cid-tljp58QrMT .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tljp58QrMT .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tljp58QrMT .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tljp58QrMT .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tljp58QrMT .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tljp58QrMT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tljp58QrMT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tljo5FhqJ6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljo5FhqJ6 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljo5FhqJ6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljo5Fwfu5 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljo5Fwfu5 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljo5Fwfu5 .container {
    position: relative;
  }
  .cid-tljo5Fwfu5 .row {
    margin: 0;
  }
  .cid-tljo5Fwfu5 h2 {
    margin: 0;
  }
}
.cid-tljo5Fwfu5 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljo5Fwfu5 .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljo5Fwfu5 .container-column,
.cid-tljo5Fwfu5 h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdXtD4LKu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljo5Hcf4G {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljo5Hcf4G .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljo5Hcf4G .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljo5Hcf4G .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljo5Hcf4G .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljo5Hcf4G .container {
  max-width: 1400px;
}
.cid-tljo5Hcf4G li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljo5Hcf4G .time {
  line-height: 2;
}
.cid-tljo5Hcf4G .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljo5Hcf4G .text-wrap {
  width: 100%;
}
.cid-tljo5Hcf4G .item-wrap {
  display: inline-block;
}
.cid-tljo5Hcf4G .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljo5Hcf4G .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljo5Hcf4G .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljo5Hcf4G .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljo5Hcf4G .socicon-wrap {
    margin: auto;
  }
}
.cid-tljo5Hcf4G .mbr-text {
  color: #999999;
}
.cid-tljo5Hcf4G .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljo5Hcf4G .icon-title,
.cid-tljo5Hcf4G .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljo5Hcf4G .item-text,
.cid-tljo5Hcf4G .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tljpZLvqqV {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tljpZLvqqV .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tljpZLvqqV .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tljpZLvqqV .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tljpZLvqqV .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tljpZLvqqV .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2fccd5;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tljpZLvqqV .mbr-section-btn {
  display: flex;
}
.cid-tljpZLvqqV .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tljpZLvqqV .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tljpZLvqqV .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tljpZLvqqV .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tljpZLvqqV .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tljpZLvqqV .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tljpZLvqqV .video-wrap .icon-wrap .line-video-1,
.cid-tljpZLvqqV .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tljpZLvqqV .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tljpZLvqqV .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tljpZLvqqV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tljpZLvqqV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tljpZLvqqV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tljpZLvqqV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #101010;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tljpZLvqqV a.close:hover {
  color: #101010;
}
@media (max-width: 991px) {
  .cid-tljpZLvqqV .separator,
  .cid-tljpZLvqqV .sep-holder,
  .cid-tljpZLvqqV .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tljpZLvqqV .buttons-wrap {
    flex-direction: column;
  }
  .cid-tljpZLvqqV .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tljpZLvqqV .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tljpZLvqqV .skew {
  background-image: url("../../../assets/images/header-mask-2-1920x170.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tljpZLvqqV .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tljq1Ddf83 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #101010;
}
.cid-tljq1Ddf83 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tljq1Ddf83 body {
  margin-top: 20px;
}
.cid-tljq1Ddf83 .blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tljq1Ddf83 .gray-bg {
  background-color: #101010;
}
.cid-tljq1Ddf83 .blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-tljq1Ddf83 .blog-grid .blog-img {
  position: relative;
}
.cid-tljq1Ddf83 .blog-grid .blog-img .date {
  position: absolute;
  background: #fe5925;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.cid-tljq1Ddf83 .pagination .active {
  background: #fe5925;
  color: #ffffff;
}
.cid-tljq1Ddf83 .btn-theme {
  background: #fe5925;
  color: #ffffff;
  padding: 6px;
}
.cid-tljq1Ddf83 .blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.cid-tljq1Ddf83 .blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.cid-tljq1Ddf83 .blog-grid .blog-info {
  padding: 20px;
}
.cid-tljq1Ddf83 .blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cid-tljq1Ddf83 .blog-grid .blog-info h5 a {
  color: #282727;
}
.cid-tljq1Ddf83 .blog-grid .blog-info p {
  margin: 0;
}
.cid-tljq1Ddf83 .blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}
.cid-tljq1Ddf83 .blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cid-tljq1Ddf83 .blog-aside .widget-body {
  padding: 15px;
}
.cid-tljq1Ddf83 .blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.cid-tljq1Ddf83 .blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #282727;
  margin: 0;
}
.cid-tljq1Ddf83 .blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.cid-tljq1Ddf83 .blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.cid-tljq1Ddf83 .blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tljq1Ddf83 .blog-aside .widget-author h6 {
  font-weight: 600;
  color: #282727;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.cid-tljq1Ddf83 .blog-aside .post-aside {
  margin-bottom: 15px;
}
.cid-tljq1Ddf83 .blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.cid-tljq1Ddf83 .blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.cid-tljq1Ddf83 .blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.cid-tljq1Ddf83 .blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside .lpa-title a {
  color: #282727;
  font-weight: 600;
}
.cid-tljq1Ddf83 .blog-aside .latest-post-aside .lpa-meta i {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-tljq1Ddf83 .tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #fe5925;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-tljq1Ddf83 .tag-cloud a:hover {
  background: #fc5356;
}
.cid-tljq1Ddf83 .blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tljq1Ddf83 .article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.cid-tljq1Ddf83 .article .article-title {
  padding: 15px 0 20px;
}
.cid-tljq1Ddf83 .article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tljq1Ddf83 .article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.cid-tljq1Ddf83 .article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.cid-tljq1Ddf83 .article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.cid-tljq1Ddf83 .article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tljq1Ddf83 .article .article-title .media .media-body {
  padding-left: 8px;
}
.cid-tljq1Ddf83 .article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.cid-tljq1Ddf83 .article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.cid-tljq1Ddf83 .article .article-content h1,
.cid-tljq1Ddf83 .article .article-content h2,
.cid-tljq1Ddf83 .article .article-content h3,
.cid-tljq1Ddf83 .article .article-content h4,
.cid-tljq1Ddf83 .article .article-content h5,
.cid-tljq1Ddf83 .article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.cid-tljq1Ddf83 .article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.cid-tljq1Ddf83 .article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.cid-tljq1Ddf83 .article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.cid-tljq1Ddf83 .article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.cid-tljq1Ddf83 .article .tag-cloud {
  padding-top: 10px;
}
.cid-tljq1Ddf83 .article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.cid-tljq1Ddf83 .article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.cid-tljq1Ddf83 img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.cid-tljq1Ddf83 SPAN {
  font-size: 14px;
}
.cid-tljq1Ddf83 P {
  color: #282727;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cid-tljpFuLt5w {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tljpFuLt5w .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tljpFuLt5w .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tljpFuXw8h {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tljpFuXw8h h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tljpFuXw8h .container {
    position: relative;
  }
  .cid-tljpFuXw8h .row {
    margin: 0;
  }
  .cid-tljpFuXw8h h2 {
    margin: 0;
  }
}
.cid-tljpFuXw8h .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tljpFuXw8h .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tljpFuXw8h .container-column,
.cid-tljpFuXw8h h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdXA8cZy6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tljpFwzXVk {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tljpFwzXVk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tljpFwzXVk .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tljpFwzXVk .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tljpFwzXVk .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tljpFwzXVk .container {
  max-width: 1400px;
}
.cid-tljpFwzXVk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tljpFwzXVk .time {
  line-height: 2;
}
.cid-tljpFwzXVk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tljpFwzXVk .text-wrap {
  width: 100%;
}
.cid-tljpFwzXVk .item-wrap {
  display: inline-block;
}
.cid-tljpFwzXVk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tljpFwzXVk .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tljpFwzXVk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tljpFwzXVk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tljpFwzXVk .socicon-wrap {
    margin: auto;
  }
}
.cid-tljpFwzXVk .mbr-text {
  color: #999999;
}
.cid-tljpFwzXVk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tljpFwzXVk .icon-title,
.cid-tljpFwzXVk .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tljpFwzXVk .item-text,
.cid-tljpFwzXVk .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlzK3S1ALN {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/45ca6e3f5c5d3c1-1920x1280.jpg");
}
.cid-tlzK3S1ALN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlzK4K4IB4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzK4K4IB4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlzK4K4IB4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzK5zCZWo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzK5zCZWo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzK5zCZWo .mbr-text {
  color: #ffffff;
}
.cid-tlzK8n6NQG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tlzK8n6NQG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlzK8n6NQG .row {
  flex-direction: row-reverse;
}
.cid-tlzK8n6NQG img {
  width: 100%;
}
.cid-tlzK6rPBtb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzK6rPBtb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzK6rPBtb .mbr-text {
  color: #ffffff;
}
.cid-tlzK93NPC3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tlzK93NPC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlzK93NPC3 .row {
  flex-direction: row-reverse;
}
.cid-tlzK93NPC3 img {
  width: 100%;
}
.cid-tlzK9Lkox2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
.cid-tlzK9Lkox2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzK9Lkox2 .mbr-text {
  color: #ffffff;
}
.cid-tlzJq2vQcg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlzJq2vQcg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlzJq2vQcg .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlzJq2Lv95 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlzJq2Lv95 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlzJq2Lv95 .container {
    position: relative;
  }
  .cid-tlzJq2Lv95 .row {
    margin: 0;
  }
  .cid-tlzJq2Lv95 h2 {
    margin: 0;
  }
}
.cid-tlzJq2Lv95 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlzJq2Lv95 .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlzJq2Lv95 .container-column,
.cid-tlzJq2Lv95 h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdYJCdYmu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlzJq4jTjo {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlzJq4jTjo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlzJq4jTjo .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlzJq4jTjo .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlzJq4jTjo .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlzJq4jTjo .container {
  max-width: 1400px;
}
.cid-tlzJq4jTjo li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlzJq4jTjo .time {
  line-height: 2;
}
.cid-tlzJq4jTjo .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlzJq4jTjo .text-wrap {
  width: 100%;
}
.cid-tlzJq4jTjo .item-wrap {
  display: inline-block;
}
.cid-tlzJq4jTjo .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlzJq4jTjo .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlzJq4jTjo .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlzJq4jTjo .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlzJq4jTjo .socicon-wrap {
    margin: auto;
  }
}
.cid-tlzJq4jTjo .mbr-text {
  color: #999999;
}
.cid-tlzJq4jTjo .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlzJq4jTjo .icon-title,
.cid-tlzJq4jTjo .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlzJq4jTjo .item-text,
.cid-tlzJq4jTjo .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlzLEIUEko {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/b451739668782bbe8ea19a44c79417e3-1920x1280.jpg");
}
.cid-tlzLEIUEko .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlzLFpIs1t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzLFpIs1t .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlzLFpIs1t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzLGt57hD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzLGt57hD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzLGt57hD .mbr-text {
  color: #ffffff;
}
.cid-tlzLHfqJ3w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tlzLHfqJ3w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlzLHfqJ3w .row {
  flex-direction: row-reverse;
}
.cid-tlzLHfqJ3w img {
  width: 100%;
}
.cid-tlzLHIlPtf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #101010;
}
.cid-tlzLHIlPtf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzLHIlPtf .mbr-text {
  color: #ffffff;
}
.cid-tlzKTsYgQF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlzKTsYgQF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlzKTsYgQF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlzKTtbtSA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlzKTtbtSA h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlzKTtbtSA .container {
    position: relative;
  }
  .cid-tlzKTtbtSA .row {
    margin: 0;
  }
  .cid-tlzKTtbtSA h2 {
    margin: 0;
  }
}
.cid-tlzKTtbtSA .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlzKTtbtSA .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlzKTtbtSA .container-column,
.cid-tlzKTtbtSA h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdYPDac0Z {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlzKTuZRyS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlzKTuZRyS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlzKTuZRyS .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlzKTuZRyS .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlzKTuZRyS .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlzKTuZRyS .container {
  max-width: 1400px;
}
.cid-tlzKTuZRyS li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlzKTuZRyS .time {
  line-height: 2;
}
.cid-tlzKTuZRyS .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlzKTuZRyS .text-wrap {
  width: 100%;
}
.cid-tlzKTuZRyS .item-wrap {
  display: inline-block;
}
.cid-tlzKTuZRyS .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlzKTuZRyS .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlzKTuZRyS .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlzKTuZRyS .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlzKTuZRyS .socicon-wrap {
    margin: auto;
  }
}
.cid-tlzKTuZRyS .mbr-text {
  color: #999999;
}
.cid-tlzKTuZRyS .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlzKTuZRyS .icon-title,
.cid-tlzKTuZRyS .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlzKTuZRyS .item-text,
.cid-tlzKTuZRyS .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlzNbu46Fj {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/604cd789bbfad8cc280becfbe29815a4-1505x902.jpg");
}
.cid-tlzNbu46Fj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlzNcmr2YW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzNcmr2YW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlzNcmr2YW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzNcZluiZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
.cid-tlzNcZluiZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzNcZluiZ .mbr-text {
  color: #ffffff;
}
.cid-tlzMCHuroF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlzMCHuroF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlzMCHuroF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlzMCHF1jx {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlzMCHF1jx h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlzMCHF1jx .container {
    position: relative;
  }
  .cid-tlzMCHF1jx .row {
    margin: 0;
  }
  .cid-tlzMCHF1jx h2 {
    margin: 0;
  }
}
.cid-tlzMCHF1jx .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlzMCHF1jx .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlzMCHF1jx .container-column,
.cid-tlzMCHF1jx h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdYTZCs5O {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlzMCJfEcb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlzMCJfEcb .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlzMCJfEcb .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlzMCJfEcb .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlzMCJfEcb .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlzMCJfEcb .container {
  max-width: 1400px;
}
.cid-tlzMCJfEcb li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlzMCJfEcb .time {
  line-height: 2;
}
.cid-tlzMCJfEcb .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlzMCJfEcb .text-wrap {
  width: 100%;
}
.cid-tlzMCJfEcb .item-wrap {
  display: inline-block;
}
.cid-tlzMCJfEcb .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlzMCJfEcb .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlzMCJfEcb .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlzMCJfEcb .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlzMCJfEcb .socicon-wrap {
    margin: auto;
  }
}
.cid-tlzMCJfEcb .mbr-text {
  color: #999999;
}
.cid-tlzMCJfEcb .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlzMCJfEcb .icon-title,
.cid-tlzMCJfEcb .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlzMCJfEcb .item-text,
.cid-tlzMCJfEcb .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tlzOw8ihSv {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/a18254b314142b5bd38088bf03f3460d-1-750x500.jpg");
}
.cid-tlzOw8ihSv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlzOwCTLzI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzOwCTLzI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlzOwCTLzI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzOx9VVsn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tlzOx9VVsn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzOx9VVsn .mbr-text {
  color: #ffffff;
}
.cid-tlzNZgKJnC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlzNZgKJnC .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlzNZgKJnC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlzNZgZuoA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlzNZgZuoA h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlzNZgZuoA .container {
    position: relative;
  }
  .cid-tlzNZgZuoA .row {
    margin: 0;
  }
  .cid-tlzNZgZuoA h2 {
    margin: 0;
  }
}
.cid-tlzNZgZuoA .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlzNZgZuoA .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlzNZgZuoA .container-column,
.cid-tlzNZgZuoA h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdYZPuYQG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlzNZiCLey {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlzNZiCLey .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlzNZiCLey .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlzNZiCLey .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlzNZiCLey .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlzNZiCLey .container {
  max-width: 1400px;
}
.cid-tlzNZiCLey li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlzNZiCLey .time {
  line-height: 2;
}
.cid-tlzNZiCLey .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlzNZiCLey .text-wrap {
  width: 100%;
}
.cid-tlzNZiCLey .item-wrap {
  display: inline-block;
}
.cid-tlzNZiCLey .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlzNZiCLey .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlzNZiCLey .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlzNZiCLey .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlzNZiCLey .socicon-wrap {
    margin: auto;
  }
}
.cid-tlzNZiCLey .mbr-text {
  color: #999999;
}
.cid-tlzNZiCLey .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlzNZiCLey .icon-title,
.cid-tlzNZiCLey .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlzNZiCLey .item-text,
.cid-tlzNZiCLey .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlzQ7fgpmu {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/5712eb8f76c4751b23c1adfe89b7a405-1000x632.jpg");
}
.cid-tlzQ7fgpmu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlzQ7QJTIc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzQ7QJTIc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlzQ7QJTIc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzQ8h16Fv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tlzQ8h16Fv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzQ8h16Fv .mbr-text {
  color: #ffffff;
}
.cid-tlzPfCFd8o {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlzPfCFd8o .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlzPfCFd8o .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlzPfCUMw0 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlzPfCUMw0 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlzPfCUMw0 .container {
    position: relative;
  }
  .cid-tlzPfCUMw0 .row {
    margin: 0;
  }
  .cid-tlzPfCUMw0 h2 {
    margin: 0;
  }
}
.cid-tlzPfCUMw0 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlzPfCUMw0 .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlzPfCUMw0 .container-column,
.cid-tlzPfCUMw0 h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdZ44GdO2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlzPfEoTxr {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlzPfEoTxr .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlzPfEoTxr .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlzPfEoTxr .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlzPfEoTxr .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlzPfEoTxr .container {
  max-width: 1400px;
}
.cid-tlzPfEoTxr li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlzPfEoTxr .time {
  line-height: 2;
}
.cid-tlzPfEoTxr .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlzPfEoTxr .text-wrap {
  width: 100%;
}
.cid-tlzPfEoTxr .item-wrap {
  display: inline-block;
}
.cid-tlzPfEoTxr .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlzPfEoTxr .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlzPfEoTxr .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlzPfEoTxr .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlzPfEoTxr .socicon-wrap {
    margin: auto;
  }
}
.cid-tlzPfEoTxr .mbr-text {
  color: #999999;
}
.cid-tlzPfEoTxr .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlzPfEoTxr .icon-title,
.cid-tlzPfEoTxr .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlzPfEoTxr .item-text,
.cid-tlzPfEoTxr .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tlzS3oajpu {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1280x444-banner-1280x444.jpg");
}
.cid-tlzS3oajpu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlzS3WjRpd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tlzS3WjRpd .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlzS3WjRpd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzS4hSraQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tlzS4hSraQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlzS4hSraQ .mbr-text {
  color: #ffffff;
}
.cid-tlzRd7Y3Hz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tlzRd7Y3Hz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tlzRd7Y3Hz .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tlzRd8bxvN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tlzRd8bxvN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tlzRd8bxvN .container {
    position: relative;
  }
  .cid-tlzRd8bxvN .row {
    margin: 0;
  }
  .cid-tlzRd8bxvN h2 {
    margin: 0;
  }
}
.cid-tlzRd8bxvN .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tlzRd8bxvN .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tlzRd8bxvN .container-column,
.cid-tlzRd8bxvN h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdZ9CAbjy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tlzRd9wjbh {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tlzRd9wjbh .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tlzRd9wjbh .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tlzRd9wjbh .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tlzRd9wjbh .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tlzRd9wjbh .container {
  max-width: 1400px;
}
.cid-tlzRd9wjbh li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tlzRd9wjbh .time {
  line-height: 2;
}
.cid-tlzRd9wjbh .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tlzRd9wjbh .text-wrap {
  width: 100%;
}
.cid-tlzRd9wjbh .item-wrap {
  display: inline-block;
}
.cid-tlzRd9wjbh .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tlzRd9wjbh .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tlzRd9wjbh .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tlzRd9wjbh .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlzRd9wjbh .socicon-wrap {
    margin: auto;
  }
}
.cid-tlzRd9wjbh .mbr-text {
  color: #999999;
}
.cid-tlzRd9wjbh .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tlzRd9wjbh .icon-title,
.cid-tlzRd9wjbh .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tlzRd9wjbh .item-text,
.cid-tlzRd9wjbh .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tm2R3XJyeS {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/banner-1280x444.jpg");
}
.cid-tm2R3XJyeS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tm2R4nFCTw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-tm2R4nFCTw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tm2R4nFCTw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tm2R4Ni851 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tm2R4Ni851 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tm2R4Ni851 .mbr-text {
  color: #ffffff;
}
.cid-tm2QCCml8O {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tm2QCCml8O .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tm2QCCml8O .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tm2QCCBCOR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tm2QCCBCOR h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tm2QCCBCOR .container {
    position: relative;
  }
  .cid-tm2QCCBCOR .row {
    margin: 0;
  }
  .cid-tm2QCCBCOR h2 {
    margin: 0;
  }
}
.cid-tm2QCCBCOR .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tm2QCCBCOR .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tm2QCCBCOR .container-column,
.cid-tm2QCCBCOR h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tmdZeUlSSb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmABe3ERga {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tmABe3ERga img {
  width: 120px;
  margin: auto;
}
.cid-tmABe3ERga .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmABe3ERga .card {
    max-width: 12.5%;
  }
}
.cid-tm2QCDXJaR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tm2QCDXJaR .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tm2QCDXJaR .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tm2QCDXJaR .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tm2QCDXJaR .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tm2QCDXJaR .container {
  max-width: 1400px;
}
.cid-tm2QCDXJaR li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tm2QCDXJaR .time {
  line-height: 2;
}
.cid-tm2QCDXJaR .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tm2QCDXJaR .text-wrap {
  width: 100%;
}
.cid-tm2QCDXJaR .item-wrap {
  display: inline-block;
}
.cid-tm2QCDXJaR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tm2QCDXJaR .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tm2QCDXJaR .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tm2QCDXJaR .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tm2QCDXJaR .socicon-wrap {
    margin: auto;
  }
}
.cid-tm2QCDXJaR .mbr-text {
  color: #999999;
}
.cid-tm2QCDXJaR .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tm2QCDXJaR .icon-title,
.cid-tm2QCDXJaR .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tm2QCDXJaR .item-text,
.cid-tm2QCDXJaR .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tyLkX2LqYP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/avca1h-carousel-2.jpg");
}
.cid-tyLkX2LqYP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyLmhsMUgM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tyLmhsMUgM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyLmhsMUgM .row {
  flex-direction: row-reverse;
}
.cid-tyLmhsMUgM img {
  width: 100%;
}
.cid-tyLkX4IKRH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tyLkX4IKRH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyLkX4IKRH .mbr-text {
  color: #ffffff;
}
.cid-tyLntIrgwW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-tyLkX5isVY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tyLkX5isVY .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tyLkX5isVY .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyLkX5JOJ1 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyLkX5JOJ1 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tyLkX5JOJ1 .container {
    position: relative;
  }
  .cid-tyLkX5JOJ1 .row {
    margin: 0;
  }
  .cid-tyLkX5JOJ1 h2 {
    margin: 0;
  }
}
.cid-tyLkX5JOJ1 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tyLkX5JOJ1 .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tyLkX5JOJ1 .container-column,
.cid-tyLkX5JOJ1 h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tyLkX6H5hZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyLkX6Q845 {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tyLkX6Q845 img {
  width: 120px;
  margin: auto;
}
.cid-tyLkX6Q845 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tyLkX6Q845 .card {
    max-width: 12.5%;
  }
}
.cid-tyLkX75oSM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tyLkX75oSM .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tyLkX75oSM .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tyLkX75oSM .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tyLkX75oSM .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tyLkX75oSM .container {
  max-width: 1400px;
}
.cid-tyLkX75oSM li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tyLkX75oSM .time {
  line-height: 2;
}
.cid-tyLkX75oSM .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tyLkX75oSM .text-wrap {
  width: 100%;
}
.cid-tyLkX75oSM .item-wrap {
  display: inline-block;
}
.cid-tyLkX75oSM .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tyLkX75oSM .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tyLkX75oSM .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tyLkX75oSM .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyLkX75oSM .socicon-wrap {
    margin: auto;
  }
}
.cid-tyLkX75oSM .mbr-text {
  color: #999999;
}
.cid-tyLkX75oSM .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tyLkX75oSM .icon-title,
.cid-tyLkX75oSM .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tyLkX75oSM .item-text,
.cid-tyLkX75oSM .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tyLotliubb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wp8460359.webp");
}
.cid-tyLotliubb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyLotmYYpx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tyLotmYYpx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyLotmYYpx .row {
  flex-direction: row-reverse;
}
.cid-tyLotmYYpx img {
  width: 100%;
}
.cid-tyLotnd5Zd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tyLotnd5Zd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyLotnd5Zd .mbr-text {
  color: #ffffff;
}
.cid-tyLotnxNxw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-tyLotnKJ1I {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tyLotnKJ1I .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tyLotnKJ1I .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyLoto36Yf {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyLoto36Yf h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tyLoto36Yf .container {
    position: relative;
  }
  .cid-tyLoto36Yf .row {
    margin: 0;
  }
  .cid-tyLoto36Yf h2 {
    margin: 0;
  }
}
.cid-tyLoto36Yf .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tyLoto36Yf .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tyLoto36Yf .container-column,
.cid-tyLoto36Yf h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tyLotp0DVv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyLotpd8NV {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tyLotpd8NV img {
  width: 120px;
  margin: auto;
}
.cid-tyLotpd8NV .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tyLotpd8NV .card {
    max-width: 12.5%;
  }
}
.cid-tyLotpAQpO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tyLotpAQpO .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tyLotpAQpO .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tyLotpAQpO .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tyLotpAQpO .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tyLotpAQpO .container {
  max-width: 1400px;
}
.cid-tyLotpAQpO li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tyLotpAQpO .time {
  line-height: 2;
}
.cid-tyLotpAQpO .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tyLotpAQpO .text-wrap {
  width: 100%;
}
.cid-tyLotpAQpO .item-wrap {
  display: inline-block;
}
.cid-tyLotpAQpO .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tyLotpAQpO .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tyLotpAQpO .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tyLotpAQpO .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyLotpAQpO .socicon-wrap {
    margin: auto;
  }
}
.cid-tyLotpAQpO .mbr-text {
  color: #999999;
}
.cid-tyLotpAQpO .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tyLotpAQpO .icon-title,
.cid-tyLotpAQpO .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tyLotpAQpO .item-text,
.cid-tyLotpAQpO .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
.cid-tyLqLfTcdX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/763554.webp");
}
.cid-tyLqLfTcdX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyLqLhnb4c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
@media (max-width: 991px) {
  .cid-tyLqLhnb4c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyLqLhnb4c .row {
  flex-direction: row-reverse;
}
.cid-tyLqLhnb4c img {
  width: 100%;
}
.cid-tyLqLhGvaV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #101010;
}
.cid-tyLqLhGvaV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyLqLhGvaV .mbr-text {
  color: #ffffff;
}
.cid-tyLqLhZeQl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-tyLqLifPSB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/digital-tablet-screen-with-smart-home-controller-wooden-table-3-2000x1335.jpeg");
}
.cid-tyLqLifPSB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tyLqLifPSB .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyLqLixXYH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyLqLixXYH h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tyLqLixXYH .container {
    position: relative;
  }
  .cid-tyLqLixXYH .row {
    margin: 0;
  }
  .cid-tyLqLixXYH h2 {
    margin: 0;
  }
}
.cid-tyLqLixXYH .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tyLqLixXYH .mbr-section-subtitle {
  color: #101010;
  text-align: left;
}
.cid-tyLqLixXYH .container-column,
.cid-tyLqLixXYH h2 {
  text-align: left;
  color: #2fccd5;
}
.cid-tz9HFE0MEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz9HFE0MEW .mbr-section-subtitle {
  color: #767676;
}
.cid-tz9HFE0MEW ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9HFE0MEW ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tz9HFE0MEW ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tz9HFE0MEW .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tyLqLjudZh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyLqLjH7j2 {
  padding-top: 1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #101010;
}
.cid-tyLqLjH7j2 img {
  width: 120px;
  margin: auto;
}
.cid-tyLqLjH7j2 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tyLqLjH7j2 .card {
    max-width: 12.5%;
  }
}
.cid-tyLqLk4eYX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #101010;
}
.cid-tyLqLk4eYX .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tyLqLk4eYX .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tyLqLk4eYX .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tyLqLk4eYX .title {
  background: linear-gradient(to left, #2fccd5, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2fccd5;
}
.cid-tyLqLk4eYX .container {
  max-width: 1400px;
}
.cid-tyLqLk4eYX li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tyLqLk4eYX .time {
  line-height: 2;
}
.cid-tyLqLk4eYX .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tyLqLk4eYX .text-wrap {
  width: 100%;
}
.cid-tyLqLk4eYX .item-wrap {
  display: inline-block;
}
.cid-tyLqLk4eYX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tyLqLk4eYX .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #2fccd5, #2fccd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tyLqLk4eYX .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tyLqLk4eYX .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyLqLk4eYX .socicon-wrap {
    margin: auto;
  }
}
.cid-tyLqLk4eYX .mbr-text {
  color: #999999;
}
.cid-tyLqLk4eYX .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tyLqLk4eYX .icon-title,
.cid-tyLqLk4eYX .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tyLqLk4eYX .item-text,
.cid-tyLqLk4eYX .item-icon {
  color: #999999;
  text-align: center;
}
.cid-tz9Di9UX9g.popup-builder {
  background-color: #ffffff;
}
.cid-tz9Di9UX9g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz9Di9UX9g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz9Di9UX9g .modal-content,
.cid-tz9Di9UX9g .modal-dialog {
  height: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz9Di9UX9g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .form-group,
  .cid-tz9Di9UX9g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz9Di9UX9g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz9Di9UX9g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz9Di9UX9g .mbr-text {
  text-align: center;
}
.cid-tz9Di9UX9g .pt-0 {
  padding-top: 0 !important;
}
.cid-tz9Di9UX9g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz9Di9UX9g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz9Di9UX9g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal-open {
  overflow: hidden;
}
.cid-tz9Di9UX9g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz9Di9UX9g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz9Di9UX9g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz9Di9UX9g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz9Di9UX9g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz9Di9UX9g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz9Di9UX9g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz9Di9UX9g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz9Di9UX9g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz9Di9UX9g .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz9Di9UX9g .modal-backdrop.show {
  opacity: .5;
}
.cid-tz9Di9UX9g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tz9Di9UX9g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz9Di9UX9g .modal-header .close:hover {
  opacity: 1;
}
.cid-tz9Di9UX9g .modal-header .close:focus {
  outline: none;
}
.cid-tz9Di9UX9g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tz9Di9UX9g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tz9Di9UX9g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz9Di9UX9g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz9Di9UX9g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz9Di9UX9g .modal-sm {
    max-width: 300px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tz9Di9UX9g .modal-lg,
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 800px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tz9Di9UX9g .modal-xl {
    max-width: 1140px;
  }
  .cid-tz9Di9UX9g .container {
    max-width: 1140px;
  }
}
.cid-tz9Di9UX9g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tz9Di9UX9g .container {
    max-width: 720px;
  }
}
.cid-tz9Di9UX9g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz9Di9UX9g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz9Di9UX9g .form-group {
  margin-bottom: 1rem;
}
.cid-tz9Di9UX9g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz9Di9UX9g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz9Di9UX9g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJ1w9cOYLa .navbar {
  padding: 0;
  background: #101010;
  transition: none;
  min-height: 50px;
}
.cid-tJ1w9cOYLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-tJ1w9cOYLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tJ1w9cOYLa .dropdown-item {
  padding: 0;
}
.cid-tJ1w9cOYLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #101010 !important;
}
.cid-tJ1w9cOYLa .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-tJ1w9cOYLa .menu-content-top {
    display: block;
  }
  .cid-tJ1w9cOYLa .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tJ1w9cOYLa .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tJ1w9cOYLa nav.opened .menu-content-top {
  display: none;
  z-index: 1000;
}
.cid-tJ1w9cOYLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #101010;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .navbar-dropdown.bg-color.transparent.opened {
  background: #101010;
}
.cid-tJ1w9cOYLa a {
  font-style: normal;
}
.cid-tJ1w9cOYLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tJ1w9cOYLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tJ1w9cOYLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .content-text {
  margin-bottom: 0;
}
.cid-tJ1w9cOYLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    border-top: 4px solid #2fccd5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tJ1w9cOYLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tJ1w9cOYLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tJ1w9cOYLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJ1w9cOYLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-tJ1w9cOYLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tJ1w9cOYLa .content-right-side {
  text-align: center;
}
.cid-tJ1w9cOYLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tJ1w9cOYLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tJ1w9cOYLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tJ1w9cOYLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tJ1w9cOYLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tJ1w9cOYLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tJ1w9cOYLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tJ1w9cOYLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tJ1w9cOYLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tJ1w9cOYLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tJ1w9cOYLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-tJ1w9cOYLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJ1w9cOYLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem);
  }
  .cid-tJ1w9cOYLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tJ1w9cOYLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tJ1w9cOYLa .navbar-toggler {
    display: none;
  }
  .cid-tJ1w9cOYLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJ1w9cOYLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tJ1w9cOYLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tJ1w9cOYLa .menu-logo {
  margin-right: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tJ1w9cOYLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu {
  background: #101010;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ1w9cOYLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tJ1w9cOYLa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-tJ1w9cOYLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJ1w9cOYLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tJ1w9cOYLa button.navbar-toggler:focus {
  outline: none;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ1w9cOYLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ1w9cOYLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ1w9cOYLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .btn {
  display: flex;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJ1w9cOYLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tJ1w9cOYLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJ1w9cOYLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tJ1w9cOYLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tJ1w9cOYLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJ1w9cOYLa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tJ1w9cOYLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tJ1w9cOYLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing,
  .cid-tJ1w9cOYLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tJ1w9cOYLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJ1w9cOYLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJ1w9cOYLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJ1w9cOYLa img {
    height: 2.2rem !important;
  }
  .cid-tJ1w9cOYLa .btn {
    display: flex;
  }
  .cid-tJ1w9cOYLa button.navbar-toggler {
    display: block;
  }
  .cid-tJ1w9cOYLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tJ1w9cOYLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJ1w9cOYLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tJ1w9cOYLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tJ1w9cOYLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tJ1w9cOYLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tJ1w9cOYLa .nav-link:focus {
  outline: none;
}
.cid-tJ1w9cOYLa .navbar-toggler {
  position: relative;
}
.cid-tJ1w9cOYLa .dropdown-item.active,
.cid-tJ1w9cOYLa .dropdown-item:active {
  background: #101010;
  color: initial;
}
.cid-tJ1w9cOYLa .widget-text {
  color: #ffffff;
}
.cid-tJ1w9cOYLa .widget-title,
.cid-tJ1w9cOYLa .widget-icon {
  color: #ffffff;
}
