@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
}
.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: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #3fa753 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #3fa753 !important;
  border-color: #3fa753 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #2a6f37 !important;
  border-color: #2a6f37 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a6f37 !important;
  border-color: #2a6f37 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #235d2e;
  color: #235d2e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #3fa753;
  border-color: #3fa753;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3fa753 !important;
  border-color: #3fa753 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #3fa753 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #235d2e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3fa753;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #90d59e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0087ab;
  border-bottom-color: #0087ab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0087ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a1c44 !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%;
}
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='%230087ab' %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;
}
.cid-rV5oTpuKs7 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rV5oTpuKs7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-rV5oTpuKs7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rV5oTpuKs7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rV5oTpuKs7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rV5oTpuKs7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rV5oTpuKs7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rV5oTpuKs7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rV5oTpuKs7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rV5oTpuKs7 .menu-content-top {
  background: #3fa753;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rV5oTpuKs7 .dropdown-item {
  padding: 0;
}
.cid-rV5oTpuKs7 .dropdown-item,
.cid-rV5oTpuKs7 .nav-link,
.cid-rV5oTpuKs7 .brand-name {
  font-style: normal;
}
.cid-rV5oTpuKs7 .dropdown-item:hover,
.cid-rV5oTpuKs7 .nav-link:hover,
.cid-rV5oTpuKs7 .brand-name:hover {
  color: #0087ab !important;
}
.cid-rV5oTpuKs7 .dropdown-menu {
  background-color: #3fa753;
}
.cid-rV5oTpuKs7 .dropdown-item:active {
  background-color: #3fa753;
}
.cid-rV5oTpuKs7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rV5oTpuKs7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rV5oTpuKs7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rV5oTpuKs7 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rV5oTpuKs7 .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-rV5oTpuKs7 .content-text {
  margin-bottom: 0;
}
.cid-rV5oTpuKs7 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rV5oTpuKs7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -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-rV5oTpuKs7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rV5oTpuKs7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rV5oTpuKs7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rV5oTpuKs7 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rV5oTpuKs7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rV5oTpuKs7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rV5oTpuKs7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rV5oTpuKs7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-rV5oTpuKs7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rV5oTpuKs7 .content-right-side {
  text-align: center;
}
.cid-rV5oTpuKs7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rV5oTpuKs7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rV5oTpuKs7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rV5oTpuKs7 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rV5oTpuKs7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rV5oTpuKs7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rV5oTpuKs7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rV5oTpuKs7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rV5oTpuKs7 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rV5oTpuKs7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rV5oTpuKs7 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rV5oTpuKs7 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rV5oTpuKs7 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rV5oTpuKs7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-rV5oTpuKs7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rV5oTpuKs7 .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-rV5oTpuKs7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rV5oTpuKs7 .navbar-toggler {
    display: none;
  }
  .cid-rV5oTpuKs7 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rV5oTpuKs7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rV5oTpuKs7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rV5oTpuKs7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rV5oTpuKs7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rV5oTpuKs7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rV5oTpuKs7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rV5oTpuKs7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rV5oTpuKs7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rV5oTpuKs7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rV5oTpuKs7 .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-rV5oTpuKs7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rV5oTpuKs7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rV5oTpuKs7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rV5oTpuKs7 .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-rV5oTpuKs7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rV5oTpuKs7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rV5oTpuKs7 .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-rV5oTpuKs7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rV5oTpuKs7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rV5oTpuKs7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rV5oTpuKs7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rV5oTpuKs7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rV5oTpuKs7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rV5oTpuKs7 button.navbar-toggler:focus {
  outline: none;
}
.cid-rV5oTpuKs7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3fa753;
}
.cid-rV5oTpuKs7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rV5oTpuKs7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rV5oTpuKs7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rV5oTpuKs7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rV5oTpuKs7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rV5oTpuKs7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rV5oTpuKs7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rV5oTpuKs7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rV5oTpuKs7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rV5oTpuKs7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rV5oTpuKs7 .collapsed .btn {
  display: flex;
}
.cid-rV5oTpuKs7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.collapsing,
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rV5oTpuKs7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rV5oTpuKs7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rV5oTpuKs7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rV5oTpuKs7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rV5oTpuKs7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rV5oTpuKs7 .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-rV5oTpuKs7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rV5oTpuKs7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rV5oTpuKs7 .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-rV5oTpuKs7 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rV5oTpuKs7 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-rV5oTpuKs7 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-rV5oTpuKs7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rV5oTpuKs7 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rV5oTpuKs7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rV5oTpuKs7 .navbar-collapse.collapsing,
  .cid-rV5oTpuKs7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rV5oTpuKs7 .navbar-collapse.collapsing .navbar-nav,
  .cid-rV5oTpuKs7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rV5oTpuKs7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rV5oTpuKs7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rV5oTpuKs7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rV5oTpuKs7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rV5oTpuKs7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rV5oTpuKs7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rV5oTpuKs7 img {
    height: 3.8rem !important;
  }
  .cid-rV5oTpuKs7 .btn {
    display: flex;
  }
  .cid-rV5oTpuKs7 button.navbar-toggler {
    display: block;
  }
  .cid-rV5oTpuKs7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rV5oTpuKs7 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rV5oTpuKs7 .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-rV5oTpuKs7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rV5oTpuKs7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rV5oTpuKs7 .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-rV5oTpuKs7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rV5oTpuKs7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rV5oTpuKs7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rV5oTpuKs7 .nav-link:focus {
  outline: none;
}
.cid-rV5oTpuKs7 .navbar-toggler {
  position: relative;
}
.cid-rV5oTpuKs7 .dropdown-item.active,
.cid-rV5oTpuKs7 .dropdown-item:active {
  color: initial;
}
.cid-rV5oTpuKs7 .widget-title,
.cid-rV5oTpuKs7 .widget-icon {
  color: #e9e9e9;
}
.cid-rV5oTpuKs7 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rV5oTpuKs7 .menu-logo {
    display: none;
  }
  .cid-rV5oTpuKs7 .navbar {
    padding: 0;
  }
  .cid-rV5oTpuKs7 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rV5oTpuKs7 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rVHm9J1WrR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/display-led-2000x1334.jpg");
}
.cid-rVHm9J1WrR .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-rVHm9J1WrR .mbr-section-title {
  color: #232323;
}
.cid-rVHm9J1WrR .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVHm9J1WrR .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rV5tB7xmyt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rV5plaa5Yh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV5plaa5Yh .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rV5plaa5Yh img {
  width: 100%;
}
.cid-rV5plaa5Yh p {
  line-height: 1.6;
}
.cid-rV5plaa5Yh .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rV5plaa5Yh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rV5plaa5Yh .mbr-text,
.cid-rV5plaa5Yh .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rV5plaa5Yh .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rV5plaa5Yh .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rV5plaa5Yh .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rV5plaa5Yh .mbr-section-title,
.cid-rV5plaa5Yh .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rV5plaa5Yh .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-syve4Sx0io {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #656565;
}
.cid-syve4Sx0io .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}
.cid-syve4Sx0io .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-syve4Sx0io .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-syve4Sx0io .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-syve4Sx0io .card-overlay {
  display: none;
  background: #565656;
}
@media (min-width: 768px) {
  .cid-syve4Sx0io .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-syve4Sx0io .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-syve4Sx0io .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-syve4Sx0io .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-syve4Sx0io .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-syve4Sx0io .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-syve4Sx0io .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-syve4Sx0io .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-syve4Sx0io .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-syve4Sx0io .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-syve4Sx0io .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-syve4Sx0io .card-title,
  .cid-syve4Sx0io .underline,
  .cid-syve4Sx0io .mbr-text,
  .cid-syve4Sx0io .mbr-section-btn,
  .cid-syve4Sx0io .mbr-section-subtitle,
  .cid-syve4Sx0io .mbr-section-title {
    text-align: center !important;
  }
  .cid-syve4Sx0io .wrapper {
    background-color: #565656;
  }
}
.cid-syve4Sx0io .mbr-section-title {
  text-align: left;
}
.cid-syve4Sx0io .mbr-section-title,
.cid-syve4Sx0io .underline {
  color: #ffffff;
}
.cid-syv8Cocyfy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syv8Cocyfy .container-fluid {
  padding: 0 3rem;
}
.cid-syv8Cocyfy .card {
  display: block;
}
.cid-syv8Cocyfy .card .card-wrapper {
  height: 1%;
}
.cid-syv8Cocyfy .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-syv8Cocyfy .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-syv8Cocyfy .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-syv8Cocyfy .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-syv8Cocyfy .container-fluid {
    padding: 0 1rem;
  }
  .cid-syv8Cocyfy .text-row {
    padding-bottom: 1rem;
  }
}
.cid-rV5pvKprmp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e9e9e9;
}
.cid-rV5pvKprmp .google-map {
  height: 25rem;
  position: relative;
}
.cid-rV5pvKprmp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rV5pvKprmp .google-map [data-state-details] {
  color: #000;
  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-rV5pvKprmp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rV5pvKprmp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rV5pvKprmp .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-rV5pvKprmp .form-container {
  padding: 3rem;
}
.cid-rV5pvKprmp .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rV5pvKprmp .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #333333, #232323);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rV5pvKprmp .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rV5pvKprmp .form-group,
  .cid-rV5pvKprmp .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rV5pvKprmp .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-rV5pvKprmp .form-control:focus,
.cid-rV5pvKprmp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-rV5pvKprmp textarea.form-control {
  min-height: 170px;
}
.cid-rV5pvKprmp .form-group {
  margin-bottom: 1rem;
}
.cid-rV5pvKprmp input::-webkit-input-placeholder,
.cid-rV5pvKprmp textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.cid-rV5pvKprmp input:-moz-placeholder,
.cid-rV5pvKprmp textarea:-moz-placeholder {
  color: #9e9e9e;
}
.cid-rV5pvKprmp .jq-selectbox li,
.cid-rV5pvKprmp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rV5pvKprmp .jq-selectbox li:hover,
.cid-rV5pvKprmp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rV5pvKprmp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rV5pvKprmp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rV5pvKprmp .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rV5pvKprmp .text-block {
    margin-bottom: 2rem;
  }
  .cid-rV5pvKprmp .wrapper {
    margin-top: 0;
  }
}
.cid-rV5pvKprmp .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rV5pvKprmp .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-rV5pvKprmp .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rV5pvKprmp .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-rV5pvKprmp .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rV5pvKprmp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rV5pvKprmp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVn71xntuB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVn71xntuB .mbr-text {
  text-align: center;
}
.cid-rVn71xntuB .mbr-title {
  text-align: center;
}
.cid-rVn72YJaRj {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVn72YJaRj blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVn72YJaRj .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVn72YJaRj .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVn72YJaRj a:link,
.cid-rVn72YJaRj a:active,
.cid-rVn72YJaRj a:visited {
  color: #000000;
}
.cid-rVn72YJaRj a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVn72YJaRj .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVn72YJaRj .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-rVHkG25qAn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rVHkG25qAn .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rVHkG25qAn .container {
  max-width: 1500px;
}
.cid-rVHkG25qAn .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rVHkG25qAn .container {
    padding: 0 4rem;
  }
}
.cid-rVHkG25qAn .mbr-text,
.cid-rVHkG25qAn .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rVHkG25qAn .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rVHkG25qAn .btn .mbr-iconfont {
  order: 2;
}
.cid-rVHkG25qAn .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rVHkG25qAn .align-left {
    text-align: center;
  }
  .cid-rVHkG25qAn .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rVHkG25qAn H1 {
  text-align: center;
}
.cid-rVneJYDL9a {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVneJYDL9a .mbr-text {
  text-align: center;
}
.cid-rVneJYDL9a .mbr-title {
  text-align: center;
}
.cid-rVn73t1nIh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVn73t1nIh blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVn73t1nIh .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVn73t1nIh .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVn73t1nIh a:link,
.cid-rVn73t1nIh a:active,
.cid-rVn73t1nIh a:visited {
  color: #000000;
}
.cid-rVn73t1nIh a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVn73t1nIh .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVn73t1nIh .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-rV5pPk9WPx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}
.cid-rV5pPk9WPx .container {
  max-width: 1400px;
}
.cid-rV5pPk9WPx .card-img2 span {
  padding-top: 6px;
}
.cid-rV5pPk9WPx .soc-item a {
  padding-top: 5px;
}
.cid-rV5pPk9WPx .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rV5pPk9WPx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rV5pPk9WPx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rV5pPk9WPx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rV5pPk9WPx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rV5pPk9WPx #e2_shape {
  fill: #ffffff !important;
}
.cid-rV5pPk9WPx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-rV5pPk9WPx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rV5pPk9WPx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rV5pPk9WPx .card-img {
  width: auto;
}
.cid-rV5pPk9WPx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rV5pPk9WPx .soc-item span {
  font-size: 1.4rem;
}
.cid-rV5pPk9WPx .soc-item:hover span {
  color: #0087ab !important;
}
.cid-rV5pPk9WPx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rV5pPk9WPx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rV5pPk9WPx .media-wrap {
  margin-bottom: 1rem;
}
.cid-rV5pPk9WPx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rV5pPk9WPx img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rV5pPk9WPx .item {
    justify-content: center;
  }
  .cid-rV5pPk9WPx .quote::after {
    left: 60px;
  }
}
.cid-rV5pPk9WPx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rV5pPk9WPx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rV5pPk9WPx .text1 {
  color: #ffffff;
}
.cid-rV5pPk9WPx .item-title {
  color: #ffffff;
}
.cid-rV5pPk9WPx H5 {
  color: #ffffff;
}
.cid-rV5pPk9WPx .theme {
  color: #ffffff;
}
.cid-rV5pPk9WPx .copyright > p {
  color: #ff3366;
}
.cid-rV5pPk9WPx .text2 {
  color: #ffffff;
}
.cid-rVtNpw6HJd .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rVtNpw6HJd .navbar-fixed-top {
  padding-top: 0;
}
.cid-rVtNpw6HJd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rVtNpw6HJd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVtNpw6HJd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rVtNpw6HJd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rVtNpw6HJd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rVtNpw6HJd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rVtNpw6HJd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rVtNpw6HJd .menu-content-top {
  background: #3fa753;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rVtNpw6HJd .dropdown-item {
  padding: 0;
}
.cid-rVtNpw6HJd .dropdown-item,
.cid-rVtNpw6HJd .nav-link,
.cid-rVtNpw6HJd .brand-name {
  font-style: normal;
}
.cid-rVtNpw6HJd .dropdown-item:hover,
.cid-rVtNpw6HJd .nav-link:hover,
.cid-rVtNpw6HJd .brand-name:hover {
  color: #0087ab !important;
}
.cid-rVtNpw6HJd .dropdown-menu {
  background-color: #3fa753;
}
.cid-rVtNpw6HJd .dropdown-item:active {
  background-color: #3fa753;
}
.cid-rVtNpw6HJd .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtNpw6HJd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rVtNpw6HJd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rVtNpw6HJd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rVtNpw6HJd .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-rVtNpw6HJd .content-text {
  margin-bottom: 0;
}
.cid-rVtNpw6HJd .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rVtNpw6HJd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -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-rVtNpw6HJd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rVtNpw6HJd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rVtNpw6HJd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rVtNpw6HJd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rVtNpw6HJd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rVtNpw6HJd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rVtNpw6HJd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtNpw6HJd .nav-dropdown .link {
  font-weight: 400;
}
.cid-rVtNpw6HJd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rVtNpw6HJd .content-right-side {
  text-align: center;
}
.cid-rVtNpw6HJd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rVtNpw6HJd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rVtNpw6HJd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rVtNpw6HJd .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVtNpw6HJd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVtNpw6HJd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rVtNpw6HJd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rVtNpw6HJd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rVtNpw6HJd .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rVtNpw6HJd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rVtNpw6HJd .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rVtNpw6HJd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rVtNpw6HJd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rVtNpw6HJd .navbar {
    display: block;
    padding: 0;
  }
  .cid-rVtNpw6HJd .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rVtNpw6HJd .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-rVtNpw6HJd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rVtNpw6HJd .navbar-toggler {
    display: none;
  }
  .cid-rVtNpw6HJd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVtNpw6HJd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rVtNpw6HJd .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVtNpw6HJd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rVtNpw6HJd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rVtNpw6HJd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rVtNpw6HJd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtNpw6HJd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rVtNpw6HJd .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rVtNpw6HJd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rVtNpw6HJd .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-rVtNpw6HJd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtNpw6HJd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rVtNpw6HJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtNpw6HJd .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-rVtNpw6HJd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rVtNpw6HJd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtNpw6HJd .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-rVtNpw6HJd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rVtNpw6HJd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rVtNpw6HJd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVtNpw6HJd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rVtNpw6HJd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rVtNpw6HJd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rVtNpw6HJd button.navbar-toggler:focus {
  outline: none;
}
.cid-rVtNpw6HJd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3fa753;
}
.cid-rVtNpw6HJd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVtNpw6HJd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVtNpw6HJd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVtNpw6HJd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVtNpw6HJd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVtNpw6HJd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVtNpw6HJd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVtNpw6HJd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVtNpw6HJd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtNpw6HJd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtNpw6HJd .collapsed .btn {
  display: flex;
}
.cid-rVtNpw6HJd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rVtNpw6HJd .collapsed .navbar-collapse.collapsing,
.cid-rVtNpw6HJd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rVtNpw6HJd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rVtNpw6HJd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rVtNpw6HJd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rVtNpw6HJd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rVtNpw6HJd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rVtNpw6HJd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rVtNpw6HJd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rVtNpw6HJd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rVtNpw6HJd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rVtNpw6HJd .collapsed button.navbar-toggler {
  display: block;
}
.cid-rVtNpw6HJd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rVtNpw6HJd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVtNpw6HJd .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-rVtNpw6HJd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rVtNpw6HJd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rVtNpw6HJd .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-rVtNpw6HJd .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rVtNpw6HJd .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-rVtNpw6HJd .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-rVtNpw6HJd .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rVtNpw6HJd .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rVtNpw6HJd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rVtNpw6HJd .navbar-collapse.collapsing,
  .cid-rVtNpw6HJd .navbar-collapse.show {
    display: block !important;
  }
  .cid-rVtNpw6HJd .navbar-collapse.collapsing .navbar-nav,
  .cid-rVtNpw6HJd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rVtNpw6HJd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rVtNpw6HJd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rVtNpw6HJd .navbar-collapse.collapsing .navbar-buttons,
  .cid-rVtNpw6HJd .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rVtNpw6HJd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rVtNpw6HJd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVtNpw6HJd img {
    height: 3.8rem !important;
  }
  .cid-rVtNpw6HJd .btn {
    display: flex;
  }
  .cid-rVtNpw6HJd button.navbar-toggler {
    display: block;
  }
  .cid-rVtNpw6HJd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rVtNpw6HJd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVtNpw6HJd .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-rVtNpw6HJd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rVtNpw6HJd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rVtNpw6HJd .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-rVtNpw6HJd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rVtNpw6HJd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rVtNpw6HJd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rVtNpw6HJd .nav-link:focus {
  outline: none;
}
.cid-rVtNpw6HJd .navbar-toggler {
  position: relative;
}
.cid-rVtNpw6HJd .dropdown-item.active,
.cid-rVtNpw6HJd .dropdown-item:active {
  color: initial;
}
.cid-rVtNpw6HJd .widget-title,
.cid-rVtNpw6HJd .widget-icon {
  color: #e9e9e9;
}
.cid-rVtNpw6HJd .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rVtNpw6HJd .menu-logo {
    display: none;
  }
  .cid-rVtNpw6HJd .navbar {
    padding: 0;
  }
  .cid-rVtNpw6HJd .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVtNpw6HJd button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rVtO4PkMIj {
  padding-top: 180px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-rVtO4PkMIj .container {
  margin-bottom: 15%;
}
.cid-rVtO4PkMIj .content-container .btn-bgr {
  z-index: 0;
}
.cid-rVtO4PkMIj .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #232323;
}
.cid-rVtO4PkMIj .icon-block-top span {
  background-color: #333333;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rVtO4PkMIj .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 70%;
  padding: 2.5rem;
}
.cid-rVtO4PkMIj .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rVtO4PkMIj .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rVtO4PkMIj .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rVtO4PkMIj .box-item-text,
.cid-rVtO4PkMIj .mbr-section-btn {
  color: #000000;
}
.cid-rVtO4PkMIj .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rVtO4PkMIj .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rVtO4PkMIj .box-list li:last-child {
  border-bottom: none;
}
.cid-rVtO4PkMIj .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rVtO4PkMIj .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVtO4PkMIj .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rVtO4PkMIj .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rVtO4PkMIj .box-item {
    margin-top: -150px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rVtO4PkMIj .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVtO4PkMIj .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rVtO4PkMIj .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rVtO4PkMIj .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rVtO4PkMIj .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rVtO4PkMIj .mbr-text {
  color: #000000;
}
.cid-rVtO4PkMIj H1 {
  color: #000000;
}
.cid-rVtNpyMCZi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVtNpyMCZi .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVtNpyMCZi img {
  width: 100%;
}
.cid-rVtNpyMCZi p {
  line-height: 1.6;
}
.cid-rVtNpyMCZi .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtNpyMCZi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rVtNpyMCZi .mbr-text,
.cid-rVtNpyMCZi .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rVtNpyMCZi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rVtNpyMCZi .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rVtNpyMCZi .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rVtNpyMCZi .mbr-section-title,
.cid-rVtNpyMCZi .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rVtNpyMCZi .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-sz0eRxfXMp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sz0eRxfXMp .container-fluid {
  padding: 0 3rem;
}
.cid-sz0eRxfXMp .card {
  display: block;
}
.cid-sz0eRxfXMp .card .card-wrapper {
  height: 1%;
}
.cid-sz0eRxfXMp .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sz0eRxfXMp .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sz0eRxfXMp .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sz0eRxfXMp .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sz0eRxfXMp .container-fluid {
    padding: 0 1rem;
  }
  .cid-sz0eRxfXMp .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sz0eSuCW6S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sz0eSuCW6S .google-map {
  height: 25rem;
  position: relative;
}
.cid-sz0eSuCW6S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sz0eSuCW6S .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-sz0eSuCW6S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sz0eSuCW6S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sz0eSuCW6S .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-sz0eSuCW6S .form-container {
  padding: 3rem;
}
.cid-sz0eSuCW6S .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sz0eSuCW6S .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #333333, #232323);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sz0eSuCW6S .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sz0eSuCW6S .form-group,
  .cid-sz0eSuCW6S .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sz0eSuCW6S .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-sz0eSuCW6S .form-control:focus,
.cid-sz0eSuCW6S .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sz0eSuCW6S textarea.form-control {
  min-height: 170px;
}
.cid-sz0eSuCW6S .form-group {
  margin-bottom: 1rem;
}
.cid-sz0eSuCW6S input::-webkit-input-placeholder,
.cid-sz0eSuCW6S textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.cid-sz0eSuCW6S input:-moz-placeholder,
.cid-sz0eSuCW6S textarea:-moz-placeholder {
  color: #9e9e9e;
}
.cid-sz0eSuCW6S .jq-selectbox li,
.cid-sz0eSuCW6S .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sz0eSuCW6S .jq-selectbox li:hover,
.cid-sz0eSuCW6S .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sz0eSuCW6S .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sz0eSuCW6S .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sz0eSuCW6S .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sz0eSuCW6S .text-block {
    margin-bottom: 2rem;
  }
  .cid-sz0eSuCW6S .wrapper {
    margin-top: 0;
  }
}
.cid-sz0eSuCW6S .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz0eSuCW6S .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sz0eSuCW6S .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sz0eSuCW6S .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sz0eSuCW6S .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz0eSuCW6S .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz0eSuCW6S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sz0eMwI852 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #656565;
}
.cid-sz0eMwI852 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}
.cid-sz0eMwI852 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sz0eMwI852 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sz0eMwI852 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sz0eMwI852 .card-overlay {
  display: none;
  background: #565656;
}
@media (min-width: 768px) {
  .cid-sz0eMwI852 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0eMwI852 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0eMwI852 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0eMwI852 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0eMwI852 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0eMwI852 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0eMwI852 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0eMwI852 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0eMwI852 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sz0eMwI852 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sz0eMwI852 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sz0eMwI852 .card-title,
  .cid-sz0eMwI852 .underline,
  .cid-sz0eMwI852 .mbr-text,
  .cid-sz0eMwI852 .mbr-section-btn,
  .cid-sz0eMwI852 .mbr-section-subtitle,
  .cid-sz0eMwI852 .mbr-section-title {
    text-align: center !important;
  }
  .cid-sz0eMwI852 .wrapper {
    background-color: #565656;
  }
}
.cid-sz0eMwI852 .mbr-section-title {
  text-align: left;
}
.cid-sz0eMwI852 .mbr-section-title,
.cid-sz0eMwI852 .underline {
  color: #ffffff;
}
.cid-rVtNpD0ARy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVtNpD0ARy .mbr-text {
  text-align: center;
}
.cid-rVtNpD0ARy .mbr-title {
  text-align: center;
}
.cid-rVtNpDxJdl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVtNpDxJdl blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVtNpDxJdl .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVtNpDxJdl .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVtNpDxJdl a:link,
.cid-rVtNpDxJdl a:active,
.cid-rVtNpDxJdl a:visited {
  color: #000000;
}
.cid-rVtNpDxJdl a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVtNpDxJdl .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVtNpDxJdl .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-sz0fMSLh3N {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sz0fMSLh3N .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sz0fMSLh3N .container {
  max-width: 1500px;
}
.cid-sz0fMSLh3N .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sz0fMSLh3N .container {
    padding: 0 4rem;
  }
}
.cid-sz0fMSLh3N .mbr-text,
.cid-sz0fMSLh3N .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sz0fMSLh3N .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sz0fMSLh3N .btn .mbr-iconfont {
  order: 2;
}
.cid-sz0fMSLh3N .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sz0fMSLh3N .align-left {
    text-align: center;
  }
  .cid-sz0fMSLh3N .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sz0fMSLh3N H1 {
  text-align: center;
}
.cid-rVtNpE4tzp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVtNpE4tzp .mbr-text {
  text-align: center;
}
.cid-rVtNpE4tzp .mbr-title {
  text-align: center;
}
.cid-rVtNpEASCT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVtNpEASCT blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVtNpEASCT .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVtNpEASCT .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVtNpEASCT a:link,
.cid-rVtNpEASCT a:active,
.cid-rVtNpEASCT a:visited {
  color: #000000;
}
.cid-rVtNpEASCT a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVtNpEASCT .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVtNpEASCT .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-sz0fNLECLE {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}
.cid-sz0fNLECLE .container {
  max-width: 1400px;
}
.cid-sz0fNLECLE .card-img2 span {
  padding-top: 6px;
}
.cid-sz0fNLECLE .soc-item a {
  padding-top: 5px;
}
.cid-sz0fNLECLE .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sz0fNLECLE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sz0fNLECLE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sz0fNLECLE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sz0fNLECLE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sz0fNLECLE #e2_shape {
  fill: #ffffff !important;
}
.cid-sz0fNLECLE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-sz0fNLECLE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sz0fNLECLE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sz0fNLECLE .card-img {
  width: auto;
}
.cid-sz0fNLECLE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sz0fNLECLE .soc-item span {
  font-size: 1.4rem;
}
.cid-sz0fNLECLE .soc-item:hover span {
  color: #0087ab !important;
}
.cid-sz0fNLECLE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sz0fNLECLE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sz0fNLECLE .media-wrap {
  margin-bottom: 1rem;
}
.cid-sz0fNLECLE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz0fNLECLE img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sz0fNLECLE .item {
    justify-content: center;
  }
  .cid-sz0fNLECLE .quote::after {
    left: 60px;
  }
}
.cid-sz0fNLECLE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sz0fNLECLE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sz0fNLECLE .text1 {
  color: #ffffff;
}
.cid-sz0fNLECLE .item-title {
  color: #ffffff;
}
.cid-sz0fNLECLE H5 {
  color: #ffffff;
}
.cid-sz0fNLECLE .theme {
  color: #ffffff;
}
.cid-sz0fNLECLE .copyright > p {
  color: #ff3366;
}
.cid-sz0fNLECLE .text2 {
  color: #ffffff;
}
.cid-rVunPg2FYV .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rVunPg2FYV .navbar-fixed-top {
  padding-top: 0;
}
.cid-rVunPg2FYV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rVunPg2FYV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVunPg2FYV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rVunPg2FYV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rVunPg2FYV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rVunPg2FYV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rVunPg2FYV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rVunPg2FYV .menu-content-top {
  background: #3fa753;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rVunPg2FYV .dropdown-item {
  padding: 0;
}
.cid-rVunPg2FYV .dropdown-item,
.cid-rVunPg2FYV .nav-link,
.cid-rVunPg2FYV .brand-name {
  font-style: normal;
}
.cid-rVunPg2FYV .dropdown-item:hover,
.cid-rVunPg2FYV .nav-link:hover,
.cid-rVunPg2FYV .brand-name:hover {
  color: #0087ab !important;
}
.cid-rVunPg2FYV .dropdown-menu {
  background-color: #3fa753;
}
.cid-rVunPg2FYV .dropdown-item:active {
  background-color: #3fa753;
}
.cid-rVunPg2FYV .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVunPg2FYV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rVunPg2FYV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rVunPg2FYV .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rVunPg2FYV .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-rVunPg2FYV .content-text {
  margin-bottom: 0;
}
.cid-rVunPg2FYV .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rVunPg2FYV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -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-rVunPg2FYV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rVunPg2FYV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rVunPg2FYV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rVunPg2FYV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rVunPg2FYV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rVunPg2FYV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rVunPg2FYV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVunPg2FYV .nav-dropdown .link {
  font-weight: 400;
}
.cid-rVunPg2FYV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rVunPg2FYV .content-right-side {
  text-align: center;
}
.cid-rVunPg2FYV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rVunPg2FYV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rVunPg2FYV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rVunPg2FYV .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVunPg2FYV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVunPg2FYV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rVunPg2FYV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rVunPg2FYV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rVunPg2FYV .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rVunPg2FYV .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rVunPg2FYV .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rVunPg2FYV .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rVunPg2FYV .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rVunPg2FYV .navbar {
    display: block;
    padding: 0;
  }
  .cid-rVunPg2FYV .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rVunPg2FYV .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-rVunPg2FYV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rVunPg2FYV .navbar-toggler {
    display: none;
  }
  .cid-rVunPg2FYV .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVunPg2FYV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rVunPg2FYV .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVunPg2FYV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rVunPg2FYV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rVunPg2FYV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rVunPg2FYV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVunPg2FYV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rVunPg2FYV .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rVunPg2FYV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rVunPg2FYV .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-rVunPg2FYV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVunPg2FYV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rVunPg2FYV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVunPg2FYV .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-rVunPg2FYV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rVunPg2FYV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVunPg2FYV .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-rVunPg2FYV .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rVunPg2FYV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rVunPg2FYV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVunPg2FYV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rVunPg2FYV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rVunPg2FYV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rVunPg2FYV button.navbar-toggler:focus {
  outline: none;
}
.cid-rVunPg2FYV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3fa753;
}
.cid-rVunPg2FYV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVunPg2FYV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVunPg2FYV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVunPg2FYV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVunPg2FYV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVunPg2FYV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVunPg2FYV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVunPg2FYV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVunPg2FYV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVunPg2FYV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVunPg2FYV .collapsed .btn {
  display: flex;
}
.cid-rVunPg2FYV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rVunPg2FYV .collapsed .navbar-collapse.collapsing,
.cid-rVunPg2FYV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rVunPg2FYV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rVunPg2FYV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rVunPg2FYV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rVunPg2FYV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rVunPg2FYV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rVunPg2FYV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rVunPg2FYV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rVunPg2FYV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rVunPg2FYV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rVunPg2FYV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rVunPg2FYV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rVunPg2FYV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVunPg2FYV .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-rVunPg2FYV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rVunPg2FYV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rVunPg2FYV .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-rVunPg2FYV .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rVunPg2FYV .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-rVunPg2FYV .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-rVunPg2FYV .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rVunPg2FYV .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rVunPg2FYV .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rVunPg2FYV .navbar-collapse.collapsing,
  .cid-rVunPg2FYV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rVunPg2FYV .navbar-collapse.collapsing .navbar-nav,
  .cid-rVunPg2FYV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rVunPg2FYV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rVunPg2FYV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rVunPg2FYV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rVunPg2FYV .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rVunPg2FYV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rVunPg2FYV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVunPg2FYV img {
    height: 3.8rem !important;
  }
  .cid-rVunPg2FYV .btn {
    display: flex;
  }
  .cid-rVunPg2FYV button.navbar-toggler {
    display: block;
  }
  .cid-rVunPg2FYV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rVunPg2FYV .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVunPg2FYV .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-rVunPg2FYV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rVunPg2FYV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rVunPg2FYV .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-rVunPg2FYV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rVunPg2FYV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rVunPg2FYV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rVunPg2FYV .nav-link:focus {
  outline: none;
}
.cid-rVunPg2FYV .navbar-toggler {
  position: relative;
}
.cid-rVunPg2FYV .dropdown-item.active,
.cid-rVunPg2FYV .dropdown-item:active {
  color: initial;
}
.cid-rVunPg2FYV .widget-title,
.cid-rVunPg2FYV .widget-icon {
  color: #e9e9e9;
}
.cid-rVunPg2FYV .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rVunPg2FYV .menu-logo {
    display: none;
  }
  .cid-rVunPg2FYV .navbar {
    padding: 0;
  }
  .cid-rVunPg2FYV .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVunPg2FYV button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rVunPilnQE {
  padding-top: 180px;
  background-image: url("../../../assets/images/display-led-andon-500x351.jpg");
}
.cid-rVunPilnQE .container {
  margin-bottom: 15%;
}
.cid-rVunPilnQE .content-container .btn-bgr {
  z-index: 0;
}
.cid-rVunPilnQE .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #232323;
}
.cid-rVunPilnQE .icon-block-top span {
  background-color: #232323;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rVunPilnQE .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 70%;
  padding: 2.5rem;
}
.cid-rVunPilnQE .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rVunPilnQE .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rVunPilnQE .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rVunPilnQE .box-item-text,
.cid-rVunPilnQE .mbr-section-btn {
  color: #000000;
}
.cid-rVunPilnQE .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rVunPilnQE .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rVunPilnQE .box-list li:last-child {
  border-bottom: none;
}
.cid-rVunPilnQE .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rVunPilnQE .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVunPilnQE .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rVunPilnQE .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rVunPilnQE .box-item {
    margin-top: -150px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rVunPilnQE .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVunPilnQE .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rVunPilnQE .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rVunPilnQE .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rVunPilnQE .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rVunPilnQE .mbr-text {
  color: #000000;
}
.cid-rVunPilnQE H1 {
  color: #000000;
}
.cid-szmkLptCak {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-szmkLptCak .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-szmkLptCak .mbr-section-subtitle ul li:before {
  content: "— ";
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  .cid-szmkLptCak .mbr-text,
  .cid-szmkLptCak .mbr-section-subtitle,
  .cid-szmkLptCak .mbr-section-title {
    text-align: center !important;
  }
}
.cid-szmkLptCak .mbr-text {
  text-align: left;
}
.cid-sz0nlPN8w7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sz0nlPN8w7 .container-fluid {
  padding: 0 3rem;
}
.cid-sz0nlPN8w7 .card {
  display: block;
}
.cid-sz0nlPN8w7 .card .card-wrapper {
  height: 1%;
}
.cid-sz0nlPN8w7 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sz0nlPN8w7 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sz0nlPN8w7 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sz0nlPN8w7 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sz0nlPN8w7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sz0nlPN8w7 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sz0nmD1RHU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sz0nmD1RHU .google-map {
  height: 25rem;
  position: relative;
}
.cid-sz0nmD1RHU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sz0nmD1RHU .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-sz0nmD1RHU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sz0nmD1RHU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sz0nmD1RHU .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-sz0nmD1RHU .form-container {
  padding: 3rem;
}
.cid-sz0nmD1RHU .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sz0nmD1RHU .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #333333, #232323);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sz0nmD1RHU .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sz0nmD1RHU .form-group,
  .cid-sz0nmD1RHU .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sz0nmD1RHU .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-sz0nmD1RHU .form-control:focus,
.cid-sz0nmD1RHU .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sz0nmD1RHU textarea.form-control {
  min-height: 170px;
}
.cid-sz0nmD1RHU .form-group {
  margin-bottom: 1rem;
}
.cid-sz0nmD1RHU input::-webkit-input-placeholder,
.cid-sz0nmD1RHU textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.cid-sz0nmD1RHU input:-moz-placeholder,
.cid-sz0nmD1RHU textarea:-moz-placeholder {
  color: #9e9e9e;
}
.cid-sz0nmD1RHU .jq-selectbox li,
.cid-sz0nmD1RHU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sz0nmD1RHU .jq-selectbox li:hover,
.cid-sz0nmD1RHU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sz0nmD1RHU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sz0nmD1RHU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sz0nmD1RHU .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sz0nmD1RHU .text-block {
    margin-bottom: 2rem;
  }
  .cid-sz0nmD1RHU .wrapper {
    margin-top: 0;
  }
}
.cid-sz0nmD1RHU .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz0nmD1RHU .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sz0nmD1RHU .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sz0nmD1RHU .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sz0nmD1RHU .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz0nmD1RHU .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz0nmD1RHU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVunPtYHVV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVunPtYHVV .mbr-text {
  text-align: center;
}
.cid-rVunPtYHVV .mbr-title {
  text-align: center;
}
.cid-rVunPvjwsS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVunPvjwsS blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVunPvjwsS .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVunPvjwsS .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVunPvjwsS a:link,
.cid-rVunPvjwsS a:active,
.cid-rVunPvjwsS a:visited {
  color: #000000;
}
.cid-rVunPvjwsS a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVunPvjwsS .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVunPvjwsS .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-sz0nw4oNkf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #656565;
}
.cid-sz0nw4oNkf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}
.cid-sz0nw4oNkf .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sz0nw4oNkf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sz0nw4oNkf .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sz0nw4oNkf .card-overlay {
  display: none;
  background: #565656;
}
@media (min-width: 768px) {
  .cid-sz0nw4oNkf .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0nw4oNkf .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0nw4oNkf .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0nw4oNkf .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sz0nw4oNkf .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0nw4oNkf .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0nw4oNkf .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0nw4oNkf .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sz0nw4oNkf .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sz0nw4oNkf .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sz0nw4oNkf .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sz0nw4oNkf .card-title,
  .cid-sz0nw4oNkf .underline,
  .cid-sz0nw4oNkf .mbr-text,
  .cid-sz0nw4oNkf .mbr-section-btn,
  .cid-sz0nw4oNkf .mbr-section-subtitle,
  .cid-sz0nw4oNkf .mbr-section-title {
    text-align: center !important;
  }
  .cid-sz0nw4oNkf .wrapper {
    background-color: #565656;
  }
}
.cid-sz0nw4oNkf .mbr-section-title {
  text-align: left;
}
.cid-sz0nw4oNkf .mbr-section-title,
.cid-sz0nw4oNkf .underline {
  color: #ffffff;
}
.cid-rVunPymspf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVunPymspf .mbr-text {
  text-align: center;
}
.cid-rVunPymspf .mbr-title {
  text-align: center;
}
.cid-rVunPzKqVC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVunPzKqVC blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVunPzKqVC .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVunPzKqVC .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVunPzKqVC a:link,
.cid-rVunPzKqVC a:active,
.cid-rVunPzKqVC a:visited {
  color: #000000;
}
.cid-rVunPzKqVC a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVunPzKqVC .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVunPzKqVC .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-sz0nypAWJ1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}
.cid-sz0nypAWJ1 .container {
  max-width: 1400px;
}
.cid-sz0nypAWJ1 .card-img2 span {
  padding-top: 6px;
}
.cid-sz0nypAWJ1 .soc-item a {
  padding-top: 5px;
}
.cid-sz0nypAWJ1 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sz0nypAWJ1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sz0nypAWJ1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sz0nypAWJ1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sz0nypAWJ1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sz0nypAWJ1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sz0nypAWJ1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-sz0nypAWJ1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sz0nypAWJ1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sz0nypAWJ1 .card-img {
  width: auto;
}
.cid-sz0nypAWJ1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sz0nypAWJ1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sz0nypAWJ1 .soc-item:hover span {
  color: #0087ab !important;
}
.cid-sz0nypAWJ1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sz0nypAWJ1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sz0nypAWJ1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sz0nypAWJ1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz0nypAWJ1 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sz0nypAWJ1 .item {
    justify-content: center;
  }
  .cid-sz0nypAWJ1 .quote::after {
    left: 60px;
  }
}
.cid-sz0nypAWJ1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sz0nypAWJ1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sz0nypAWJ1 .text1 {
  color: #ffffff;
}
.cid-sz0nypAWJ1 .item-title {
  color: #ffffff;
}
.cid-sz0nypAWJ1 H5 {
  color: #ffffff;
}
.cid-sz0nypAWJ1 .theme {
  color: #ffffff;
}
.cid-sz0nypAWJ1 .copyright > p {
  color: #ff3366;
}
.cid-sz0nypAWJ1 .text2 {
  color: #ffffff;
}
.cid-rVuyx3VvQ0 {
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-rVuyx3VvQ0 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-rVuyx3VvQ0 .mbr-section-title {
  color: #232323;
}
.cid-rVuyx3VvQ0 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVuyx3VvQ0 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rVzLGspDIT .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rVzLGspDIT .navbar-fixed-top {
  padding-top: 0;
}
.cid-rVzLGspDIT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rVzLGspDIT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVzLGspDIT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rVzLGspDIT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rVzLGspDIT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rVzLGspDIT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rVzLGspDIT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rVzLGspDIT .menu-content-top {
  background: #3fa753;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rVzLGspDIT .dropdown-item {
  padding: 0;
}
.cid-rVzLGspDIT .dropdown-item,
.cid-rVzLGspDIT .nav-link,
.cid-rVzLGspDIT .brand-name {
  font-style: normal;
}
.cid-rVzLGspDIT .dropdown-item:hover,
.cid-rVzLGspDIT .nav-link:hover,
.cid-rVzLGspDIT .brand-name:hover {
  color: #0087ab !important;
}
.cid-rVzLGspDIT .dropdown-menu {
  background-color: #3fa753;
}
.cid-rVzLGspDIT .dropdown-item:active {
  background-color: #3fa753;
}
.cid-rVzLGspDIT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVzLGspDIT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rVzLGspDIT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rVzLGspDIT .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rVzLGspDIT .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-rVzLGspDIT .content-text {
  margin-bottom: 0;
}
.cid-rVzLGspDIT .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rVzLGspDIT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -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-rVzLGspDIT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rVzLGspDIT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rVzLGspDIT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rVzLGspDIT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rVzLGspDIT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rVzLGspDIT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rVzLGspDIT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVzLGspDIT .nav-dropdown .link {
  font-weight: 400;
}
.cid-rVzLGspDIT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rVzLGspDIT .content-right-side {
  text-align: center;
}
.cid-rVzLGspDIT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rVzLGspDIT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rVzLGspDIT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rVzLGspDIT .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVzLGspDIT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVzLGspDIT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rVzLGspDIT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rVzLGspDIT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rVzLGspDIT .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rVzLGspDIT .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rVzLGspDIT .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rVzLGspDIT .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rVzLGspDIT .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rVzLGspDIT .navbar {
    display: block;
    padding: 0;
  }
  .cid-rVzLGspDIT .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rVzLGspDIT .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-rVzLGspDIT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rVzLGspDIT .navbar-toggler {
    display: none;
  }
  .cid-rVzLGspDIT .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVzLGspDIT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rVzLGspDIT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVzLGspDIT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rVzLGspDIT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rVzLGspDIT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rVzLGspDIT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVzLGspDIT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rVzLGspDIT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rVzLGspDIT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rVzLGspDIT .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-rVzLGspDIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVzLGspDIT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rVzLGspDIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVzLGspDIT .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-rVzLGspDIT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rVzLGspDIT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVzLGspDIT .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-rVzLGspDIT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rVzLGspDIT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rVzLGspDIT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVzLGspDIT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rVzLGspDIT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rVzLGspDIT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rVzLGspDIT button.navbar-toggler:focus {
  outline: none;
}
.cid-rVzLGspDIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3fa753;
}
.cid-rVzLGspDIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVzLGspDIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVzLGspDIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVzLGspDIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVzLGspDIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVzLGspDIT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVzLGspDIT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVzLGspDIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVzLGspDIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVzLGspDIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVzLGspDIT .collapsed .btn {
  display: flex;
}
.cid-rVzLGspDIT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rVzLGspDIT .collapsed .navbar-collapse.collapsing,
.cid-rVzLGspDIT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rVzLGspDIT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rVzLGspDIT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rVzLGspDIT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rVzLGspDIT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rVzLGspDIT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rVzLGspDIT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rVzLGspDIT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rVzLGspDIT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rVzLGspDIT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rVzLGspDIT .collapsed button.navbar-toggler {
  display: block;
}
.cid-rVzLGspDIT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rVzLGspDIT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVzLGspDIT .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-rVzLGspDIT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rVzLGspDIT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rVzLGspDIT .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-rVzLGspDIT .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rVzLGspDIT .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-rVzLGspDIT .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-rVzLGspDIT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rVzLGspDIT .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rVzLGspDIT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rVzLGspDIT .navbar-collapse.collapsing,
  .cid-rVzLGspDIT .navbar-collapse.show {
    display: block !important;
  }
  .cid-rVzLGspDIT .navbar-collapse.collapsing .navbar-nav,
  .cid-rVzLGspDIT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rVzLGspDIT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rVzLGspDIT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rVzLGspDIT .navbar-collapse.collapsing .navbar-buttons,
  .cid-rVzLGspDIT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rVzLGspDIT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rVzLGspDIT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVzLGspDIT img {
    height: 3.8rem !important;
  }
  .cid-rVzLGspDIT .btn {
    display: flex;
  }
  .cid-rVzLGspDIT button.navbar-toggler {
    display: block;
  }
  .cid-rVzLGspDIT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rVzLGspDIT .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVzLGspDIT .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-rVzLGspDIT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rVzLGspDIT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rVzLGspDIT .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-rVzLGspDIT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rVzLGspDIT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rVzLGspDIT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rVzLGspDIT .nav-link:focus {
  outline: none;
}
.cid-rVzLGspDIT .navbar-toggler {
  position: relative;
}
.cid-rVzLGspDIT .dropdown-item.active,
.cid-rVzLGspDIT .dropdown-item:active {
  color: initial;
}
.cid-rVzLGspDIT .widget-title,
.cid-rVzLGspDIT .widget-icon {
  color: #e9e9e9;
}
.cid-rVzLGspDIT .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rVzLGspDIT .menu-logo {
    display: none;
  }
  .cid-rVzLGspDIT .navbar {
    padding: 0;
  }
  .cid-rVzLGspDIT .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVzLGspDIT button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rVzLGtRhfG {
  padding-top: 180px;
  background-image: url("../../../assets/images/display-led-2000x1334.jpg");
}
.cid-rVzLGtRhfG .container {
  margin-bottom: 15%;
}
.cid-rVzLGtRhfG .content-container .btn-bgr {
  z-index: 0;
}
.cid-rVzLGtRhfG .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #232323;
}
.cid-rVzLGtRhfG .icon-block-top span {
  background-color: #333333;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rVzLGtRhfG .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 70%;
  padding: 2.5rem;
}
.cid-rVzLGtRhfG .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rVzLGtRhfG .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rVzLGtRhfG .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rVzLGtRhfG .box-item-text,
.cid-rVzLGtRhfG .mbr-section-btn {
  color: #000000;
}
.cid-rVzLGtRhfG .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rVzLGtRhfG .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rVzLGtRhfG .box-list li:last-child {
  border-bottom: none;
}
.cid-rVzLGtRhfG .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rVzLGtRhfG .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVzLGtRhfG .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rVzLGtRhfG .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rVzLGtRhfG .box-item {
    margin-top: -150px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rVzLGtRhfG .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVzLGtRhfG .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rVzLGtRhfG .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rVzLGtRhfG .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rVzLGtRhfG .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rVzLGtRhfG .mbr-text {
  color: #000000;
}
.cid-rVzLGtRhfG H1 {
  color: #000000;
}
.cid-szmm30Nnfp {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-szmm30Nnfp .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-szmm30Nnfp .mbr-section-subtitle ul li:before {
  content: "— ";
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  .cid-szmm30Nnfp .mbr-text,
  .cid-szmm30Nnfp .mbr-section-subtitle,
  .cid-szmm30Nnfp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-szmm30Nnfp .mbr-text {
  text-align: left;
}
.cid-sz1cumMV1J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-sz1cumMV1J .container-fluid {
  padding: 0 3rem;
}
.cid-sz1cumMV1J .card {
  display: block;
}
.cid-sz1cumMV1J .card .card-wrapper {
  height: 1%;
}
.cid-sz1cumMV1J .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sz1cumMV1J .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sz1cumMV1J .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sz1cumMV1J .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sz1cumMV1J .container-fluid {
    padding: 0 1rem;
  }
  .cid-sz1cumMV1J .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sz1cviQUBO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sz1cviQUBO .google-map {
  height: 25rem;
  position: relative;
}
.cid-sz1cviQUBO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sz1cviQUBO .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-sz1cviQUBO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sz1cviQUBO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sz1cviQUBO .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-sz1cviQUBO .form-container {
  padding: 3rem;
}
.cid-sz1cviQUBO .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sz1cviQUBO .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #333333, #232323);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sz1cviQUBO .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sz1cviQUBO .form-group,
  .cid-sz1cviQUBO .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sz1cviQUBO .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-sz1cviQUBO .form-control:focus,
.cid-sz1cviQUBO .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sz1cviQUBO textarea.form-control {
  min-height: 170px;
}
.cid-sz1cviQUBO .form-group {
  margin-bottom: 1rem;
}
.cid-sz1cviQUBO input::-webkit-input-placeholder,
.cid-sz1cviQUBO textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.cid-sz1cviQUBO input:-moz-placeholder,
.cid-sz1cviQUBO textarea:-moz-placeholder {
  color: #9e9e9e;
}
.cid-sz1cviQUBO .jq-selectbox li,
.cid-sz1cviQUBO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sz1cviQUBO .jq-selectbox li:hover,
.cid-sz1cviQUBO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sz1cviQUBO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sz1cviQUBO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sz1cviQUBO .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sz1cviQUBO .text-block {
    margin-bottom: 2rem;
  }
  .cid-sz1cviQUBO .wrapper {
    margin-top: 0;
  }
}
.cid-sz1cviQUBO .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz1cviQUBO .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sz1cviQUBO .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sz1cviQUBO .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sz1cviQUBO .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sz1cviQUBO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz1cviQUBO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sz1ceGNPzY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sz1ceGNPzY .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sz1ceGNPzY .container {
  max-width: 1500px;
}
.cid-sz1ceGNPzY .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sz1ceGNPzY .container {
    padding: 0 4rem;
  }
}
.cid-sz1ceGNPzY .mbr-text,
.cid-sz1ceGNPzY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sz1ceGNPzY .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sz1ceGNPzY .btn .mbr-iconfont {
  order: 2;
}
.cid-sz1ceGNPzY .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sz1ceGNPzY .align-left {
    text-align: center;
  }
  .cid-sz1ceGNPzY .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sz1ceGNPzY H1 {
  text-align: center;
}
.cid-rVzLGCHC0t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVzLGCHC0t .mbr-text {
  text-align: center;
}
.cid-rVzLGCHC0t .mbr-title {
  text-align: center;
}
.cid-rVzLGDTJoN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVzLGDTJoN blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-rVzLGDTJoN .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rVzLGDTJoN .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rVzLGDTJoN a:link,
.cid-rVzLGDTJoN a:active,
.cid-rVzLGDTJoN a:visited {
  color: #000000;
}
.cid-rVzLGDTJoN a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-rVzLGDTJoN .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-rVzLGDTJoN .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-sz1cdnM8eo {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}
.cid-sz1cdnM8eo .container {
  max-width: 1400px;
}
.cid-sz1cdnM8eo .card-img2 span {
  padding-top: 6px;
}
.cid-sz1cdnM8eo .soc-item a {
  padding-top: 5px;
}
.cid-sz1cdnM8eo .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sz1cdnM8eo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sz1cdnM8eo .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sz1cdnM8eo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sz1cdnM8eo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sz1cdnM8eo #e2_shape {
  fill: #ffffff !important;
}
.cid-sz1cdnM8eo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-sz1cdnM8eo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sz1cdnM8eo .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sz1cdnM8eo .card-img {
  width: auto;
}
.cid-sz1cdnM8eo .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sz1cdnM8eo .soc-item span {
  font-size: 1.4rem;
}
.cid-sz1cdnM8eo .soc-item:hover span {
  color: #0087ab !important;
}
.cid-sz1cdnM8eo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sz1cdnM8eo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sz1cdnM8eo .media-wrap {
  margin-bottom: 1rem;
}
.cid-sz1cdnM8eo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sz1cdnM8eo img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-sz1cdnM8eo .item {
    justify-content: center;
  }
  .cid-sz1cdnM8eo .quote::after {
    left: 60px;
  }
}
.cid-sz1cdnM8eo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sz1cdnM8eo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sz1cdnM8eo .text1 {
  color: #ffffff;
}
.cid-sz1cdnM8eo .item-title {
  color: #ffffff;
}
.cid-sz1cdnM8eo H5 {
  color: #ffffff;
}
.cid-sz1cdnM8eo .theme {
  color: #ffffff;
}
.cid-sz1cdnM8eo .copyright > p {
  color: #ff3366;
}
.cid-sz1cdnM8eo .text2 {
  color: #ffffff;
}
.cid-szmmnQDyM9 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szmmnQDyM9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-szmmnQDyM9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szmmnQDyM9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szmmnQDyM9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-szmmnQDyM9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szmmnQDyM9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szmmnQDyM9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szmmnQDyM9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szmmnQDyM9 .menu-content-top {
  background: #3fa753;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szmmnQDyM9 .dropdown-item {
  padding: 0;
}
.cid-szmmnQDyM9 .dropdown-item,
.cid-szmmnQDyM9 .nav-link,
.cid-szmmnQDyM9 .brand-name {
  font-style: normal;
}
.cid-szmmnQDyM9 .dropdown-item:hover,
.cid-szmmnQDyM9 .nav-link:hover,
.cid-szmmnQDyM9 .brand-name:hover {
  color: #0087ab !important;
}
.cid-szmmnQDyM9 .dropdown-menu {
  background-color: #3fa753;
}
.cid-szmmnQDyM9 .dropdown-item:active {
  background-color: #3fa753;
}
.cid-szmmnQDyM9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szmmnQDyM9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szmmnQDyM9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szmmnQDyM9 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-szmmnQDyM9 .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-szmmnQDyM9 .content-text {
  margin-bottom: 0;
}
.cid-szmmnQDyM9 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szmmnQDyM9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -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-szmmnQDyM9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szmmnQDyM9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szmmnQDyM9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szmmnQDyM9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szmmnQDyM9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szmmnQDyM9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szmmnQDyM9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szmmnQDyM9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-szmmnQDyM9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szmmnQDyM9 .content-right-side {
  text-align: center;
}
.cid-szmmnQDyM9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szmmnQDyM9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szmmnQDyM9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szmmnQDyM9 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szmmnQDyM9 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szmmnQDyM9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szmmnQDyM9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szmmnQDyM9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szmmnQDyM9 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-szmmnQDyM9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szmmnQDyM9 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-szmmnQDyM9 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szmmnQDyM9 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szmmnQDyM9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-szmmnQDyM9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szmmnQDyM9 .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-szmmnQDyM9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-szmmnQDyM9 .navbar-toggler {
    display: none;
  }
  .cid-szmmnQDyM9 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szmmnQDyM9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szmmnQDyM9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-szmmnQDyM9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szmmnQDyM9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szmmnQDyM9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szmmnQDyM9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szmmnQDyM9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szmmnQDyM9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szmmnQDyM9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szmmnQDyM9 .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-szmmnQDyM9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szmmnQDyM9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szmmnQDyM9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szmmnQDyM9 .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-szmmnQDyM9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szmmnQDyM9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szmmnQDyM9 .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-szmmnQDyM9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-szmmnQDyM9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szmmnQDyM9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szmmnQDyM9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szmmnQDyM9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szmmnQDyM9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-szmmnQDyM9 button.navbar-toggler:focus {
  outline: none;
}
.cid-szmmnQDyM9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3fa753;
}
.cid-szmmnQDyM9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szmmnQDyM9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szmmnQDyM9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szmmnQDyM9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szmmnQDyM9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szmmnQDyM9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szmmnQDyM9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szmmnQDyM9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szmmnQDyM9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szmmnQDyM9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szmmnQDyM9 .collapsed .btn {
  display: flex;
}
.cid-szmmnQDyM9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szmmnQDyM9 .collapsed .navbar-collapse.collapsing,
.cid-szmmnQDyM9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szmmnQDyM9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szmmnQDyM9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szmmnQDyM9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szmmnQDyM9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szmmnQDyM9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szmmnQDyM9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szmmnQDyM9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szmmnQDyM9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szmmnQDyM9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szmmnQDyM9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szmmnQDyM9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-szmmnQDyM9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szmmnQDyM9 .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-szmmnQDyM9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szmmnQDyM9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szmmnQDyM9 .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-szmmnQDyM9 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-szmmnQDyM9 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #ffffff;
  }
  .cid-szmmnQDyM9 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .cid-szmmnQDyM9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-szmmnQDyM9 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-szmmnQDyM9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szmmnQDyM9 .navbar-collapse.collapsing,
  .cid-szmmnQDyM9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szmmnQDyM9 .navbar-collapse.collapsing .navbar-nav,
  .cid-szmmnQDyM9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szmmnQDyM9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szmmnQDyM9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szmmnQDyM9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szmmnQDyM9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-szmmnQDyM9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szmmnQDyM9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szmmnQDyM9 img {
    height: 3.8rem !important;
  }
  .cid-szmmnQDyM9 .btn {
    display: flex;
  }
  .cid-szmmnQDyM9 button.navbar-toggler {
    display: block;
  }
  .cid-szmmnQDyM9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-szmmnQDyM9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szmmnQDyM9 .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-szmmnQDyM9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szmmnQDyM9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szmmnQDyM9 .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-szmmnQDyM9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szmmnQDyM9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szmmnQDyM9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szmmnQDyM9 .nav-link:focus {
  outline: none;
}
.cid-szmmnQDyM9 .navbar-toggler {
  position: relative;
}
.cid-szmmnQDyM9 .dropdown-item.active,
.cid-szmmnQDyM9 .dropdown-item:active {
  color: initial;
}
.cid-szmmnQDyM9 .widget-title,
.cid-szmmnQDyM9 .widget-icon {
  color: #e9e9e9;
}
.cid-szmmnQDyM9 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-szmmnQDyM9 .menu-logo {
    display: none;
  }
  .cid-szmmnQDyM9 .navbar {
    padding: 0;
  }
  .cid-szmmnQDyM9 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szmmnQDyM9 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-szmmnRKzul {
  padding-top: 180px;
  background-image: url("../../../assets/images/led-display-2000x1333.jpg");
}
.cid-szmmnRKzul .container {
  margin-bottom: 15%;
}
.cid-szmmnRKzul .content-container .btn-bgr {
  z-index: 0;
}
.cid-szmmnRKzul .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #232323;
}
.cid-szmmnRKzul .icon-block-top span {
  background-color: #232323;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-szmmnRKzul .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 70%;
  padding: 2.5rem;
}
.cid-szmmnRKzul .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-szmmnRKzul .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-szmmnRKzul .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-szmmnRKzul .box-item-text,
.cid-szmmnRKzul .mbr-section-btn {
  color: #000000;
}
.cid-szmmnRKzul .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-szmmnRKzul .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-szmmnRKzul .box-list li:last-child {
  border-bottom: none;
}
.cid-szmmnRKzul .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-szmmnRKzul .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-szmmnRKzul .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-szmmnRKzul .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-szmmnRKzul .box-item {
    margin-top: -150px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-szmmnRKzul .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-szmmnRKzul .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-szmmnRKzul .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-szmmnRKzul .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-szmmnRKzul .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-szmmnRKzul .mbr-text {
  color: #000000;
}
.cid-szmmnRKzul H1 {
  color: #000000;
}
.cid-szmmnSFpSo {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-szmmnSFpSo .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-szmmnSFpSo .mbr-section-subtitle ul li:before {
  content: "— ";
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  .cid-szmmnSFpSo .mbr-text,
  .cid-szmmnSFpSo .mbr-section-subtitle,
  .cid-szmmnSFpSo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-szmmnSFpSo .mbr-text {
  text-align: left;
}
.cid-szmmnT5BUo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-szmmnT5BUo .container-fluid {
  padding: 0 3rem;
}
.cid-szmmnT5BUo .card {
  display: block;
}
.cid-szmmnT5BUo .card .card-wrapper {
  height: 1%;
}
.cid-szmmnT5BUo .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-szmmnT5BUo .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-szmmnT5BUo .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-szmmnT5BUo .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-szmmnT5BUo .container-fluid {
    padding: 0 1rem;
  }
  .cid-szmmnT5BUo .text-row {
    padding-bottom: 1rem;
  }
}
.cid-szmmnU5xxc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szmmnU5xxc .google-map {
  height: 25rem;
  position: relative;
}
.cid-szmmnU5xxc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-szmmnU5xxc .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-szmmnU5xxc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-szmmnU5xxc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-szmmnU5xxc .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-szmmnU5xxc .form-container {
  padding: 3rem;
}
.cid-szmmnU5xxc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-szmmnU5xxc .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #333333, #232323);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szmmnU5xxc .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-szmmnU5xxc .form-group,
  .cid-szmmnU5xxc .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-szmmnU5xxc .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-szmmnU5xxc .form-control:focus,
.cid-szmmnU5xxc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-szmmnU5xxc textarea.form-control {
  min-height: 170px;
}
.cid-szmmnU5xxc .form-group {
  margin-bottom: 1rem;
}
.cid-szmmnU5xxc input::-webkit-input-placeholder,
.cid-szmmnU5xxc textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.cid-szmmnU5xxc input:-moz-placeholder,
.cid-szmmnU5xxc textarea:-moz-placeholder {
  color: #9e9e9e;
}
.cid-szmmnU5xxc .jq-selectbox li,
.cid-szmmnU5xxc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-szmmnU5xxc .jq-selectbox li:hover,
.cid-szmmnU5xxc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-szmmnU5xxc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-szmmnU5xxc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-szmmnU5xxc .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-szmmnU5xxc .text-block {
    margin-bottom: 2rem;
  }
  .cid-szmmnU5xxc .wrapper {
    margin-top: 0;
  }
}
.cid-szmmnU5xxc .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szmmnU5xxc .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-szmmnU5xxc .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-szmmnU5xxc .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-szmmnU5xxc .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-szmmnU5xxc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-szmmnU5xxc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szmmnUQhvN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szmmnUQhvN .mbr-text {
  text-align: center;
}
.cid-szmmnUQhvN .mbr-title {
  text-align: center;
}
.cid-szmmnV7MMy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szmmnV7MMy blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-szmmnV7MMy .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-szmmnV7MMy .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-szmmnV7MMy a:link,
.cid-szmmnV7MMy a:active,
.cid-szmmnV7MMy a:visited {
  color: #000000;
}
.cid-szmmnV7MMy a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-szmmnV7MMy .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-szmmnV7MMy .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-szmmnVnjWX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #656565;
}
.cid-szmmnVnjWX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}
.cid-szmmnVnjWX .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-szmmnVnjWX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-szmmnVnjWX .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-szmmnVnjWX .card-overlay {
  display: none;
  background: #565656;
}
@media (min-width: 768px) {
  .cid-szmmnVnjWX .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-szmmnVnjWX .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-szmmnVnjWX .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-szmmnVnjWX .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-szmmnVnjWX .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-szmmnVnjWX .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-szmmnVnjWX .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-szmmnVnjWX .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-szmmnVnjWX .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-szmmnVnjWX .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-szmmnVnjWX .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-szmmnVnjWX .card-title,
  .cid-szmmnVnjWX .underline,
  .cid-szmmnVnjWX .mbr-text,
  .cid-szmmnVnjWX .mbr-section-btn,
  .cid-szmmnVnjWX .mbr-section-subtitle,
  .cid-szmmnVnjWX .mbr-section-title {
    text-align: center !important;
  }
  .cid-szmmnVnjWX .wrapper {
    background-color: #565656;
  }
}
.cid-szmmnVnjWX .mbr-section-title {
  text-align: left;
}
.cid-szmmnVnjWX .mbr-section-title,
.cid-szmmnVnjWX .underline {
  color: #ffffff;
}
.cid-szmmnVR87B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szmmnVR87B .mbr-text {
  text-align: center;
}
.cid-szmmnVR87B .mbr-title {
  text-align: center;
}
.cid-szmmnWbt7V {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szmmnWbt7V blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000000 !important;
}
.cid-szmmnWbt7V .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-szmmnWbt7V .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-szmmnWbt7V a:link,
.cid-szmmnWbt7V a:active,
.cid-szmmnWbt7V a:visited {
  color: #000000;
}
.cid-szmmnWbt7V a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-szmmnWbt7V .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-szmmnWbt7V .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-szmmnWsywc {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}
.cid-szmmnWsywc .container {
  max-width: 1400px;
}
.cid-szmmnWsywc .card-img2 span {
  padding-top: 6px;
}
.cid-szmmnWsywc .soc-item a {
  padding-top: 5px;
}
.cid-szmmnWsywc .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-szmmnWsywc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-szmmnWsywc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-szmmnWsywc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-szmmnWsywc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-szmmnWsywc #e2_shape {
  fill: #ffffff !important;
}
.cid-szmmnWsywc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.cid-szmmnWsywc .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-szmmnWsywc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-szmmnWsywc .card-img {
  width: auto;
}
.cid-szmmnWsywc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-szmmnWsywc .soc-item span {
  font-size: 1.4rem;
}
.cid-szmmnWsywc .soc-item:hover span {
  color: #0087ab !important;
}
.cid-szmmnWsywc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-szmmnWsywc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-szmmnWsywc .media-wrap {
  margin-bottom: 1rem;
}
.cid-szmmnWsywc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-szmmnWsywc img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-szmmnWsywc .item {
    justify-content: center;
  }
  .cid-szmmnWsywc .quote::after {
    left: 60px;
  }
}
.cid-szmmnWsywc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-szmmnWsywc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szmmnWsywc .text1 {
  color: #ffffff;
}
.cid-szmmnWsywc .item-title {
  color: #ffffff;
}
.cid-szmmnWsywc H5 {
  color: #ffffff;
}
.cid-szmmnWsywc .theme {
  color: #ffffff;
}
.cid-szmmnWsywc .copyright > p {
  color: #ff3366;
}
.cid-szmmnWsywc .text2 {
  color: #ffffff;
}
