.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 0.72rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.4rem;
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #45494e !important;
}
.bg-success {
  background-color: #45494e !important;
}
.bg-info {
  background-color: #45494e !important;
}
.bg-warning {
  background-color: #45494e !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
}
.btn-info,
.btn-info:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
}
.btn-success,
.btn-success:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5d6269 !important;
  border-color: #5d6269 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #45494e;
  color: #45494e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1c1e20 !important;
  background-color: transparent !important;
  border-color: #1c1e20 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #45494e;
  color: #45494e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1e20 !important;
  background-color: transparent !important;
  border-color: #1c1e20 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #45494e;
  color: #45494e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1c1e20 !important;
  background-color: transparent !important;
  border-color: #1c1e20 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #45494e;
  color: #45494e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c1e20 !important;
  background-color: transparent !important;
  border-color: #1c1e20 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45494e;
  color: #45494e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1c1e20 !important;
  background-color: transparent !important;
  border-color: #1c1e20 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #45494e !important;
}
.text-secondary {
  color: #45494e !important;
}
.text-success {
  color: #45494e !important;
}
.text-info {
  color: #45494e !important;
}
.text-warning {
  color: #45494e !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #151618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #151618 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151618 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #151618 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #151618 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #45494e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #45494e;
}
.alert-warning {
  background-color: #45494e;
}
.alert-danger {
  background-color: #f7f7f7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #45494e;
  border-color: #45494e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #45494e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8bcc0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b8bcc0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b8bcc0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b8bcc0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #45494e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #45494e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #45494e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #45494e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #45494e;
  border-bottom-color: #45494e;
}
.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: #45494e !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: #45494e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2345494e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uUeATEG5Ab {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUeATEG5Ab nav.navbar {
  position: fixed;
}
.cid-uUeATEG5Ab .btn {
  max-height: 74px;
}
.cid-uUeATEG5Ab .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeATEG5Ab .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUeATEG5Ab .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUeATEG5Ab .dropdown-item:hover,
.cid-uUeATEG5Ab .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUeATEG5Ab .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUeATEG5Ab .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUeATEG5Ab .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUeATEG5Ab .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUeATEG5Ab .nav-link {
  position: relative;
}
.cid-uUeATEG5Ab .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUeATEG5Ab .container {
    flex-wrap: nowrap;
  }
}
.cid-uUeATEG5Ab .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUeATEG5Ab .nav-item:focus,
.cid-uUeATEG5Ab .nav-link:focus {
  outline: none;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeATEG5Ab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUeATEG5Ab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUeATEG5Ab .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUeATEG5Ab .navbar.opened {
  transition: all 0.3s;
}
.cid-uUeATEG5Ab .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUeATEG5Ab .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUeATEG5Ab .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUeATEG5Ab .navbar.collapsed {
  justify-content: center;
}
.cid-uUeATEG5Ab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUeATEG5Ab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUeATEG5Ab .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUeATEG5Ab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUeATEG5Ab .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUeATEG5Ab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUeATEG5Ab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUeATEG5Ab .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUeATEG5Ab .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUeATEG5Ab .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUeATEG5Ab .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUeATEG5Ab .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUeATEG5Ab .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUeATEG5Ab .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUeATEG5Ab .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUeATEG5Ab .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUeATEG5Ab .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUeATEG5Ab .navbar-brand {
    width: 85%;
  }
}
.cid-uUeATEG5Ab .dropdown-item.active,
.cid-uUeATEG5Ab .dropdown-item:active {
  background-color: transparent;
}
.cid-uUeATEG5Ab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUeATEG5Ab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUeATEG5Ab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUeATEG5Ab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUeATEG5Ab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUeATEG5Ab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUeATEG5Ab ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUeATEG5Ab .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUeATEG5Ab button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUeATEG5Ab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUeATEG5Ab .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUeATEG5Ab .navbar {
    height: 70px;
  }
  .cid-uUeATEG5Ab .navbar.opened {
    height: auto;
  }
  .cid-uUeATEG5Ab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUevjCX4RS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUevjCX4RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUevjCX4RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUevjCX4RS .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUevjCX4RS .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUevjCX4RS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUevjCX4RS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUevjCX4RS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUevjCX4RS .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUevjCX4RS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUevjCX4RS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUevjCX4RS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUevjCX4RS .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUevjCX4RS .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUevjCX4RS .mbr-text,
.cid-uUevjCX4RS .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUevjCX4RS .mbr-section-title,
.cid-uUevjCX4RS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUoXgAJukd {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUoXgAJukd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoXgAJukd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoXgAJukd img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUoXgAJukd img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUoXgAJukd a {
  font-weight: bold;
}
.cid-uUevjLlUcs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUevjLlUcs .mbr-section-head {
  width: 100%;
}
.cid-uUevjLlUcs .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpOGZweAK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpOGZweAK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpOGZweAK .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpOGZweAK img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpOGZweAK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpOGZweAK .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpOGZweAK .mbr-section-title {
  color: #ffffff;
}
.cid-uUpOGZweAK .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUox0YCPXk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUox0YCPXk nav.navbar {
  position: fixed;
}
.cid-uUox0YCPXk .btn {
  max-height: 74px;
}
.cid-uUox0YCPXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUox0YCPXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUox0YCPXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUox0YCPXk .dropdown-item:hover,
.cid-uUox0YCPXk .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUox0YCPXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUox0YCPXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUox0YCPXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUox0YCPXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUox0YCPXk .nav-link {
  position: relative;
}
.cid-uUox0YCPXk .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUox0YCPXk .container {
    flex-wrap: nowrap;
  }
}
.cid-uUox0YCPXk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUox0YCPXk .nav-item:focus,
.cid-uUox0YCPXk .nav-link:focus {
  outline: none;
}
.cid-uUox0YCPXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUox0YCPXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUox0YCPXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUox0YCPXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUox0YCPXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUox0YCPXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUox0YCPXk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUox0YCPXk .navbar.opened {
  transition: all 0.3s;
}
.cid-uUox0YCPXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUox0YCPXk .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUox0YCPXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUox0YCPXk .navbar.collapsed {
  justify-content: center;
}
.cid-uUox0YCPXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUox0YCPXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUox0YCPXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUox0YCPXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUox0YCPXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUox0YCPXk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUox0YCPXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUox0YCPXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUox0YCPXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUox0YCPXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUox0YCPXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUox0YCPXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUox0YCPXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUox0YCPXk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUox0YCPXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUox0YCPXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUox0YCPXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUox0YCPXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUox0YCPXk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUox0YCPXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUox0YCPXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUox0YCPXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUox0YCPXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUox0YCPXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUox0YCPXk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUox0YCPXk .navbar-brand {
    width: 85%;
  }
}
.cid-uUox0YCPXk .dropdown-item.active,
.cid-uUox0YCPXk .dropdown-item:active {
  background-color: transparent;
}
.cid-uUox0YCPXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUox0YCPXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUox0YCPXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUox0YCPXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUox0YCPXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUox0YCPXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUox0YCPXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUox0YCPXk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUox0YCPXk button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUox0YCPXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUox0YCPXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUox0YCPXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUox0YCPXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUox0YCPXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUox0YCPXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUox0YCPXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUox0YCPXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUox0YCPXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUox0YCPXk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUox0YCPXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUox0YCPXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUox0YCPXk .navbar {
    height: 70px;
  }
  .cid-uUox0YCPXk .navbar.opened {
    height: auto;
  }
  .cid-uUox0YCPXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUox0ZiRZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUox0ZiRZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUox0ZiRZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUox0ZiRZH .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUox0ZiRZH .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUox0ZiRZH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUox0ZiRZH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUox0ZiRZH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUox0ZiRZH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUox0ZiRZH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUox0ZiRZH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUox0ZiRZH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUox0ZiRZH .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUox0ZiRZH .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUox0ZiRZH .mbr-text,
.cid-uUox0ZiRZH .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUox0ZiRZH .mbr-section-title,
.cid-uUox0ZiRZH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUpObmDHOR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uUpObmDHOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpObmDHOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpObmDHOR .row {
  justify-content: flex-start;
}
.cid-uUpObmDHOR .mbr-section-title {
  color: #45494E;
}
.cid-uUpObmDHOR .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uUpObmDHOR .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uUpObmDHOR .mbr-text {
    margin-top: 20px;
  }
}
.cid-uUpObmDHOR .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uUpObmDHOR .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uUpObmDHOR .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uUpObmDHOR .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uUox10uwA9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUox10uwA9 .mbr-section-head {
  width: 100%;
}
.cid-uUox10uwA9 .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNA727ys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNA727ys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNA727ys .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNA727ys img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNA727ys .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNA727ys .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNA727ys .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNA727ys .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCUTzkcf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCUTzkcf nav.navbar {
  position: fixed;
}
.cid-uUoCUTzkcf .btn {
  max-height: 74px;
}
.cid-uUoCUTzkcf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCUTzkcf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCUTzkcf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCUTzkcf .dropdown-item:hover,
.cid-uUoCUTzkcf .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCUTzkcf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCUTzkcf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCUTzkcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCUTzkcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCUTzkcf .nav-link {
  position: relative;
}
.cid-uUoCUTzkcf .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCUTzkcf .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCUTzkcf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCUTzkcf .nav-item:focus,
.cid-uUoCUTzkcf .nav-link:focus {
  outline: none;
}
.cid-uUoCUTzkcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCUTzkcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCUTzkcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCUTzkcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCUTzkcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCUTzkcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCUTzkcf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCUTzkcf .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCUTzkcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCUTzkcf .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCUTzkcf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCUTzkcf .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCUTzkcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCUTzkcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCUTzkcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCUTzkcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCUTzkcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCUTzkcf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCUTzkcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCUTzkcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCUTzkcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCUTzkcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCUTzkcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCUTzkcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCUTzkcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCUTzkcf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCUTzkcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCUTzkcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCUTzkcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCUTzkcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCUTzkcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCUTzkcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCUTzkcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCUTzkcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCUTzkcf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCUTzkcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCUTzkcf .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCUTzkcf .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCUTzkcf .dropdown-item.active,
.cid-uUoCUTzkcf .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCUTzkcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCUTzkcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCUTzkcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCUTzkcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCUTzkcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCUTzkcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCUTzkcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCUTzkcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCUTzkcf button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCUTzkcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCUTzkcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCUTzkcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCUTzkcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCUTzkcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCUTzkcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCUTzkcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCUTzkcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCUTzkcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCUTzkcf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCUTzkcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCUTzkcf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCUTzkcf .navbar {
    height: 70px;
  }
  .cid-uUoCUTzkcf .navbar.opened {
    height: auto;
  }
  .cid-uUoCUTzkcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCUU8MCX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCUU8MCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCUU8MCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCUU8MCX .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCUU8MCX .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCUU8MCX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCUU8MCX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCUU8MCX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCUU8MCX .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCUU8MCX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCUU8MCX .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCUU8MCX .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCUU8MCX .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCUU8MCX .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCUU8MCX .mbr-text,
.cid-uUoCUU8MCX .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCUU8MCX .mbr-section-title,
.cid-uUoCUU8MCX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUoJML4YKn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUoJML4YKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoJML4YKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoJML4YKn img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUoJML4YKn img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUoJML4YKn a {
  font-weight: bold;
}
.cid-uUoCUVkf0O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCUVkf0O .mbr-section-head {
  width: 100%;
}
.cid-uUoCUVkf0O .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpN7LbwC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpN7LbwC7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpN7LbwC7 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpN7LbwC7 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpN7LbwC7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpN7LbwC7 .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpN7LbwC7 .mbr-section-title {
  color: #ffffff;
}
.cid-uUpN7LbwC7 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCZbi1Hz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCZbi1Hz nav.navbar {
  position: fixed;
}
.cid-uUoCZbi1Hz .btn {
  max-height: 74px;
}
.cid-uUoCZbi1Hz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCZbi1Hz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCZbi1Hz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCZbi1Hz .dropdown-item:hover,
.cid-uUoCZbi1Hz .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCZbi1Hz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCZbi1Hz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCZbi1Hz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCZbi1Hz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCZbi1Hz .nav-link {
  position: relative;
}
.cid-uUoCZbi1Hz .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCZbi1Hz .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCZbi1Hz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCZbi1Hz .nav-item:focus,
.cid-uUoCZbi1Hz .nav-link:focus {
  outline: none;
}
.cid-uUoCZbi1Hz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCZbi1Hz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCZbi1Hz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCZbi1Hz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCZbi1Hz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCZbi1Hz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCZbi1Hz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCZbi1Hz .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCZbi1Hz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCZbi1Hz .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCZbi1Hz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCZbi1Hz .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCZbi1Hz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCZbi1Hz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCZbi1Hz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCZbi1Hz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCZbi1Hz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCZbi1Hz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCZbi1Hz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCZbi1Hz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCZbi1Hz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCZbi1Hz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCZbi1Hz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCZbi1Hz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCZbi1Hz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCZbi1Hz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCZbi1Hz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCZbi1Hz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCZbi1Hz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCZbi1Hz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCZbi1Hz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCZbi1Hz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCZbi1Hz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCZbi1Hz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCZbi1Hz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCZbi1Hz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCZbi1Hz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCZbi1Hz .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCZbi1Hz .dropdown-item.active,
.cid-uUoCZbi1Hz .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCZbi1Hz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCZbi1Hz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCZbi1Hz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCZbi1Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCZbi1Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCZbi1Hz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCZbi1Hz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCZbi1Hz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCZbi1Hz button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCZbi1Hz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCZbi1Hz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCZbi1Hz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCZbi1Hz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCZbi1Hz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCZbi1Hz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCZbi1Hz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCZbi1Hz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCZbi1Hz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCZbi1Hz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCZbi1Hz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCZbi1Hz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCZbi1Hz .navbar {
    height: 70px;
  }
  .cid-uUoCZbi1Hz .navbar.opened {
    height: auto;
  }
  .cid-uUoCZbi1Hz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCZbR3o5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCZbR3o5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCZbR3o5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCZbR3o5 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCZbR3o5 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCZbR3o5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCZbR3o5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCZbR3o5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCZbR3o5 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCZbR3o5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCZbR3o5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCZbR3o5 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCZbR3o5 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCZbR3o5 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCZbR3o5 .mbr-text,
.cid-uUoCZbR3o5 .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCZbR3o5 .mbr-section-title,
.cid-uUoCZbR3o5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUoWIkP64F {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUoWIkP64F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoWIkP64F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoWIkP64F img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUoWIkP64F img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUoWIkP64F a {
  font-weight: bold;
}
.cid-uUoCZd3KzM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCZd3KzM .mbr-section-head {
  width: 100%;
}
.cid-uUoCZd3KzM .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNaGlqu1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNaGlqu1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNaGlqu1 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNaGlqu1 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNaGlqu1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNaGlqu1 .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNaGlqu1 .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNaGlqu1 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCWkPr7G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCWkPr7G nav.navbar {
  position: fixed;
}
.cid-uUoCWkPr7G .btn {
  max-height: 74px;
}
.cid-uUoCWkPr7G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCWkPr7G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCWkPr7G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCWkPr7G .dropdown-item:hover,
.cid-uUoCWkPr7G .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCWkPr7G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCWkPr7G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCWkPr7G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCWkPr7G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCWkPr7G .nav-link {
  position: relative;
}
.cid-uUoCWkPr7G .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCWkPr7G .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCWkPr7G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCWkPr7G .nav-item:focus,
.cid-uUoCWkPr7G .nav-link:focus {
  outline: none;
}
.cid-uUoCWkPr7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCWkPr7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCWkPr7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCWkPr7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCWkPr7G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCWkPr7G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCWkPr7G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCWkPr7G .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCWkPr7G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCWkPr7G .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCWkPr7G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCWkPr7G .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCWkPr7G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCWkPr7G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCWkPr7G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCWkPr7G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCWkPr7G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCWkPr7G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCWkPr7G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCWkPr7G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCWkPr7G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCWkPr7G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCWkPr7G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCWkPr7G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCWkPr7G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCWkPr7G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCWkPr7G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCWkPr7G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCWkPr7G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCWkPr7G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCWkPr7G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCWkPr7G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCWkPr7G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCWkPr7G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCWkPr7G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCWkPr7G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCWkPr7G .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCWkPr7G .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCWkPr7G .dropdown-item.active,
.cid-uUoCWkPr7G .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCWkPr7G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCWkPr7G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCWkPr7G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCWkPr7G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCWkPr7G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCWkPr7G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCWkPr7G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCWkPr7G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCWkPr7G button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCWkPr7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCWkPr7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCWkPr7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCWkPr7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCWkPr7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCWkPr7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCWkPr7G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCWkPr7G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCWkPr7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCWkPr7G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCWkPr7G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCWkPr7G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCWkPr7G .navbar {
    height: 70px;
  }
  .cid-uUoCWkPr7G .navbar.opened {
    height: auto;
  }
  .cid-uUoCWkPr7G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCWltPyH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCWltPyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCWltPyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCWltPyH .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCWltPyH .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCWltPyH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCWltPyH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCWltPyH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCWltPyH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCWltPyH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCWltPyH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCWltPyH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCWltPyH .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCWltPyH .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCWltPyH .mbr-text,
.cid-uUoCWltPyH .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCWltPyH .mbr-section-title,
.cid-uUoCWltPyH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUp4PWzTIx {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUp4PWzTIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp4PWzTIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp4PWzTIx img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUp4PWzTIx img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUp4PWzTIx a {
  font-weight: bold;
}
.cid-uUoCWmEo7A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCWmEo7A .mbr-section-head {
  width: 100%;
}
.cid-uUoCWmEo7A .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNcZkTOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNcZkTOQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNcZkTOQ .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNcZkTOQ img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNcZkTOQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNcZkTOQ .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNcZkTOQ .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNcZkTOQ .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCVNOvQg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCVNOvQg nav.navbar {
  position: fixed;
}
.cid-uUoCVNOvQg .btn {
  max-height: 74px;
}
.cid-uUoCVNOvQg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCVNOvQg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCVNOvQg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCVNOvQg .dropdown-item:hover,
.cid-uUoCVNOvQg .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCVNOvQg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCVNOvQg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCVNOvQg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCVNOvQg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCVNOvQg .nav-link {
  position: relative;
}
.cid-uUoCVNOvQg .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCVNOvQg .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCVNOvQg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCVNOvQg .nav-item:focus,
.cid-uUoCVNOvQg .nav-link:focus {
  outline: none;
}
.cid-uUoCVNOvQg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCVNOvQg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCVNOvQg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCVNOvQg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCVNOvQg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCVNOvQg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCVNOvQg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCVNOvQg .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCVNOvQg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCVNOvQg .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCVNOvQg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCVNOvQg .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCVNOvQg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCVNOvQg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCVNOvQg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCVNOvQg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCVNOvQg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCVNOvQg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCVNOvQg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCVNOvQg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCVNOvQg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCVNOvQg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCVNOvQg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCVNOvQg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCVNOvQg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCVNOvQg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCVNOvQg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCVNOvQg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCVNOvQg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCVNOvQg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCVNOvQg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCVNOvQg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCVNOvQg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCVNOvQg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCVNOvQg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCVNOvQg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCVNOvQg .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCVNOvQg .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCVNOvQg .dropdown-item.active,
.cid-uUoCVNOvQg .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCVNOvQg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCVNOvQg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCVNOvQg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCVNOvQg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCVNOvQg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCVNOvQg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCVNOvQg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCVNOvQg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCVNOvQg button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCVNOvQg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCVNOvQg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCVNOvQg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCVNOvQg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCVNOvQg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCVNOvQg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCVNOvQg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCVNOvQg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCVNOvQg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCVNOvQg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCVNOvQg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCVNOvQg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCVNOvQg .navbar {
    height: 70px;
  }
  .cid-uUoCVNOvQg .navbar.opened {
    height: auto;
  }
  .cid-uUoCVNOvQg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCVOo9KG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCVOo9KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCVOo9KG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCVOo9KG .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCVOo9KG .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCVOo9KG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCVOo9KG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCVOo9KG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCVOo9KG .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCVOo9KG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCVOo9KG .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCVOo9KG .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCVOo9KG .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCVOo9KG .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCVOo9KG .mbr-text,
.cid-uUoCVOo9KG .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCVOo9KG .mbr-section-title,
.cid-uUoCVOo9KG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUp7JftqCS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUp7JftqCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp7JftqCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp7JftqCS img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUp7JftqCS img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUp7JftqCS a {
  font-weight: bold;
}
.cid-uUoCVPsOTa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCVPsOTa .mbr-section-head {
  width: 100%;
}
.cid-uUoCVPsOTa .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNfOqZ9y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNfOqZ9y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNfOqZ9y .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNfOqZ9y img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNfOqZ9y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNfOqZ9y .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNfOqZ9y .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNfOqZ9y .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCXQd42T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCXQd42T nav.navbar {
  position: fixed;
}
.cid-uUoCXQd42T .btn {
  max-height: 74px;
}
.cid-uUoCXQd42T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCXQd42T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCXQd42T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCXQd42T .dropdown-item:hover,
.cid-uUoCXQd42T .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCXQd42T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCXQd42T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCXQd42T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCXQd42T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCXQd42T .nav-link {
  position: relative;
}
.cid-uUoCXQd42T .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCXQd42T .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCXQd42T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCXQd42T .nav-item:focus,
.cid-uUoCXQd42T .nav-link:focus {
  outline: none;
}
.cid-uUoCXQd42T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCXQd42T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCXQd42T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCXQd42T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCXQd42T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCXQd42T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCXQd42T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCXQd42T .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCXQd42T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCXQd42T .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCXQd42T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCXQd42T .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCXQd42T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCXQd42T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCXQd42T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCXQd42T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCXQd42T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCXQd42T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCXQd42T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCXQd42T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCXQd42T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCXQd42T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCXQd42T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCXQd42T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCXQd42T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCXQd42T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCXQd42T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCXQd42T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCXQd42T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCXQd42T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCXQd42T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCXQd42T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCXQd42T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCXQd42T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCXQd42T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCXQd42T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCXQd42T .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCXQd42T .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCXQd42T .dropdown-item.active,
.cid-uUoCXQd42T .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCXQd42T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCXQd42T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCXQd42T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCXQd42T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCXQd42T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCXQd42T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCXQd42T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCXQd42T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCXQd42T button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCXQd42T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCXQd42T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCXQd42T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCXQd42T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCXQd42T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCXQd42T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCXQd42T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCXQd42T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCXQd42T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCXQd42T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCXQd42T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCXQd42T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCXQd42T .navbar {
    height: 70px;
  }
  .cid-uUoCXQd42T .navbar.opened {
    height: auto;
  }
  .cid-uUoCXQd42T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCXQSacc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCXQSacc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCXQSacc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCXQSacc .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCXQSacc .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCXQSacc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCXQSacc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCXQSacc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCXQSacc .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCXQSacc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCXQSacc .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCXQSacc .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCXQSacc .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCXQSacc .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCXQSacc .mbr-text,
.cid-uUoCXQSacc .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCXQSacc .mbr-section-title,
.cid-uUoCXQSacc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUp8qDVjqw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUp8qDVjqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp8qDVjqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp8qDVjqw img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUp8qDVjqw img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUp8qDVjqw a {
  font-weight: bold;
}
.cid-uUoCXS9QGz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCXS9QGz .mbr-section-head {
  width: 100%;
}
.cid-uUoCXS9QGz .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNsoRzca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNsoRzca .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNsoRzca .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNsoRzca img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNsoRzca .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNsoRzca .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNsoRzca .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNsoRzca .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCXlBovE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCXlBovE nav.navbar {
  position: fixed;
}
.cid-uUoCXlBovE .btn {
  max-height: 74px;
}
.cid-uUoCXlBovE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCXlBovE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCXlBovE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCXlBovE .dropdown-item:hover,
.cid-uUoCXlBovE .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCXlBovE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCXlBovE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCXlBovE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCXlBovE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCXlBovE .nav-link {
  position: relative;
}
.cid-uUoCXlBovE .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCXlBovE .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCXlBovE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCXlBovE .nav-item:focus,
.cid-uUoCXlBovE .nav-link:focus {
  outline: none;
}
.cid-uUoCXlBovE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCXlBovE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCXlBovE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCXlBovE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCXlBovE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCXlBovE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCXlBovE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCXlBovE .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCXlBovE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCXlBovE .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCXlBovE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCXlBovE .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCXlBovE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCXlBovE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCXlBovE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCXlBovE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCXlBovE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCXlBovE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCXlBovE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCXlBovE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCXlBovE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCXlBovE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCXlBovE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCXlBovE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCXlBovE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCXlBovE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCXlBovE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCXlBovE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCXlBovE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCXlBovE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCXlBovE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCXlBovE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCXlBovE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCXlBovE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCXlBovE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCXlBovE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCXlBovE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCXlBovE .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCXlBovE .dropdown-item.active,
.cid-uUoCXlBovE .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCXlBovE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCXlBovE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCXlBovE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCXlBovE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCXlBovE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCXlBovE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCXlBovE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCXlBovE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCXlBovE button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCXlBovE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCXlBovE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCXlBovE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCXlBovE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCXlBovE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCXlBovE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCXlBovE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCXlBovE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCXlBovE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCXlBovE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCXlBovE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCXlBovE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCXlBovE .navbar {
    height: 70px;
  }
  .cid-uUoCXlBovE .navbar.opened {
    height: auto;
  }
  .cid-uUoCXlBovE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCXmccTw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCXmccTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCXmccTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCXmccTw .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCXmccTw .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCXmccTw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCXmccTw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCXmccTw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCXmccTw .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCXmccTw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCXmccTw .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCXmccTw .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCXmccTw .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCXmccTw .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCXmccTw .mbr-text,
.cid-uUoCXmccTw .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCXmccTw .mbr-section-title,
.cid-uUoCXmccTw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUp94863m1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUp94863m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp94863m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp94863m1 img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUp94863m1 img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUp94863m1 a {
  font-weight: bold;
}
.cid-uUoCXnlHyQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCXnlHyQ .mbr-section-head {
  width: 100%;
}
.cid-uUoCXnlHyQ .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNvgADEU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNvgADEU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNvgADEU .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNvgADEU img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNvgADEU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNvgADEU .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNvgADEU .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNvgADEU .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUoCWOCGtC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUoCWOCGtC nav.navbar {
  position: fixed;
}
.cid-uUoCWOCGtC .btn {
  max-height: 74px;
}
.cid-uUoCWOCGtC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCWOCGtC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUoCWOCGtC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUoCWOCGtC .dropdown-item:hover,
.cid-uUoCWOCGtC .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUoCWOCGtC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUoCWOCGtC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUoCWOCGtC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUoCWOCGtC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUoCWOCGtC .nav-link {
  position: relative;
}
.cid-uUoCWOCGtC .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUoCWOCGtC .container {
    flex-wrap: nowrap;
  }
}
.cid-uUoCWOCGtC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUoCWOCGtC .nav-item:focus,
.cid-uUoCWOCGtC .nav-link:focus {
  outline: none;
}
.cid-uUoCWOCGtC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUoCWOCGtC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUoCWOCGtC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUoCWOCGtC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUoCWOCGtC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUoCWOCGtC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUoCWOCGtC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUoCWOCGtC .navbar.opened {
  transition: all 0.3s;
}
.cid-uUoCWOCGtC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUoCWOCGtC .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUoCWOCGtC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUoCWOCGtC .navbar.collapsed {
  justify-content: center;
}
.cid-uUoCWOCGtC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUoCWOCGtC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUoCWOCGtC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUoCWOCGtC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUoCWOCGtC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUoCWOCGtC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUoCWOCGtC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUoCWOCGtC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUoCWOCGtC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUoCWOCGtC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUoCWOCGtC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUoCWOCGtC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUoCWOCGtC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUoCWOCGtC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUoCWOCGtC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUoCWOCGtC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUoCWOCGtC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUoCWOCGtC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUoCWOCGtC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUoCWOCGtC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUoCWOCGtC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUoCWOCGtC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUoCWOCGtC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUoCWOCGtC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUoCWOCGtC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUoCWOCGtC .navbar-brand {
    width: 85%;
  }
}
.cid-uUoCWOCGtC .dropdown-item.active,
.cid-uUoCWOCGtC .dropdown-item:active {
  background-color: transparent;
}
.cid-uUoCWOCGtC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUoCWOCGtC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUoCWOCGtC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUoCWOCGtC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUoCWOCGtC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUoCWOCGtC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUoCWOCGtC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUoCWOCGtC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUoCWOCGtC button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUoCWOCGtC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUoCWOCGtC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUoCWOCGtC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCWOCGtC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUoCWOCGtC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUoCWOCGtC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCWOCGtC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUoCWOCGtC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUoCWOCGtC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUoCWOCGtC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUoCWOCGtC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUoCWOCGtC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUoCWOCGtC .navbar {
    height: 70px;
  }
  .cid-uUoCWOCGtC .navbar.opened {
    height: auto;
  }
  .cid-uUoCWOCGtC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoCWPbynF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUoCWPbynF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoCWPbynF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoCWPbynF .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUoCWPbynF .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUoCWPbynF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCWPbynF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUoCWPbynF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUoCWPbynF .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUoCWPbynF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUoCWPbynF .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUoCWPbynF .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUoCWPbynF .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUoCWPbynF .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUoCWPbynF .mbr-text,
.cid-uUoCWPbynF .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUoCWPbynF .mbr-section-title,
.cid-uUoCWPbynF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUp9GhiEUE {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-uUp9GhiEUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp9GhiEUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp9GhiEUE img {
  object-fit: cover;
  width: 400px;
  margin: 0 auto;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-uUp9GhiEUE img {
    width: 400px;
    height: 400px;
  }
}
.cid-uUp9GhiEUE a {
  font-weight: bold;
}
.cid-uUoCWQh18P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUoCWQh18P .mbr-section-head {
  width: 100%;
}
.cid-uUoCWQh18P .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNwOlIlL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNwOlIlL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNwOlIlL .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNwOlIlL img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNwOlIlL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNwOlIlL .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNwOlIlL .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNwOlIlL .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUeATEG5Ab {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUeATEG5Ab nav.navbar {
  position: fixed;
}
.cid-uUeATEG5Ab .btn {
  max-height: 74px;
}
.cid-uUeATEG5Ab .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeATEG5Ab .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUeATEG5Ab .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUeATEG5Ab .dropdown-item:hover,
.cid-uUeATEG5Ab .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUeATEG5Ab .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUeATEG5Ab .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUeATEG5Ab .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUeATEG5Ab .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUeATEG5Ab .nav-link {
  position: relative;
}
.cid-uUeATEG5Ab .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUeATEG5Ab .container {
    flex-wrap: nowrap;
  }
}
.cid-uUeATEG5Ab .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUeATEG5Ab .nav-item:focus,
.cid-uUeATEG5Ab .nav-link:focus {
  outline: none;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUeATEG5Ab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeATEG5Ab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUeATEG5Ab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUeATEG5Ab .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUeATEG5Ab .navbar.opened {
  transition: all 0.3s;
}
.cid-uUeATEG5Ab .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUeATEG5Ab .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUeATEG5Ab .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUeATEG5Ab .navbar.collapsed {
  justify-content: center;
}
.cid-uUeATEG5Ab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUeATEG5Ab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUeATEG5Ab .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUeATEG5Ab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUeATEG5Ab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUeATEG5Ab .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUeATEG5Ab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUeATEG5Ab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUeATEG5Ab .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUeATEG5Ab .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUeATEG5Ab .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUeATEG5Ab .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUeATEG5Ab .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUeATEG5Ab .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUeATEG5Ab .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUeATEG5Ab .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUeATEG5Ab .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUeATEG5Ab .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUeATEG5Ab .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUeATEG5Ab .navbar-brand {
    width: 85%;
  }
}
.cid-uUeATEG5Ab .dropdown-item.active,
.cid-uUeATEG5Ab .dropdown-item:active {
  background-color: transparent;
}
.cid-uUeATEG5Ab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUeATEG5Ab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUeATEG5Ab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUeATEG5Ab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUeATEG5Ab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUeATEG5Ab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUeATEG5Ab ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUeATEG5Ab .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUeATEG5Ab button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeATEG5Ab button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUeATEG5Ab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeATEG5Ab .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUeATEG5Ab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUeATEG5Ab .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUeATEG5Ab .navbar {
    height: 70px;
  }
  .cid-uUeATEG5Ab .navbar.opened {
    height: auto;
  }
  .cid-uUeATEG5Ab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUeooLrvU9 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUeooLrvU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeooLrvU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeooLrvU9 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUeooLrvU9 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUeooLrvU9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUeooLrvU9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUeooLrvU9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUeooLrvU9 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUeooLrvU9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUeooLrvU9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUeooLrvU9 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUeooLrvU9 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUeooLrvU9 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUeooLrvU9 .mbr-text,
.cid-uUeooLrvU9 .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUeooLrvU9 .mbr-section-title,
.cid-uUeooLrvU9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUef8NFKDH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUef8NFKDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUef8NFKDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUef8NFKDH .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUef8NFKDH .mbr-text {
  text-align: left;
  color: #45494e;
}
.cid-uUef8NFKDH .mbr-section-title,
.cid-uUef8NFKDH .mbr-section-btn {
  text-align: left;
  color: #45494e;
}
.cid-uUee2SNtJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUee2SNtJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUee2SNtJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUee2SNtJR .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uUee2SNtJR .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uUee2SNtJR .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uUee2SNtJR .card-text {
  color: #45494e;
  flex-grow: 1;
}
.cid-uUelY83pQf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUelY83pQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUelY83pQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUelY83pQf .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUelY83pQf .mbr-text {
  text-align: left;
  color: #45494e;
}
.cid-uUelY83pQf .mbr-section-title,
.cid-uUelY83pQf .mbr-section-btn {
  text-align: left;
  color: #45494e;
}
.cid-uUefQs5mR8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uUefQs5mR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUefQs5mR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUefQs5mR8 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUefQs5mR8 .mbr-text {
  text-align: left;
  color: #45494e;
}
.cid-uUefQs5mR8 .mbr-section-title,
.cid-uUefQs5mR8 .mbr-section-btn {
  text-align: left;
  color: #45494e;
}
.cid-uUoUsiNAk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uUoUsiNAk7 .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-uUoUsiNAk7 .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uUoUsiNAk7 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uUoUsiNAk7 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 5px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uUoUsiNAk7 .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uUoUsiNAk7 .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uUoUsiNAk7 .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uUoUsiNAk7 .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #45494e !important;
}
.cid-uUoUsiNAk7 .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uUoUsiNAk7 .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #45494e;
  text-align: center;
}
.cid-uUoUsiNAk7 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uUoUsiNAk7 .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uUoUsiNAk7 .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uUoUsiNAk7 .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uUoUsiNAk7 .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uUoUsiNAk7 .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uUoUsiNAk7 .col-12 {
    padding-top: 50px;
  }
  .cid-uUoUsiNAk7 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uUoUsiNAk7 .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uUoUsiNAk7 .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uUoUsiNAk7 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uUoUsiNAk7 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uUoUsiNAk7 .episode {
  color: #ffffff;
}
.cid-uUoUsiNAk7 .img-title {
  color: #ffffff;
}
.cid-uUoUsiNAk7 .margin {
  margin-right: 14px;
}
.cid-uUoUsiNAk7 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uUoUsiNAk7 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uUoUsiNAk7 .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uUoUsiNAk7 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uUoUsiNAk7 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uUoUtfuhe8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uUoUtfuhe8 .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-uUoUtfuhe8 .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uUoUtfuhe8 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uUoUtfuhe8 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 5px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uUoUtfuhe8 .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uUoUtfuhe8 .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uUoUtfuhe8 .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uUoUtfuhe8 .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #45494e !important;
}
.cid-uUoUtfuhe8 .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uUoUtfuhe8 .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #45494e;
  text-align: center;
}
.cid-uUoUtfuhe8 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uUoUtfuhe8 .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uUoUtfuhe8 .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uUoUtfuhe8 .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uUoUtfuhe8 .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uUoUtfuhe8 .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uUoUtfuhe8 .col-12 {
    padding-top: 50px;
  }
  .cid-uUoUtfuhe8 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uUoUtfuhe8 .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uUoUtfuhe8 .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uUoUtfuhe8 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uUoUtfuhe8 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uUoUtfuhe8 .episode {
  color: #ffffff;
}
.cid-uUoUtfuhe8 .img-title {
  color: #ffffff;
}
.cid-uUoUtfuhe8 .margin {
  margin-right: 14px;
}
.cid-uUoUtfuhe8 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uUoUtfuhe8 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uUoUtfuhe8 .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uUoUtfuhe8 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uUoUtfuhe8 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uUe0pPAU7m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUe0pPAU7m .mbr-section-head {
  width: 100%;
}
.cid-uUe0pPAU7m .border-item {
  width: 100%;
  height: 1px;
  background-color: #45494e;
  opacity: 1;
}
.cid-uUpJyvRn91 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpJyvRn91 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpJyvRn91 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpJyvRn91 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpJyvRn91 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpJyvRn91 .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpJyvRn91 .mbr-section-title {
  color: #ffffff;
}
.cid-uUpJyvRn91 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uUpapyDtjh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUpapyDtjh nav.navbar {
  position: fixed;
}
.cid-uUpapyDtjh .btn {
  max-height: 74px;
}
.cid-uUpapyDtjh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpapyDtjh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
}
.cid-uUpapyDtjh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUpapyDtjh .dropdown-item:hover,
.cid-uUpapyDtjh .dropdown-item:focus {
  background: #45494e !important;
  color: white !important;
}
.cid-uUpapyDtjh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUpapyDtjh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUpapyDtjh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUpapyDtjh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUpapyDtjh .nav-link {
  position: relative;
}
.cid-uUpapyDtjh .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-uUpapyDtjh .container {
    flex-wrap: nowrap;
  }
}
.cid-uUpapyDtjh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUpapyDtjh .nav-item:focus,
.cid-uUpapyDtjh .nav-link:focus {
  outline: none;
}
.cid-uUpapyDtjh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUpapyDtjh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUpapyDtjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUpapyDtjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUpapyDtjh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpapyDtjh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpapyDtjh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.cid-uUpapyDtjh .navbar.opened {
  transition: all 0.3s;
}
.cid-uUpapyDtjh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUpapyDtjh .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-uUpapyDtjh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpapyDtjh .navbar.collapsed {
  justify-content: center;
}
.cid-uUpapyDtjh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpapyDtjh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUpapyDtjh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUpapyDtjh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpapyDtjh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUpapyDtjh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUpapyDtjh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpapyDtjh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUpapyDtjh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUpapyDtjh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpapyDtjh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpapyDtjh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpapyDtjh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUpapyDtjh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUpapyDtjh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpapyDtjh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUpapyDtjh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUpapyDtjh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUpapyDtjh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUpapyDtjh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUpapyDtjh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUpapyDtjh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUpapyDtjh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpapyDtjh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpapyDtjh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-uUpapyDtjh .navbar-brand {
    width: 85%;
  }
}
.cid-uUpapyDtjh .dropdown-item.active,
.cid-uUpapyDtjh .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpapyDtjh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUpapyDtjh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpapyDtjh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpapyDtjh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUpapyDtjh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpapyDtjh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpapyDtjh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUpapyDtjh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUpapyDtjh button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUpapyDtjh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uUpapyDtjh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpapyDtjh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpapyDtjh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpapyDtjh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpapyDtjh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpapyDtjh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpapyDtjh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpapyDtjh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpapyDtjh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUpapyDtjh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUpapyDtjh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpapyDtjh .navbar {
    height: 70px;
  }
  .cid-uUpapyDtjh .navbar.opened {
    height: auto;
  }
  .cid-uUpapyDtjh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpapzuZZR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/3d-render-low-poly-plexus-design-network-communications-2000x1500.webp");
}
.cid-uUpapzuZZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpapzuZZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpapzuZZR .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUpapzuZZR .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uUpapzuZZR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUpapzuZZR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUpapzuZZR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uUpapzuZZR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uUpapzuZZR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUpapzuZZR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uUpapzuZZR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUpapzuZZR .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uUpapzuZZR .mbr-section-title {
  color: #f1f5eb;
}
.cid-uUpapzuZZR .mbr-text,
.cid-uUpapzuZZR .text-wrapper {
  color: #45494e;
  text-align: left;
}
.cid-uUpapzuZZR .mbr-section-title,
.cid-uUpapzuZZR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUpaODMx1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uUpaODMx1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpaODMx1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpaODMx1Z .row {
  justify-content: flex-start;
}
.cid-uUpaODMx1Z .mbr-section-title {
  color: #45494E;
}
.cid-uUpaODMx1Z .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uUpaODMx1Z .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uUpaODMx1Z .mbr-text {
    margin-top: 20px;
  }
}
.cid-uUpaODMx1Z .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uUpaODMx1Z .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uUpaODMx1Z .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uUpaODMx1Z .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uUpapBipA9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uUpapBipA9 .mbr-section-head {
  width: 100%;
}
.cid-uUpapBipA9 .border-item {
  width: 100%;
  height: 1px;
  background-color: #a6a99c;
  opacity: 1;
}
.cid-uUpNCIrCDA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uUpNCIrCDA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUpNCIrCDA .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uUpNCIrCDA img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUpNCIrCDA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUpNCIrCDA .mbr-text {
  color: #45494e;
  text-align: left;
}
.cid-uUpNCIrCDA .mbr-section-title {
  color: #ffffff;
}
.cid-uUpNCIrCDA .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
