.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #4cb909 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4cb909 !important;
  border-color: #4cb909 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #60ea0b !important;
  border-color: #60ea0b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #60ea0b !important;
  border-color: #60ea0b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #002977 !important;
  border-color: #002977 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #003baa !important;
  border-color: #003baa !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #003baa !important;
  border-color: #003baa !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #4cb909;
  color: #4cb909;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a6605 !important;
  background-color: transparent !important;
  border-color: #2a6605 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4cb909 !important;
  border-color: #4cb909 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #002977;
  color: #002977;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000b20 !important;
  background-color: transparent !important;
  border-color: #000b20 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #002977 !important;
  border-color: #002977 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #4cb909 !important;
}
.text-secondary {
  color: #002977 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #245804 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000611 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #4cb909;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4cb909;
  border-color: #4cb909;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4cb909;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8cf64b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #4cb909 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #4cb909;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4cb909;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4cb909;
}
.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: #4cb909;
  border-bottom-color: #4cb909;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #4cb909 !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: #002977 !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='%234cb909' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-usNptvLX6p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNptvLX6p nav.navbar {
  position: fixed;
}
.cid-usNptvLX6p .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-usNptvLX6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNptvLX6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNptvLX6p .dropdown-item:hover,
.cid-usNptvLX6p .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNptvLX6p .dropdown-item:hover span {
  color: white;
}
.cid-usNptvLX6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNptvLX6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNptvLX6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNptvLX6p .nav-link {
  position: relative;
}
.cid-usNptvLX6p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNptvLX6p .container {
    flex-wrap: nowrap;
  }
}
.cid-usNptvLX6p .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNptvLX6p .dropdown-menu,
.cid-usNptvLX6p .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNptvLX6p .nav-item:focus,
.cid-usNptvLX6p .nav-link:focus {
  outline: none;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNptvLX6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNptvLX6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNptvLX6p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNptvLX6p .navbar.opened {
  transition: all 0.3s;
}
.cid-usNptvLX6p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNptvLX6p .navbar .navbar-logo img {
  width: auto;
}
.cid-usNptvLX6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNptvLX6p .navbar.collapsed {
  justify-content: center;
}
.cid-usNptvLX6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNptvLX6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNptvLX6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNptvLX6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNptvLX6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNptvLX6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNptvLX6p .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-usNptvLX6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNptvLX6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNptvLX6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNptvLX6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNptvLX6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNptvLX6p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNptvLX6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNptvLX6p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNptvLX6p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNptvLX6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNptvLX6p .dropdown-item.active,
.cid-usNptvLX6p .dropdown-item:active {
  background-color: transparent;
}
.cid-usNptvLX6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNptvLX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNptvLX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNptvLX6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNptvLX6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNptvLX6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNptvLX6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNptvLX6p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNptvLX6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar {
    height: 70px;
  }
  .cid-usNptvLX6p .navbar.opened {
    height: auto;
  }
  .cid-usNptvLX6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usIceipc6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usIceipc6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIceipc6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIdmZOFhw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usIdmZOFhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIdmZOFhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIdmZOFhw .mbr-section-subtitle {
  text-align: left;
}
.cid-usNefbC7AJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNefbC7AJ .carousel {
    min-height: 500px;
  }
  .cid-usNefbC7AJ .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNefbC7AJ .carousel {
    min-height: 325px;
  }
  .cid-usNefbC7AJ .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNefbC7AJ .carousel {
    min-height: 275px;
  }
  .cid-usNefbC7AJ .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNefbC7AJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNefbC7AJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNefbC7AJ .carousel,
.cid-usNefbC7AJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNefbC7AJ .item-wrapper {
  width: 100%;
}
.cid-usNefbC7AJ .carousel-caption {
  bottom: 40px;
}
.cid-usNefbC7AJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNefbC7AJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNefbC7AJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNefbC7AJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNefbC7AJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNefbC7AJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNefbC7AJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNefbC7AJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNefbC7AJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNefbC7AJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNefbC7AJ .carousel-indicators li.active,
.cid-usNefbC7AJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNefbC7AJ .carousel-indicators li::after,
.cid-usNefbC7AJ .carousel-indicators li::before {
  content: none;
}
.cid-usNefbC7AJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNefbC7AJ .carousel-indicators {
    display: none !important;
  }
}
.cid-usIfSPGGAY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usIfSPGGAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIfSPGGAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIfSPGGAY .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usIfSPGGAY .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usIfSPGGAY .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usIfSPGGAY .card {
    margin-bottom: 2rem;
  }
  .cid-usIfSPGGAY .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usIfSPGGAY .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usIfSPGGAY .card-title,
.cid-usIfSPGGAY .card-box {
  color: #232323;
}
.cid-usIk63y6Wv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usIk63y6Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIk63y6Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIk63y6Wv .mbr-section-subtitle {
  text-align: left;
}
.cid-usIgDvBHMf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usIgDvBHMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIgDvBHMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIgDvBHMf .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usIgDvBHMf .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usIgDvBHMf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usIgDvBHMf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usIgDvBHMf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usIgDvBHMf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usIgDvBHMf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usIgDvBHMf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usIgDvBHMf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usIgDvBHMf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usYORptDfn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usYORptDfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usYORptDfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usYORptDfn .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-usYORptDfn .card-title,
.cid-usYORptDfn .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-usYORptDfn .card-text {
  color: #232323;
}
.cid-usYORptDfn .mbr-section-title {
  color: #232323;
}
.cid-usYORptDfn .mbr-section-subtitle {
  color: #232323;
}
.cid-usYORptDfn .content-head {
  max-width: 800px;
}
.cid-usImqMknUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usImqMknUu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usImqMknUu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usImqMknUu .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usImqMknUu .mbr-section-title {
  text-align: center;
}
.cid-usIJTLsS2S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usIJTLsS2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIJTLsS2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIJTLsS2S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usIJTLsS2S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usIJTLsS2S .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4cb909;
}
.cid-usIJTLsS2S .panel-body,
.cid-usIJTLsS2S .card-header {
  padding: 1rem 0;
}
.cid-usIJTLsS2S .panel-title-edit {
  color: #000000;
}
.cid-usKevtbfl5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usKevtbfl5 .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usKevtbfl5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usKevtbfl5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usKevtbfl5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usKevtbfl5 .mbr-section-title {
  color: #ffffff;
}
.cid-usKevtbfl5 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNia62VEL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usNia62VEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNia62VEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNia62VEL .mbr-section-title DIV {
  text-align: center;
}
.cid-usNptvLX6p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNptvLX6p nav.navbar {
  position: fixed;
}
.cid-usNptvLX6p .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-usNptvLX6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNptvLX6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNptvLX6p .dropdown-item:hover,
.cid-usNptvLX6p .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNptvLX6p .dropdown-item:hover span {
  color: white;
}
.cid-usNptvLX6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNptvLX6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNptvLX6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNptvLX6p .nav-link {
  position: relative;
}
.cid-usNptvLX6p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNptvLX6p .container {
    flex-wrap: nowrap;
  }
}
.cid-usNptvLX6p .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNptvLX6p .dropdown-menu,
.cid-usNptvLX6p .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNptvLX6p .nav-item:focus,
.cid-usNptvLX6p .nav-link:focus {
  outline: none;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNptvLX6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNptvLX6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNptvLX6p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNptvLX6p .navbar.opened {
  transition: all 0.3s;
}
.cid-usNptvLX6p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNptvLX6p .navbar .navbar-logo img {
  width: auto;
}
.cid-usNptvLX6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNptvLX6p .navbar.collapsed {
  justify-content: center;
}
.cid-usNptvLX6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNptvLX6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNptvLX6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNptvLX6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNptvLX6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNptvLX6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNptvLX6p .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-usNptvLX6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNptvLX6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNptvLX6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNptvLX6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNptvLX6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNptvLX6p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNptvLX6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNptvLX6p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNptvLX6p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNptvLX6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNptvLX6p .dropdown-item.active,
.cid-usNptvLX6p .dropdown-item:active {
  background-color: transparent;
}
.cid-usNptvLX6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNptvLX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNptvLX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNptvLX6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNptvLX6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNptvLX6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNptvLX6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNptvLX6p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNptvLX6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar {
    height: 70px;
  }
  .cid-usNptvLX6p .navbar.opened {
    height: auto;
  }
  .cid-usNptvLX6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usK9wr2CvZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usK9wr2CvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usK9wr2CvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usK9wrpaQ4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usK9wrpaQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usK9wrpaQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usK9wrpaQ4 .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZH9Pm9I {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZH9Pm9I .carousel {
    min-height: 500px;
  }
  .cid-usNZH9Pm9I .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZH9Pm9I .carousel {
    min-height: 325px;
  }
  .cid-usNZH9Pm9I .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZH9Pm9I .carousel {
    min-height: 275px;
  }
  .cid-usNZH9Pm9I .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZH9Pm9I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZH9Pm9I .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZH9Pm9I .carousel,
.cid-usNZH9Pm9I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZH9Pm9I .item-wrapper {
  width: 100%;
}
.cid-usNZH9Pm9I .carousel-caption {
  bottom: 40px;
}
.cid-usNZH9Pm9I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZH9Pm9I .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZH9Pm9I .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZH9Pm9I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZH9Pm9I .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZH9Pm9I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZH9Pm9I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZH9Pm9I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZH9Pm9I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZH9Pm9I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZH9Pm9I .carousel-indicators li.active,
.cid-usNZH9Pm9I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZH9Pm9I .carousel-indicators li::after,
.cid-usNZH9Pm9I .carousel-indicators li::before {
  content: none;
}
.cid-usNZH9Pm9I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZH9Pm9I .carousel-indicators {
    display: none !important;
  }
}
.cid-usNTy2rsUV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNTy2rsUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNTy2rsUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNTy2rsUV .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNTy2rsUV .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNTy2rsUV .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNTy2rsUV .card {
    margin-bottom: 2rem;
  }
  .cid-usNTy2rsUV .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNTy2rsUV .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNTy2rsUV .card-title,
.cid-usNTy2rsUV .card-box {
  color: #232323;
}
.cid-usK9wsb6TQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usK9wsb6TQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usK9wsb6TQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usK9wsb6TQ .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2rqktn0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2rqktn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2rqktn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2rqktn0 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2rqktn0 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2rqktn0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2rqktn0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2rqktn0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2rqktn0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2rqktn0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2rqktn0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2rqktn0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2rqktn0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usK9wtFwnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usK9wtFwnA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usK9wtFwnA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usK9wtFwnA .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usK9wtFwnA .mbr-section-title {
  text-align: center;
}
.cid-usPUjDcO8z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUjDcO8z .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUjDcO8z form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUjDcO8z form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUjDcO8z form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUjDcO8z .mbr-section-title {
  color: #ffffff;
}
.cid-usPUjDcO8z .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usKjz3QjzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usKjz3QjzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKjz3QjzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKjz3QjzD .google-map {
  height: 30rem;
  position: relative;
}
.cid-usKjz3QjzD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usKjz3QjzD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usKjz3QjzD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usKjz3QjzD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LOoVUqM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LOoVUqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LOoVUqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LOoVUqM .mbr-section-title DIV {
  text-align: center;
}
.cid-usNptvLX6p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNptvLX6p nav.navbar {
  position: fixed;
}
.cid-usNptvLX6p .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-usNptvLX6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNptvLX6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNptvLX6p .dropdown-item:hover,
.cid-usNptvLX6p .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNptvLX6p .dropdown-item:hover span {
  color: white;
}
.cid-usNptvLX6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNptvLX6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNptvLX6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNptvLX6p .nav-link {
  position: relative;
}
.cid-usNptvLX6p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNptvLX6p .container {
    flex-wrap: nowrap;
  }
}
.cid-usNptvLX6p .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNptvLX6p .dropdown-menu,
.cid-usNptvLX6p .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNptvLX6p .nav-item:focus,
.cid-usNptvLX6p .nav-link:focus {
  outline: none;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNptvLX6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNptvLX6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNptvLX6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNptvLX6p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNptvLX6p .navbar.opened {
  transition: all 0.3s;
}
.cid-usNptvLX6p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNptvLX6p .navbar .navbar-logo img {
  width: auto;
}
.cid-usNptvLX6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNptvLX6p .navbar.collapsed {
  justify-content: center;
}
.cid-usNptvLX6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNptvLX6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNptvLX6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNptvLX6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNptvLX6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNptvLX6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNptvLX6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNptvLX6p .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-usNptvLX6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNptvLX6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNptvLX6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNptvLX6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNptvLX6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNptvLX6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNptvLX6p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNptvLX6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNptvLX6p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNptvLX6p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNptvLX6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNptvLX6p .dropdown-item.active,
.cid-usNptvLX6p .dropdown-item:active {
  background-color: transparent;
}
.cid-usNptvLX6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNptvLX6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNptvLX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNptvLX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNptvLX6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNptvLX6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNptvLX6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNptvLX6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNptvLX6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNptvLX6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNptvLX6p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNptvLX6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNptvLX6p .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-usNptvLX6p .navbar {
    height: 70px;
  }
  .cid-usNptvLX6p .navbar.opened {
    height: auto;
  }
  .cid-usNptvLX6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usKkOZUNwY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usKkOZUNwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKkOZUNwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKkP0gQwV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usKkP0gQwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKkP0gQwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKkP0gQwV .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZLy1EAu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZLy1EAu .carousel {
    min-height: 500px;
  }
  .cid-usNZLy1EAu .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZLy1EAu .carousel {
    min-height: 325px;
  }
  .cid-usNZLy1EAu .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZLy1EAu .carousel {
    min-height: 275px;
  }
  .cid-usNZLy1EAu .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZLy1EAu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZLy1EAu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZLy1EAu .carousel,
.cid-usNZLy1EAu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZLy1EAu .item-wrapper {
  width: 100%;
}
.cid-usNZLy1EAu .carousel-caption {
  bottom: 40px;
}
.cid-usNZLy1EAu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZLy1EAu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZLy1EAu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZLy1EAu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZLy1EAu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZLy1EAu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZLy1EAu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZLy1EAu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZLy1EAu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZLy1EAu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZLy1EAu .carousel-indicators li.active,
.cid-usNZLy1EAu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZLy1EAu .carousel-indicators li::after,
.cid-usNZLy1EAu .carousel-indicators li::before {
  content: none;
}
.cid-usNZLy1EAu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZLy1EAu .carousel-indicators {
    display: none !important;
  }
}
.cid-usNTPwPJst {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNTPwPJst .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNTPwPJst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNTPwPJst .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNTPwPJst .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNTPwPJst .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNTPwPJst .card {
    margin-bottom: 2rem;
  }
  .cid-usNTPwPJst .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNTPwPJst .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNTPwPJst .card-title,
.cid-usNTPwPJst .card-box {
  color: #232323;
}
.cid-usKkP0PIKC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usKkP0PIKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKkP0PIKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKkP0PIKC .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2x5q51t {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2x5q51t .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2x5q51t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2x5q51t .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2x5q51t .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2x5q51t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2x5q51t .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2x5q51t .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2x5q51t .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2x5q51t .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2x5q51t .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2x5q51t .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2x5q51t .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usKkP1E297 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usKkP1E297 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usKkP1E297 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usKkP1E297 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usKkP1E297 .mbr-section-title {
  text-align: center;
}
.cid-usPUnTmild {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUnTmild .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUnTmild form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUnTmild form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUnTmild form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUnTmild .mbr-section-title {
  color: #ffffff;
}
.cid-usPUnTmild .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usKkP2LLoB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usKkP2LLoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usKkP2LLoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usKkP2LLoB .google-map {
  height: 30rem;
  position: relative;
}
.cid-usKkP2LLoB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usKkP2LLoB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usKkP2LLoB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usKkP2LLoB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LPSDLhM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LPSDLhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LPSDLhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LPSDLhM .mbr-section-title DIV {
  text-align: center;
}
.cid-usNqkflm3D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNqkflm3D nav.navbar {
  position: fixed;
}
.cid-usNqkflm3D .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-usNqkflm3D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNqkflm3D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNqkflm3D .dropdown-item:hover,
.cid-usNqkflm3D .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNqkflm3D .dropdown-item:hover span {
  color: white;
}
.cid-usNqkflm3D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNqkflm3D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNqkflm3D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNqkflm3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNqkflm3D .nav-link {
  position: relative;
}
.cid-usNqkflm3D .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNqkflm3D .container {
    flex-wrap: nowrap;
  }
}
.cid-usNqkflm3D .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNqkflm3D .dropdown-menu,
.cid-usNqkflm3D .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNqkflm3D .nav-item:focus,
.cid-usNqkflm3D .nav-link:focus {
  outline: none;
}
.cid-usNqkflm3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNqkflm3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNqkflm3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNqkflm3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNqkflm3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNqkflm3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNqkflm3D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNqkflm3D .navbar.opened {
  transition: all 0.3s;
}
.cid-usNqkflm3D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNqkflm3D .navbar .navbar-logo img {
  width: auto;
}
.cid-usNqkflm3D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNqkflm3D .navbar.collapsed {
  justify-content: center;
}
.cid-usNqkflm3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNqkflm3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNqkflm3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNqkflm3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNqkflm3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNqkflm3D .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-usNqkflm3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNqkflm3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNqkflm3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNqkflm3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNqkflm3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNqkflm3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNqkflm3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNqkflm3D .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-usNqkflm3D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNqkflm3D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNqkflm3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNqkflm3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNqkflm3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNqkflm3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNqkflm3D .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNqkflm3D .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNqkflm3D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNqkflm3D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNqkflm3D .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-usNqkflm3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNqkflm3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNqkflm3D .dropdown-item.active,
.cid-usNqkflm3D .dropdown-item:active {
  background-color: transparent;
}
.cid-usNqkflm3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNqkflm3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNqkflm3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNqkflm3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNqkflm3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNqkflm3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNqkflm3D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNqkflm3D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNqkflm3D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNqkflm3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNqkflm3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNqkflm3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNqkflm3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNqkflm3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNqkflm3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNqkflm3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNqkflm3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNqkflm3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNqkflm3D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNqkflm3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNqkflm3D .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-usNqkflm3D .navbar {
    height: 70px;
  }
  .cid-usNqkflm3D .navbar.opened {
    height: auto;
  }
  .cid-usNqkflm3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNqkcIVah {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNqkcIVah .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqkcIVah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqkd3rJa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNqkd3rJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqkd3rJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqkd3rJa .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZNKnIxN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZNKnIxN .carousel {
    min-height: 500px;
  }
  .cid-usNZNKnIxN .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZNKnIxN .carousel {
    min-height: 325px;
  }
  .cid-usNZNKnIxN .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZNKnIxN .carousel {
    min-height: 275px;
  }
  .cid-usNZNKnIxN .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZNKnIxN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZNKnIxN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZNKnIxN .carousel,
.cid-usNZNKnIxN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZNKnIxN .item-wrapper {
  width: 100%;
}
.cid-usNZNKnIxN .carousel-caption {
  bottom: 40px;
}
.cid-usNZNKnIxN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZNKnIxN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZNKnIxN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZNKnIxN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZNKnIxN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZNKnIxN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZNKnIxN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZNKnIxN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZNKnIxN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZNKnIxN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZNKnIxN .carousel-indicators li.active,
.cid-usNZNKnIxN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZNKnIxN .carousel-indicators li::after,
.cid-usNZNKnIxN .carousel-indicators li::before {
  content: none;
}
.cid-usNZNKnIxN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZNKnIxN .carousel-indicators {
    display: none !important;
  }
}
.cid-usNTSfSLBK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNTSfSLBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNTSfSLBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNTSfSLBK .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNTSfSLBK .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNTSfSLBK .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNTSfSLBK .card {
    margin-bottom: 2rem;
  }
  .cid-usNTSfSLBK .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNTSfSLBK .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNTSfSLBK .card-title,
.cid-usNTSfSLBK .card-box {
  color: #232323;
}
.cid-usNqkdBXsR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNqkdBXsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqkdBXsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqkdBXsR .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2AoGimN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2AoGimN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2AoGimN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2AoGimN .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2AoGimN .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2AoGimN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2AoGimN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2AoGimN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2AoGimN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2AoGimN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2AoGimN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2AoGimN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2AoGimN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNqkepBgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNqkepBgL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNqkepBgL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNqkepBgL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNqkepBgL .mbr-section-title {
  text-align: center;
}
.cid-usPUrGHMj8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUrGHMj8 .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUrGHMj8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUrGHMj8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUrGHMj8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUrGHMj8 .mbr-section-title {
  color: #ffffff;
}
.cid-usPUrGHMj8 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNqkeYPLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNqkeYPLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqkeYPLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqkeYPLw .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNqkeYPLw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNqkeYPLw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNqkeYPLw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNqkeYPLw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LRldO8H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LRldO8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LRldO8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LRldO8H .mbr-section-title DIV {
  text-align: center;
}
.cid-usNqX2alNj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNqX2alNj nav.navbar {
  position: fixed;
}
.cid-usNqX2alNj .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-usNqX2alNj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNqX2alNj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNqX2alNj .dropdown-item:hover,
.cid-usNqX2alNj .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNqX2alNj .dropdown-item:hover span {
  color: white;
}
.cid-usNqX2alNj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNqX2alNj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNqX2alNj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNqX2alNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNqX2alNj .nav-link {
  position: relative;
}
.cid-usNqX2alNj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNqX2alNj .container {
    flex-wrap: nowrap;
  }
}
.cid-usNqX2alNj .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNqX2alNj .dropdown-menu,
.cid-usNqX2alNj .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNqX2alNj .nav-item:focus,
.cid-usNqX2alNj .nav-link:focus {
  outline: none;
}
.cid-usNqX2alNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNqX2alNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNqX2alNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNqX2alNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNqX2alNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNqX2alNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNqX2alNj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNqX2alNj .navbar.opened {
  transition: all 0.3s;
}
.cid-usNqX2alNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNqX2alNj .navbar .navbar-logo img {
  width: auto;
}
.cid-usNqX2alNj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNqX2alNj .navbar.collapsed {
  justify-content: center;
}
.cid-usNqX2alNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNqX2alNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNqX2alNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNqX2alNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNqX2alNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNqX2alNj .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-usNqX2alNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNqX2alNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNqX2alNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNqX2alNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNqX2alNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNqX2alNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNqX2alNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNqX2alNj .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-usNqX2alNj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNqX2alNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNqX2alNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNqX2alNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNqX2alNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNqX2alNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNqX2alNj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNqX2alNj .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNqX2alNj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNqX2alNj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNqX2alNj .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-usNqX2alNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNqX2alNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNqX2alNj .dropdown-item.active,
.cid-usNqX2alNj .dropdown-item:active {
  background-color: transparent;
}
.cid-usNqX2alNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNqX2alNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNqX2alNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNqX2alNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNqX2alNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNqX2alNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNqX2alNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNqX2alNj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNqX2alNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNqX2alNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNqX2alNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNqX2alNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNqX2alNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNqX2alNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNqX2alNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNqX2alNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNqX2alNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNqX2alNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNqX2alNj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNqX2alNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNqX2alNj .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-usNqX2alNj .navbar {
    height: 70px;
  }
  .cid-usNqX2alNj .navbar.opened {
    height: auto;
  }
  .cid-usNqX2alNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNqWZrD0g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNqWZrD0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqWZrD0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqWZK51U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNqWZK51U .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqWZK51U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqWZK51U .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZPLdISp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZPLdISp .carousel {
    min-height: 500px;
  }
  .cid-usNZPLdISp .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZPLdISp .carousel {
    min-height: 325px;
  }
  .cid-usNZPLdISp .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZPLdISp .carousel {
    min-height: 275px;
  }
  .cid-usNZPLdISp .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZPLdISp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZPLdISp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZPLdISp .carousel,
.cid-usNZPLdISp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZPLdISp .item-wrapper {
  width: 100%;
}
.cid-usNZPLdISp .carousel-caption {
  bottom: 40px;
}
.cid-usNZPLdISp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZPLdISp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZPLdISp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZPLdISp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZPLdISp .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZPLdISp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZPLdISp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZPLdISp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZPLdISp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZPLdISp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZPLdISp .carousel-indicators li.active,
.cid-usNZPLdISp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZPLdISp .carousel-indicators li::after,
.cid-usNZPLdISp .carousel-indicators li::before {
  content: none;
}
.cid-usNZPLdISp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZPLdISp .carousel-indicators {
    display: none !important;
  }
}
.cid-usNTVlOieN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNTVlOieN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNTVlOieN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNTVlOieN .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNTVlOieN .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNTVlOieN .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNTVlOieN .card {
    margin-bottom: 2rem;
  }
  .cid-usNTVlOieN .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNTVlOieN .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNTVlOieN .card-title,
.cid-usNTVlOieN .card-box {
  color: #232323;
}
.cid-usNqX0jym6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNqX0jym6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqX0jym6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqX0jym6 .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2EZ8ZsP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2EZ8ZsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2EZ8ZsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2EZ8ZsP .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2EZ8ZsP .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2EZ8ZsP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2EZ8ZsP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2EZ8ZsP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2EZ8ZsP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2EZ8ZsP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2EZ8ZsP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2EZ8ZsP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2EZ8ZsP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNqX18VHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNqX18VHw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNqX18VHw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNqX18VHw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNqX18VHw .mbr-section-title {
  text-align: center;
}
.cid-usPUu6YyHD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUu6YyHD .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUu6YyHD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUu6YyHD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUu6YyHD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUu6YyHD .mbr-section-title {
  color: #ffffff;
}
.cid-usPUu6YyHD .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNqX1J1pt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNqX1J1pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNqX1J1pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNqX1J1pt .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNqX1J1pt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNqX1J1pt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNqX1J1pt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNqX1J1pt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LSVtmd6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LSVtmd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LSVtmd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LSVtmd6 .mbr-section-title DIV {
  text-align: center;
}
.cid-usNrhsAblO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNrhsAblO nav.navbar {
  position: fixed;
}
.cid-usNrhsAblO .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-usNrhsAblO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNrhsAblO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNrhsAblO .dropdown-item:hover,
.cid-usNrhsAblO .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNrhsAblO .dropdown-item:hover span {
  color: white;
}
.cid-usNrhsAblO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNrhsAblO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNrhsAblO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNrhsAblO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNrhsAblO .nav-link {
  position: relative;
}
.cid-usNrhsAblO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNrhsAblO .container {
    flex-wrap: nowrap;
  }
}
.cid-usNrhsAblO .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNrhsAblO .dropdown-menu,
.cid-usNrhsAblO .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNrhsAblO .nav-item:focus,
.cid-usNrhsAblO .nav-link:focus {
  outline: none;
}
.cid-usNrhsAblO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNrhsAblO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNrhsAblO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNrhsAblO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNrhsAblO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNrhsAblO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNrhsAblO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNrhsAblO .navbar.opened {
  transition: all 0.3s;
}
.cid-usNrhsAblO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNrhsAblO .navbar .navbar-logo img {
  width: auto;
}
.cid-usNrhsAblO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNrhsAblO .navbar.collapsed {
  justify-content: center;
}
.cid-usNrhsAblO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNrhsAblO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNrhsAblO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNrhsAblO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNrhsAblO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNrhsAblO .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-usNrhsAblO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNrhsAblO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNrhsAblO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNrhsAblO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNrhsAblO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNrhsAblO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNrhsAblO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNrhsAblO .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-usNrhsAblO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNrhsAblO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNrhsAblO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNrhsAblO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNrhsAblO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNrhsAblO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNrhsAblO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNrhsAblO .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNrhsAblO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNrhsAblO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNrhsAblO .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-usNrhsAblO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNrhsAblO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNrhsAblO .dropdown-item.active,
.cid-usNrhsAblO .dropdown-item:active {
  background-color: transparent;
}
.cid-usNrhsAblO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNrhsAblO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNrhsAblO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNrhsAblO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNrhsAblO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNrhsAblO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNrhsAblO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNrhsAblO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNrhsAblO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNrhsAblO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNrhsAblO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNrhsAblO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNrhsAblO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNrhsAblO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNrhsAblO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNrhsAblO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNrhsAblO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNrhsAblO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNrhsAblO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNrhsAblO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNrhsAblO .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-usNrhsAblO .navbar {
    height: 70px;
  }
  .cid-usNrhsAblO .navbar.opened {
    height: auto;
  }
  .cid-usNrhsAblO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNrhpRg4I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNrhpRg4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrhpRg4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrhqchVa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNrhqchVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrhqchVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrhqchVa .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZREbRWV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZREbRWV .carousel {
    min-height: 500px;
  }
  .cid-usNZREbRWV .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZREbRWV .carousel {
    min-height: 325px;
  }
  .cid-usNZREbRWV .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZREbRWV .carousel {
    min-height: 275px;
  }
  .cid-usNZREbRWV .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZREbRWV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZREbRWV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZREbRWV .carousel,
.cid-usNZREbRWV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZREbRWV .item-wrapper {
  width: 100%;
}
.cid-usNZREbRWV .carousel-caption {
  bottom: 40px;
}
.cid-usNZREbRWV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZREbRWV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZREbRWV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZREbRWV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZREbRWV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZREbRWV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZREbRWV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZREbRWV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZREbRWV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZREbRWV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZREbRWV .carousel-indicators li.active,
.cid-usNZREbRWV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZREbRWV .carousel-indicators li::after,
.cid-usNZREbRWV .carousel-indicators li::before {
  content: none;
}
.cid-usNZREbRWV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZREbRWV .carousel-indicators {
    display: none !important;
  }
}
.cid-usNTYgFUzT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNTYgFUzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNTYgFUzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNTYgFUzT .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNTYgFUzT .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNTYgFUzT .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNTYgFUzT .card {
    margin-bottom: 2rem;
  }
  .cid-usNTYgFUzT .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNTYgFUzT .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNTYgFUzT .card-title,
.cid-usNTYgFUzT .card-box {
  color: #232323;
}
.cid-usNrhqLulD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNrhqLulD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrhqLulD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrhqLulD .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2JvDtOk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2JvDtOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2JvDtOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2JvDtOk .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2JvDtOk .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2JvDtOk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2JvDtOk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2JvDtOk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2JvDtOk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2JvDtOk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2JvDtOk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2JvDtOk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2JvDtOk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNrhrAExk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNrhrAExk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNrhrAExk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNrhrAExk .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNrhrAExk .mbr-section-title {
  text-align: center;
}
.cid-usPUwmvEYg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUwmvEYg .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUwmvEYg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUwmvEYg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUwmvEYg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUwmvEYg .mbr-section-title {
  color: #ffffff;
}
.cid-usPUwmvEYg .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNrhs9cOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNrhs9cOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrhs9cOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrhs9cOq .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNrhs9cOq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNrhs9cOq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNrhs9cOq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNrhs9cOq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LUxkrUk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LUxkrUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LUxkrUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LUxkrUk .mbr-section-title DIV {
  text-align: center;
}
.cid-usNrF0TeXH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNrF0TeXH nav.navbar {
  position: fixed;
}
.cid-usNrF0TeXH .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-usNrF0TeXH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNrF0TeXH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNrF0TeXH .dropdown-item:hover,
.cid-usNrF0TeXH .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNrF0TeXH .dropdown-item:hover span {
  color: white;
}
.cid-usNrF0TeXH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNrF0TeXH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNrF0TeXH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNrF0TeXH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNrF0TeXH .nav-link {
  position: relative;
}
.cid-usNrF0TeXH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNrF0TeXH .container {
    flex-wrap: nowrap;
  }
}
.cid-usNrF0TeXH .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNrF0TeXH .dropdown-menu,
.cid-usNrF0TeXH .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNrF0TeXH .nav-item:focus,
.cid-usNrF0TeXH .nav-link:focus {
  outline: none;
}
.cid-usNrF0TeXH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNrF0TeXH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNrF0TeXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNrF0TeXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNrF0TeXH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNrF0TeXH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNrF0TeXH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNrF0TeXH .navbar.opened {
  transition: all 0.3s;
}
.cid-usNrF0TeXH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNrF0TeXH .navbar .navbar-logo img {
  width: auto;
}
.cid-usNrF0TeXH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNrF0TeXH .navbar.collapsed {
  justify-content: center;
}
.cid-usNrF0TeXH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNrF0TeXH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNrF0TeXH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNrF0TeXH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNrF0TeXH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNrF0TeXH .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-usNrF0TeXH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNrF0TeXH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNrF0TeXH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNrF0TeXH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNrF0TeXH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNrF0TeXH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNrF0TeXH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNrF0TeXH .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-usNrF0TeXH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNrF0TeXH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNrF0TeXH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNrF0TeXH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNrF0TeXH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNrF0TeXH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNrF0TeXH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNrF0TeXH .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNrF0TeXH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNrF0TeXH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNrF0TeXH .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-usNrF0TeXH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNrF0TeXH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNrF0TeXH .dropdown-item.active,
.cid-usNrF0TeXH .dropdown-item:active {
  background-color: transparent;
}
.cid-usNrF0TeXH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNrF0TeXH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNrF0TeXH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNrF0TeXH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNrF0TeXH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNrF0TeXH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNrF0TeXH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNrF0TeXH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNrF0TeXH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNrF0TeXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNrF0TeXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNrF0TeXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNrF0TeXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNrF0TeXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNrF0TeXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNrF0TeXH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNrF0TeXH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNrF0TeXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNrF0TeXH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNrF0TeXH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNrF0TeXH .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-usNrF0TeXH .navbar {
    height: 70px;
  }
  .cid-usNrF0TeXH .navbar.opened {
    height: auto;
  }
  .cid-usNrF0TeXH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNrEYhpUY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNrEYhpUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrEYhpUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrEYABf7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNrEYABf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrEYABf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrEYABf7 .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZTCcZrz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZTCcZrz .carousel {
    min-height: 500px;
  }
  .cid-usNZTCcZrz .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZTCcZrz .carousel {
    min-height: 325px;
  }
  .cid-usNZTCcZrz .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZTCcZrz .carousel {
    min-height: 275px;
  }
  .cid-usNZTCcZrz .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZTCcZrz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZTCcZrz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZTCcZrz .carousel,
.cid-usNZTCcZrz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZTCcZrz .item-wrapper {
  width: 100%;
}
.cid-usNZTCcZrz .carousel-caption {
  bottom: 40px;
}
.cid-usNZTCcZrz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZTCcZrz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZTCcZrz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZTCcZrz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZTCcZrz .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZTCcZrz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZTCcZrz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZTCcZrz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZTCcZrz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZTCcZrz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZTCcZrz .carousel-indicators li.active,
.cid-usNZTCcZrz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZTCcZrz .carousel-indicators li::after,
.cid-usNZTCcZrz .carousel-indicators li::before {
  content: none;
}
.cid-usNZTCcZrz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZTCcZrz .carousel-indicators {
    display: none !important;
  }
}
.cid-usNU0XgX72 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNU0XgX72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNU0XgX72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNU0XgX72 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNU0XgX72 .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNU0XgX72 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNU0XgX72 .card {
    margin-bottom: 2rem;
  }
  .cid-usNU0XgX72 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNU0XgX72 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNU0XgX72 .card-title,
.cid-usNU0XgX72 .card-box {
  color: #232323;
}
.cid-usNrEZ7cvr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNrEZ7cvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrEZ7cvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrEZ7cvr .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2N43HAd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2N43HAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2N43HAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2N43HAd .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2N43HAd .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2N43HAd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2N43HAd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2N43HAd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2N43HAd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2N43HAd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2N43HAd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2N43HAd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2N43HAd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNrEZWzPP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNrEZWzPP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNrEZWzPP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNrEZWzPP .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNrEZWzPP .mbr-section-title {
  text-align: center;
}
.cid-usPUyBMWtv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUyBMWtv .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUyBMWtv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUyBMWtv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUyBMWtv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUyBMWtv .mbr-section-title {
  color: #ffffff;
}
.cid-usPUyBMWtv .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNrF0wAlj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNrF0wAlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrF0wAlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrF0wAlj .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNrF0wAlj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNrF0wAlj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNrF0wAlj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNrF0wAlj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LWow8rP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LWow8rP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LWow8rP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LWow8rP .mbr-section-title DIV {
  text-align: center;
}
.cid-usNrZ103jD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNrZ103jD nav.navbar {
  position: fixed;
}
.cid-usNrZ103jD .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-usNrZ103jD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNrZ103jD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNrZ103jD .dropdown-item:hover,
.cid-usNrZ103jD .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNrZ103jD .dropdown-item:hover span {
  color: white;
}
.cid-usNrZ103jD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNrZ103jD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNrZ103jD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNrZ103jD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNrZ103jD .nav-link {
  position: relative;
}
.cid-usNrZ103jD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNrZ103jD .container {
    flex-wrap: nowrap;
  }
}
.cid-usNrZ103jD .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNrZ103jD .dropdown-menu,
.cid-usNrZ103jD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNrZ103jD .nav-item:focus,
.cid-usNrZ103jD .nav-link:focus {
  outline: none;
}
.cid-usNrZ103jD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNrZ103jD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNrZ103jD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNrZ103jD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNrZ103jD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNrZ103jD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNrZ103jD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNrZ103jD .navbar.opened {
  transition: all 0.3s;
}
.cid-usNrZ103jD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNrZ103jD .navbar .navbar-logo img {
  width: auto;
}
.cid-usNrZ103jD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNrZ103jD .navbar.collapsed {
  justify-content: center;
}
.cid-usNrZ103jD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNrZ103jD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNrZ103jD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNrZ103jD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNrZ103jD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNrZ103jD .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-usNrZ103jD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNrZ103jD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNrZ103jD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNrZ103jD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNrZ103jD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNrZ103jD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNrZ103jD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNrZ103jD .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-usNrZ103jD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNrZ103jD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNrZ103jD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNrZ103jD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNrZ103jD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNrZ103jD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNrZ103jD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNrZ103jD .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNrZ103jD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNrZ103jD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNrZ103jD .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-usNrZ103jD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNrZ103jD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNrZ103jD .dropdown-item.active,
.cid-usNrZ103jD .dropdown-item:active {
  background-color: transparent;
}
.cid-usNrZ103jD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNrZ103jD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNrZ103jD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNrZ103jD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNrZ103jD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNrZ103jD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNrZ103jD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNrZ103jD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNrZ103jD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNrZ103jD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNrZ103jD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNrZ103jD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNrZ103jD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNrZ103jD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNrZ103jD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNrZ103jD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNrZ103jD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNrZ103jD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNrZ103jD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNrZ103jD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNrZ103jD .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-usNrZ103jD .navbar {
    height: 70px;
  }
  .cid-usNrZ103jD .navbar.opened {
    height: auto;
  }
  .cid-usNrZ103jD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNrYY60YB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNrYY60YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrYY60YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrYYt66k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNrYYt66k .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrYYt66k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrYYt66k .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZVm0i2W {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZVm0i2W .carousel {
    min-height: 500px;
  }
  .cid-usNZVm0i2W .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZVm0i2W .carousel {
    min-height: 325px;
  }
  .cid-usNZVm0i2W .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZVm0i2W .carousel {
    min-height: 275px;
  }
  .cid-usNZVm0i2W .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZVm0i2W .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZVm0i2W .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZVm0i2W .carousel,
.cid-usNZVm0i2W .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZVm0i2W .item-wrapper {
  width: 100%;
}
.cid-usNZVm0i2W .carousel-caption {
  bottom: 40px;
}
.cid-usNZVm0i2W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZVm0i2W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZVm0i2W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZVm0i2W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZVm0i2W .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZVm0i2W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZVm0i2W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZVm0i2W .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZVm0i2W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZVm0i2W .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZVm0i2W .carousel-indicators li.active,
.cid-usNZVm0i2W .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZVm0i2W .carousel-indicators li::after,
.cid-usNZVm0i2W .carousel-indicators li::before {
  content: none;
}
.cid-usNZVm0i2W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZVm0i2W .carousel-indicators {
    display: none !important;
  }
}
.cid-usNU3HfxfF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNU3HfxfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNU3HfxfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNU3HfxfF .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNU3HfxfF .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNU3HfxfF .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNU3HfxfF .card {
    margin-bottom: 2rem;
  }
  .cid-usNU3HfxfF .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNU3HfxfF .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNU3HfxfF .card-title,
.cid-usNU3HfxfF .card-box {
  color: #232323;
}
.cid-usNrYZ6tVq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNrYZ6tVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrYZ6tVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrYZ6tVq .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2QXmx3n {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2QXmx3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2QXmx3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2QXmx3n .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2QXmx3n .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2QXmx3n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2QXmx3n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2QXmx3n .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2QXmx3n .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2QXmx3n .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2QXmx3n .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2QXmx3n .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2QXmx3n .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNrYZWA2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNrYZWA2B .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNrYZWA2B .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNrYZWA2B .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNrYZWA2B .mbr-section-title {
  text-align: center;
}
.cid-usPUADa9JT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUADa9JT .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUADa9JT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUADa9JT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUADa9JT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUADa9JT .mbr-section-title {
  color: #ffffff;
}
.cid-usPUADa9JT .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNrZ0Avfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNrZ0Avfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNrZ0Avfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNrZ0Avfp .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNrZ0Avfp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNrZ0Avfp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNrZ0Avfp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNrZ0Avfp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LXUDlKg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LXUDlKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LXUDlKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LXUDlKg .mbr-section-title DIV {
  text-align: center;
}
.cid-usNs1Yh95a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNs1Yh95a nav.navbar {
  position: fixed;
}
.cid-usNs1Yh95a .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-usNs1Yh95a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNs1Yh95a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNs1Yh95a .dropdown-item:hover,
.cid-usNs1Yh95a .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNs1Yh95a .dropdown-item:hover span {
  color: white;
}
.cid-usNs1Yh95a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNs1Yh95a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNs1Yh95a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNs1Yh95a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNs1Yh95a .nav-link {
  position: relative;
}
.cid-usNs1Yh95a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNs1Yh95a .container {
    flex-wrap: nowrap;
  }
}
.cid-usNs1Yh95a .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNs1Yh95a .dropdown-menu,
.cid-usNs1Yh95a .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNs1Yh95a .nav-item:focus,
.cid-usNs1Yh95a .nav-link:focus {
  outline: none;
}
.cid-usNs1Yh95a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNs1Yh95a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNs1Yh95a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNs1Yh95a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNs1Yh95a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNs1Yh95a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNs1Yh95a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNs1Yh95a .navbar.opened {
  transition: all 0.3s;
}
.cid-usNs1Yh95a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNs1Yh95a .navbar .navbar-logo img {
  width: auto;
}
.cid-usNs1Yh95a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNs1Yh95a .navbar.collapsed {
  justify-content: center;
}
.cid-usNs1Yh95a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNs1Yh95a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNs1Yh95a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNs1Yh95a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNs1Yh95a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNs1Yh95a .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-usNs1Yh95a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNs1Yh95a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNs1Yh95a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNs1Yh95a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNs1Yh95a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNs1Yh95a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNs1Yh95a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNs1Yh95a .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-usNs1Yh95a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNs1Yh95a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNs1Yh95a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNs1Yh95a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNs1Yh95a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNs1Yh95a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNs1Yh95a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNs1Yh95a .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNs1Yh95a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNs1Yh95a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNs1Yh95a .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-usNs1Yh95a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNs1Yh95a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNs1Yh95a .dropdown-item.active,
.cid-usNs1Yh95a .dropdown-item:active {
  background-color: transparent;
}
.cid-usNs1Yh95a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNs1Yh95a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNs1Yh95a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNs1Yh95a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNs1Yh95a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNs1Yh95a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNs1Yh95a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNs1Yh95a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNs1Yh95a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNs1Yh95a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNs1Yh95a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNs1Yh95a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNs1Yh95a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNs1Yh95a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNs1Yh95a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNs1Yh95a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNs1Yh95a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNs1Yh95a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNs1Yh95a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNs1Yh95a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNs1Yh95a .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-usNs1Yh95a .navbar {
    height: 70px;
  }
  .cid-usNs1Yh95a .navbar.opened {
    height: auto;
  }
  .cid-usNs1Yh95a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNs1TKwUu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNs1TKwUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNs1TKwUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNs1UkYQD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNs1UkYQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNs1UkYQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNs1UkYQD .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZXy6eoI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZXy6eoI .carousel {
    min-height: 500px;
  }
  .cid-usNZXy6eoI .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZXy6eoI .carousel {
    min-height: 325px;
  }
  .cid-usNZXy6eoI .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZXy6eoI .carousel {
    min-height: 275px;
  }
  .cid-usNZXy6eoI .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZXy6eoI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZXy6eoI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZXy6eoI .carousel,
.cid-usNZXy6eoI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZXy6eoI .item-wrapper {
  width: 100%;
}
.cid-usNZXy6eoI .carousel-caption {
  bottom: 40px;
}
.cid-usNZXy6eoI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZXy6eoI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZXy6eoI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZXy6eoI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZXy6eoI .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZXy6eoI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZXy6eoI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZXy6eoI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZXy6eoI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZXy6eoI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZXy6eoI .carousel-indicators li.active,
.cid-usNZXy6eoI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZXy6eoI .carousel-indicators li::after,
.cid-usNZXy6eoI .carousel-indicators li::before {
  content: none;
}
.cid-usNZXy6eoI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZXy6eoI .carousel-indicators {
    display: none !important;
  }
}
.cid-usNU6i8ciz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNU6i8ciz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNU6i8ciz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNU6i8ciz .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNU6i8ciz .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNU6i8ciz .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNU6i8ciz .card {
    margin-bottom: 2rem;
  }
  .cid-usNU6i8ciz .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNU6i8ciz .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNU6i8ciz .card-title,
.cid-usNU6i8ciz .card-box {
  color: #232323;
}
.cid-usNs1VozQ5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNs1VozQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNs1VozQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNs1VozQ5 .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2ULizrb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2ULizrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2ULizrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2ULizrb .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2ULizrb .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2ULizrb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2ULizrb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2ULizrb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2ULizrb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2ULizrb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2ULizrb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2ULizrb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2ULizrb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNs1WPSt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNs1WPSt0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNs1WPSt0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNs1WPSt0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNs1WPSt0 .mbr-section-title {
  text-align: center;
}
.cid-usPUCJdviZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUCJdviZ .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUCJdviZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUCJdviZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUCJdviZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUCJdviZ .mbr-section-title {
  color: #ffffff;
}
.cid-usPUCJdviZ .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNs1XIpb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNs1XIpb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNs1XIpb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNs1XIpb7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNs1XIpb7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNs1XIpb7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNs1XIpb7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNs1XIpb7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5LZYoii3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LZYoii3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LZYoii3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LZYoii3 .mbr-section-title DIV {
  text-align: center;
}
.cid-usNsHrYa85 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNsHrYa85 nav.navbar {
  position: fixed;
}
.cid-usNsHrYa85 .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-usNsHrYa85 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usNsHrYa85 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usNsHrYa85 .dropdown-item:hover,
.cid-usNsHrYa85 .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usNsHrYa85 .dropdown-item:hover span {
  color: white;
}
.cid-usNsHrYa85 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNsHrYa85 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNsHrYa85 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usNsHrYa85 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNsHrYa85 .nav-link {
  position: relative;
}
.cid-usNsHrYa85 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNsHrYa85 .container {
    flex-wrap: nowrap;
  }
}
.cid-usNsHrYa85 .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usNsHrYa85 .dropdown-menu,
.cid-usNsHrYa85 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usNsHrYa85 .nav-item:focus,
.cid-usNsHrYa85 .nav-link:focus {
  outline: none;
}
.cid-usNsHrYa85 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNsHrYa85 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNsHrYa85 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNsHrYa85 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNsHrYa85 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNsHrYa85 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNsHrYa85 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usNsHrYa85 .navbar.opened {
  transition: all 0.3s;
}
.cid-usNsHrYa85 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNsHrYa85 .navbar .navbar-logo img {
  width: auto;
}
.cid-usNsHrYa85 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNsHrYa85 .navbar.collapsed {
  justify-content: center;
}
.cid-usNsHrYa85 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNsHrYa85 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNsHrYa85 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usNsHrYa85 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNsHrYa85 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNsHrYa85 .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-usNsHrYa85 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNsHrYa85 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNsHrYa85 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNsHrYa85 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNsHrYa85 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNsHrYa85 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNsHrYa85 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNsHrYa85 .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-usNsHrYa85 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNsHrYa85 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNsHrYa85 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNsHrYa85 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNsHrYa85 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNsHrYa85 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usNsHrYa85 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usNsHrYa85 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNsHrYa85 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNsHrYa85 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNsHrYa85 .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-usNsHrYa85 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNsHrYa85 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNsHrYa85 .dropdown-item.active,
.cid-usNsHrYa85 .dropdown-item:active {
  background-color: transparent;
}
.cid-usNsHrYa85 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNsHrYa85 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNsHrYa85 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNsHrYa85 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usNsHrYa85 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNsHrYa85 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usNsHrYa85 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNsHrYa85 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNsHrYa85 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNsHrYa85 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNsHrYa85 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNsHrYa85 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNsHrYa85 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNsHrYa85 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNsHrYa85 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNsHrYa85 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNsHrYa85 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNsHrYa85 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNsHrYa85 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNsHrYa85 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usNsHrYa85 .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-usNsHrYa85 .navbar {
    height: 70px;
  }
  .cid-usNsHrYa85 .navbar.opened {
    height: auto;
  }
  .cid-usNsHrYa85 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNsHpjLhF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usNsHpjLhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNsHpjLhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNsHpEwrF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNsHpEwrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNsHpEwrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNsHpEwrF .mbr-section-subtitle {
  text-align: left;
}
.cid-usNZZzqpMo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usNZZzqpMo .carousel {
    min-height: 500px;
  }
  .cid-usNZZzqpMo .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usNZZzqpMo .carousel {
    min-height: 325px;
  }
  .cid-usNZZzqpMo .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usNZZzqpMo .carousel {
    min-height: 275px;
  }
  .cid-usNZZzqpMo .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usNZZzqpMo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usNZZzqpMo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usNZZzqpMo .carousel,
.cid-usNZZzqpMo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNZZzqpMo .item-wrapper {
  width: 100%;
}
.cid-usNZZzqpMo .carousel-caption {
  bottom: 40px;
}
.cid-usNZZzqpMo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usNZZzqpMo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usNZZzqpMo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usNZZzqpMo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usNZZzqpMo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNZZzqpMo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNZZzqpMo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNZZzqpMo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNZZzqpMo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usNZZzqpMo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNZZzqpMo .carousel-indicators li.active,
.cid-usNZZzqpMo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNZZzqpMo .carousel-indicators li::after,
.cid-usNZZzqpMo .carousel-indicators li::before {
  content: none;
}
.cid-usNZZzqpMo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNZZzqpMo .carousel-indicators {
    display: none !important;
  }
}
.cid-usNU97shw3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-usNU97shw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNU97shw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNU97shw3 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-usNU97shw3 .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNU97shw3 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usNU97shw3 .card {
    margin-bottom: 2rem;
  }
  .cid-usNU97shw3 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-usNU97shw3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usNU97shw3 .card-title,
.cid-usNU97shw3 .card-box {
  color: #232323;
}
.cid-usNsHqestf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNsHqestf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNsHqestf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNsHqestf .mbr-section-subtitle {
  text-align: left;
}
.cid-usO2YtjdWT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usO2YtjdWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO2YtjdWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO2YtjdWT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usO2YtjdWT .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usO2YtjdWT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usO2YtjdWT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usO2YtjdWT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usO2YtjdWT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usO2YtjdWT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usO2YtjdWT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usO2YtjdWT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usO2YtjdWT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usNsHr13ET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usNsHr13ET .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usNsHr13ET .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usNsHr13ET .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usNsHr13ET .mbr-section-title {
  text-align: center;
}
.cid-usPUFwZMGx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUFwZMGx .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUFwZMGx form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUFwZMGx form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUFwZMGx form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUFwZMGx .mbr-section-title {
  color: #ffffff;
}
.cid-usPUFwZMGx .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-usNsHrBBfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-usNsHrBBfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNsHrBBfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNsHrBBfM .google-map {
  height: 30rem;
  position: relative;
}
.cid-usNsHrBBfM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usNsHrBBfM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usNsHrBBfM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usNsHrBBfM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ut5M1DeaRS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5M1DeaRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5M1DeaRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5M1DeaRS .mbr-section-title DIV {
  text-align: center;
}
.cid-usOhBEtDeN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usOhBEtDeN nav.navbar {
  position: fixed;
}
.cid-usOhBEtDeN .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-usOhBEtDeN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usOhBEtDeN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usOhBEtDeN .dropdown-item:hover,
.cid-usOhBEtDeN .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usOhBEtDeN .dropdown-item:hover span {
  color: white;
}
.cid-usOhBEtDeN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usOhBEtDeN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usOhBEtDeN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usOhBEtDeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usOhBEtDeN .nav-link {
  position: relative;
}
.cid-usOhBEtDeN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usOhBEtDeN .container {
    flex-wrap: nowrap;
  }
}
.cid-usOhBEtDeN .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usOhBEtDeN .dropdown-menu,
.cid-usOhBEtDeN .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usOhBEtDeN .nav-item:focus,
.cid-usOhBEtDeN .nav-link:focus {
  outline: none;
}
.cid-usOhBEtDeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usOhBEtDeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usOhBEtDeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usOhBEtDeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usOhBEtDeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usOhBEtDeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usOhBEtDeN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usOhBEtDeN .navbar.opened {
  transition: all 0.3s;
}
.cid-usOhBEtDeN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usOhBEtDeN .navbar .navbar-logo img {
  width: auto;
}
.cid-usOhBEtDeN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usOhBEtDeN .navbar.collapsed {
  justify-content: center;
}
.cid-usOhBEtDeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usOhBEtDeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usOhBEtDeN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usOhBEtDeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usOhBEtDeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usOhBEtDeN .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-usOhBEtDeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usOhBEtDeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usOhBEtDeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usOhBEtDeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usOhBEtDeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usOhBEtDeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usOhBEtDeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usOhBEtDeN .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-usOhBEtDeN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usOhBEtDeN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usOhBEtDeN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usOhBEtDeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usOhBEtDeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usOhBEtDeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usOhBEtDeN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usOhBEtDeN .navbar.navbar-short {
  min-height: 60px;
}
.cid-usOhBEtDeN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usOhBEtDeN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usOhBEtDeN .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-usOhBEtDeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usOhBEtDeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usOhBEtDeN .dropdown-item.active,
.cid-usOhBEtDeN .dropdown-item:active {
  background-color: transparent;
}
.cid-usOhBEtDeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usOhBEtDeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usOhBEtDeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usOhBEtDeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usOhBEtDeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usOhBEtDeN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usOhBEtDeN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usOhBEtDeN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usOhBEtDeN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usOhBEtDeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usOhBEtDeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usOhBEtDeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usOhBEtDeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usOhBEtDeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usOhBEtDeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usOhBEtDeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usOhBEtDeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usOhBEtDeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usOhBEtDeN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usOhBEtDeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usOhBEtDeN .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-usOhBEtDeN .navbar {
    height: 70px;
  }
  .cid-usOhBEtDeN .navbar.opened {
    height: auto;
  }
  .cid-usOhBEtDeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usOhBAulSH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1075.webp");
}
.cid-usOhBAulSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-usOhBAulSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usOhBAOWIO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usOhBAOWIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usOhBAOWIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usOhBAOWIO .mbr-section-subtitle {
  text-align: left;
}
.cid-usPVsmI2UT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-usPVsmI2UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usPVsmI2UT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usPVsmI2UT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-usPVsmI2UT .item {
    margin-bottom: 4rem;
  }
}
.cid-usPVsmI2UT .item:last-child .icon-box:before {
  display: none;
}
.cid-usPVsmI2UT .item.last .icon-box:before {
  display: none;
}
.cid-usPVsmI2UT .icon-box {
  background: #4cb909;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-usPVsmI2UT .icon-box {
    margin-right: 1rem;
  }
}
.cid-usPVsmI2UT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usPVsmI2UT .card {
    margin-bottom: 2rem;
  }
  .cid-usPVsmI2UT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usOhBD9lZ2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usOhBD9lZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usOhBD9lZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usOhBD9lZ2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usOhBD9lZ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usOhBD9lZ2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4cb909;
}
.cid-usOhBD9lZ2 .panel-body,
.cid-usOhBD9lZ2 .card-header {
  padding: 1rem 0;
}
.cid-usOhBD9lZ2 .panel-title-edit {
  color: #000000;
}
.cid-usPUcGBNk0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUcGBNk0 .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUcGBNk0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUcGBNk0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUcGBNk0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUcGBNk0 .mbr-section-title {
  color: #ffffff;
}
.cid-usPUcGBNk0 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-ut5LHZl2tI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LHZl2tI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LHZl2tI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LHZl2tI .mbr-section-title DIV {
  text-align: center;
}
.cid-usOuI7okeQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usOuI7okeQ nav.navbar {
  position: fixed;
}
.cid-usOuI7okeQ .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-usOuI7okeQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usOuI7okeQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usOuI7okeQ .dropdown-item:hover,
.cid-usOuI7okeQ .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usOuI7okeQ .dropdown-item:hover span {
  color: white;
}
.cid-usOuI7okeQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usOuI7okeQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usOuI7okeQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usOuI7okeQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usOuI7okeQ .nav-link {
  position: relative;
}
.cid-usOuI7okeQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usOuI7okeQ .container {
    flex-wrap: nowrap;
  }
}
.cid-usOuI7okeQ .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usOuI7okeQ .dropdown-menu,
.cid-usOuI7okeQ .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usOuI7okeQ .nav-item:focus,
.cid-usOuI7okeQ .nav-link:focus {
  outline: none;
}
.cid-usOuI7okeQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usOuI7okeQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usOuI7okeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usOuI7okeQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usOuI7okeQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usOuI7okeQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usOuI7okeQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usOuI7okeQ .navbar.opened {
  transition: all 0.3s;
}
.cid-usOuI7okeQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usOuI7okeQ .navbar .navbar-logo img {
  width: auto;
}
.cid-usOuI7okeQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usOuI7okeQ .navbar.collapsed {
  justify-content: center;
}
.cid-usOuI7okeQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usOuI7okeQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usOuI7okeQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usOuI7okeQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usOuI7okeQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usOuI7okeQ .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-usOuI7okeQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usOuI7okeQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usOuI7okeQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usOuI7okeQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usOuI7okeQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usOuI7okeQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usOuI7okeQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usOuI7okeQ .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-usOuI7okeQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usOuI7okeQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usOuI7okeQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usOuI7okeQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usOuI7okeQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usOuI7okeQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usOuI7okeQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usOuI7okeQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-usOuI7okeQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usOuI7okeQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usOuI7okeQ .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-usOuI7okeQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usOuI7okeQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usOuI7okeQ .dropdown-item.active,
.cid-usOuI7okeQ .dropdown-item:active {
  background-color: transparent;
}
.cid-usOuI7okeQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usOuI7okeQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usOuI7okeQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usOuI7okeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usOuI7okeQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usOuI7okeQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usOuI7okeQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usOuI7okeQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usOuI7okeQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usOuI7okeQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usOuI7okeQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usOuI7okeQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usOuI7okeQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usOuI7okeQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usOuI7okeQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usOuI7okeQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usOuI7okeQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usOuI7okeQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usOuI7okeQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usOuI7okeQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usOuI7okeQ .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-usOuI7okeQ .navbar {
    height: 70px;
  }
  .cid-usOuI7okeQ .navbar.opened {
    height: auto;
  }
  .cid-usOuI7okeQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usOuI7K6mR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/replacing-usb-c-800x450.webp");
}
.cid-usOuI7K6mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usOuI7K6mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usOvSHqVQ6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usOvSHqVQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usOvSHqVQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usOvSHqVQ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usOvSHqVQ6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usOvSHqVQ6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usOvSHqVQ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usOvSHqVQ6 .mbr-section-title {
  color: #000000;
}
.cid-usOvSHqVQ6 .mbr-text,
.cid-usOvSHqVQ6 .mbr-section-btn {
  color: #000000;
}
.cid-usOuI80h5w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usOuI80h5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-usOuI80h5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usOuI80h5w .mbr-section-subtitle {
  text-align: left;
}
.cid-usPUgvUQ38 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usPUgvUQ38 .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usPUgvUQ38 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usPUgvUQ38 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usPUgvUQ38 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usPUgvUQ38 .mbr-section-title {
  color: #ffffff;
}
.cid-usPUgvUQ38 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-ut5LJyE94g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LJyE94g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LJyE94g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LJyE94g .mbr-section-title DIV {
  text-align: center;
}
.cid-usTviVaBmd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usTviVaBmd nav.navbar {
  position: fixed;
}
.cid-usTviVaBmd .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-usTviVaBmd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usTviVaBmd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usTviVaBmd .dropdown-item:hover,
.cid-usTviVaBmd .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-usTviVaBmd .dropdown-item:hover span {
  color: white;
}
.cid-usTviVaBmd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usTviVaBmd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usTviVaBmd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usTviVaBmd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usTviVaBmd .nav-link {
  position: relative;
}
.cid-usTviVaBmd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usTviVaBmd .container {
    flex-wrap: nowrap;
  }
}
.cid-usTviVaBmd .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usTviVaBmd .dropdown-menu,
.cid-usTviVaBmd .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-usTviVaBmd .nav-item:focus,
.cid-usTviVaBmd .nav-link:focus {
  outline: none;
}
.cid-usTviVaBmd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usTviVaBmd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usTviVaBmd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usTviVaBmd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usTviVaBmd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usTviVaBmd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usTviVaBmd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-usTviVaBmd .navbar.opened {
  transition: all 0.3s;
}
.cid-usTviVaBmd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usTviVaBmd .navbar .navbar-logo img {
  width: auto;
}
.cid-usTviVaBmd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usTviVaBmd .navbar.collapsed {
  justify-content: center;
}
.cid-usTviVaBmd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usTviVaBmd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usTviVaBmd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usTviVaBmd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usTviVaBmd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usTviVaBmd .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-usTviVaBmd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usTviVaBmd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usTviVaBmd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usTviVaBmd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usTviVaBmd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usTviVaBmd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usTviVaBmd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usTviVaBmd .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-usTviVaBmd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usTviVaBmd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usTviVaBmd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usTviVaBmd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usTviVaBmd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usTviVaBmd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usTviVaBmd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usTviVaBmd .navbar.navbar-short {
  min-height: 60px;
}
.cid-usTviVaBmd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usTviVaBmd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usTviVaBmd .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-usTviVaBmd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usTviVaBmd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usTviVaBmd .dropdown-item.active,
.cid-usTviVaBmd .dropdown-item:active {
  background-color: transparent;
}
.cid-usTviVaBmd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usTviVaBmd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usTviVaBmd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usTviVaBmd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-usTviVaBmd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usTviVaBmd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usTviVaBmd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usTviVaBmd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usTviVaBmd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usTviVaBmd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usTviVaBmd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usTviVaBmd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usTviVaBmd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usTviVaBmd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usTviVaBmd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usTviVaBmd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usTviVaBmd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usTviVaBmd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usTviVaBmd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usTviVaBmd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usTviVaBmd .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-usTviVaBmd .navbar {
    height: 70px;
  }
  .cid-usTviVaBmd .navbar.opened {
    height: auto;
  }
  .cid-usTviVaBmd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usTviVyWAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-usTviVyWAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usTviVyWAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usTviWPnP8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usTviWPnP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usTviWPnP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usTviWPnP8 .mbr-section-subtitle {
  text-align: left;
}
.cid-usTviX7YDA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usTviX7YDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usTviX7YDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usTviX7YDA .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-usTviX7YDA .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-usTviX7YDA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usTviX7YDA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-usTviX7YDA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-usTviX7YDA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-usTviX7YDA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usTviX7YDA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-usTviX7YDA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usTviX7YDA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-usTviVQHuP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usTviVQHuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usTviVQHuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usTviVQHuP .mbr-section-subtitle {
  text-align: left;
}
.cid-usTviW8LwU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usTviW8LwU .carousel {
    min-height: 500px;
  }
  .cid-usTviW8LwU .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usTviW8LwU .carousel {
    min-height: 325px;
  }
  .cid-usTviW8LwU .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-usTviW8LwU .carousel {
    min-height: 275px;
  }
  .cid-usTviW8LwU .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-usTviW8LwU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-usTviW8LwU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-usTviW8LwU .carousel,
.cid-usTviW8LwU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usTviW8LwU .item-wrapper {
  width: 100%;
}
.cid-usTviW8LwU .carousel-caption {
  bottom: 40px;
}
.cid-usTviW8LwU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-usTviW8LwU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-usTviW8LwU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-usTviW8LwU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-usTviW8LwU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usTviW8LwU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usTviW8LwU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usTviW8LwU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usTviW8LwU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-usTviW8LwU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usTviW8LwU .carousel-indicators li.active,
.cid-usTviW8LwU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usTviW8LwU .carousel-indicators li::after,
.cid-usTviW8LwU .carousel-indicators li::before {
  content: none;
}
.cid-usTviW8LwU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usTviW8LwU .carousel-indicators {
    display: none !important;
  }
}
.cid-usTviXFZp1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usTviXFZp1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usTviXFZp1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-usTviXFZp1 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f92c50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #f92c50;
  color: #f92c50;
  content: "✓";
}
.cid-usTviXFZp1 .mbr-section-title {
  text-align: center;
}
.cid-usTviYqeTb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-usTviYqeTb .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-usTviYqeTb form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-usTviYqeTb form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-usTviYqeTb form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usTviYqeTb .mbr-section-title {
  color: #ffffff;
}
.cid-usTviYqeTb .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-ut5LFGT5L6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LFGT5L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LFGT5L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LFGT5L6 .mbr-section-title DIV {
  text-align: center;
}
.cid-ut5h7fXqVs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ut5h7fXqVs nav.navbar {
  position: fixed;
}
.cid-ut5h7fXqVs .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-ut5h7fXqVs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ut5h7fXqVs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ut5h7fXqVs .dropdown-item:hover,
.cid-ut5h7fXqVs .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-ut5h7fXqVs .dropdown-item:hover span {
  color: white;
}
.cid-ut5h7fXqVs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ut5h7fXqVs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ut5h7fXqVs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ut5h7fXqVs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ut5h7fXqVs .nav-link {
  position: relative;
}
.cid-ut5h7fXqVs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ut5h7fXqVs .container {
    flex-wrap: nowrap;
  }
}
.cid-ut5h7fXqVs .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ut5h7fXqVs .dropdown-menu,
.cid-ut5h7fXqVs .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-ut5h7fXqVs .nav-item:focus,
.cid-ut5h7fXqVs .nav-link:focus {
  outline: none;
}
.cid-ut5h7fXqVs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut5h7fXqVs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut5h7fXqVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut5h7fXqVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut5h7fXqVs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut5h7fXqVs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut5h7fXqVs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-ut5h7fXqVs .navbar.opened {
  transition: all 0.3s;
}
.cid-ut5h7fXqVs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut5h7fXqVs .navbar .navbar-logo img {
  width: auto;
}
.cid-ut5h7fXqVs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ut5h7fXqVs .navbar.collapsed {
  justify-content: center;
}
.cid-ut5h7fXqVs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut5h7fXqVs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ut5h7fXqVs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ut5h7fXqVs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut5h7fXqVs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut5h7fXqVs .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-ut5h7fXqVs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut5h7fXqVs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut5h7fXqVs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ut5h7fXqVs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut5h7fXqVs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut5h7fXqVs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut5h7fXqVs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut5h7fXqVs .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-ut5h7fXqVs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ut5h7fXqVs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ut5h7fXqVs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut5h7fXqVs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ut5h7fXqVs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut5h7fXqVs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ut5h7fXqVs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ut5h7fXqVs .navbar.navbar-short {
  min-height: 60px;
}
.cid-ut5h7fXqVs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ut5h7fXqVs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ut5h7fXqVs .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-ut5h7fXqVs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut5h7fXqVs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut5h7fXqVs .dropdown-item.active,
.cid-ut5h7fXqVs .dropdown-item:active {
  background-color: transparent;
}
.cid-ut5h7fXqVs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut5h7fXqVs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut5h7fXqVs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut5h7fXqVs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ut5h7fXqVs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ut5h7fXqVs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ut5h7fXqVs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut5h7fXqVs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ut5h7fXqVs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut5h7fXqVs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ut5h7fXqVs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut5h7fXqVs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut5h7fXqVs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut5h7fXqVs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut5h7fXqVs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut5h7fXqVs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut5h7fXqVs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut5h7fXqVs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut5h7fXqVs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ut5h7fXqVs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut5h7fXqVs .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-ut5h7fXqVs .navbar {
    height: 70px;
  }
  .cid-ut5h7fXqVs .navbar.opened {
    height: auto;
  }
  .cid-ut5h7fXqVs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut5h7gluCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptop-jacks-1200x564.webp");
}
.cid-ut5h7gluCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5h7gluCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5jDoVM38 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5jDoVM38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5jDoVM38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5jDoVM38 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ut5jDoVM38 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ut5jDoVM38 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4cb909;
}
.cid-ut5jDoVM38 .panel-body,
.cid-ut5jDoVM38 .card-header {
  padding: 1rem 0;
}
.cid-ut5jDoVM38 .panel-title-edit {
  color: #320707;
}
.cid-ut5jDoVM38 .panel-text {
  color: #232323;
}
.cid-ut5jHC0umI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5jHC0umI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5jHC0umI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5jHC0umI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ut5jHC0umI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ut5jHC0umI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4cb909;
}
.cid-ut5jHC0umI .panel-body,
.cid-ut5jHC0umI .card-header {
  padding: 1rem 0;
}
.cid-ut5jHC0umI .panel-title-edit {
  color: #320707;
}
.cid-ut5jIrWXQp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ut5jIrWXQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5jIrWXQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5jIrWXQp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ut5jIrWXQp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ut5jIrWXQp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4cb909;
}
.cid-ut5jIrWXQp .panel-body,
.cid-ut5jIrWXQp .card-header {
  padding: 1rem 0;
}
.cid-ut5jIrWXQp .panel-title-edit {
  color: #320707;
}
.cid-ut5h7icyXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ut5h7icyXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5h7icyXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5h7icyXs .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ut5h7icyXs .item-wrapper {
  background-color: #edefeb;
  border-radius: 4px;
}
.cid-ut5h7icyXs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ut5h7icyXs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ut5h7icyXs .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ut5h7icyXs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ut5h7icyXs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ut5h7icyXs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ut5h7icyXs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ut5h7icyXs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ut5h7gDJ9y {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ut5h7gDJ9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5h7gDJ9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5h7gDJ9y .mbr-section-subtitle {
  text-align: left;
}
.cid-ut5h7k05k5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-ut5h7k05k5 .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-ut5h7k05k5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ut5h7k05k5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ut5h7k05k5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ut5h7k05k5 .mbr-section-title {
  color: #ffffff;
}
.cid-ut5h7k05k5 .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-ut5LDBxTxZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LDBxTxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LDBxTxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LDBxTxZ .mbr-section-title DIV {
  text-align: center;
}
.cid-ut5GnTcH6W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ut5GnTcH6W nav.navbar {
  position: fixed;
}
.cid-ut5GnTcH6W .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-ut5GnTcH6W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ut5GnTcH6W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ut5GnTcH6W .dropdown-item:hover,
.cid-ut5GnTcH6W .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-ut5GnTcH6W .dropdown-item:hover span {
  color: white;
}
.cid-ut5GnTcH6W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ut5GnTcH6W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ut5GnTcH6W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ut5GnTcH6W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ut5GnTcH6W .nav-link {
  position: relative;
}
.cid-ut5GnTcH6W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ut5GnTcH6W .container {
    flex-wrap: nowrap;
  }
}
.cid-ut5GnTcH6W .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ut5GnTcH6W .dropdown-menu,
.cid-ut5GnTcH6W .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-ut5GnTcH6W .nav-item:focus,
.cid-ut5GnTcH6W .nav-link:focus {
  outline: none;
}
.cid-ut5GnTcH6W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut5GnTcH6W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut5GnTcH6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut5GnTcH6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut5GnTcH6W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut5GnTcH6W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut5GnTcH6W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-ut5GnTcH6W .navbar.opened {
  transition: all 0.3s;
}
.cid-ut5GnTcH6W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut5GnTcH6W .navbar .navbar-logo img {
  width: auto;
}
.cid-ut5GnTcH6W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ut5GnTcH6W .navbar.collapsed {
  justify-content: center;
}
.cid-ut5GnTcH6W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut5GnTcH6W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ut5GnTcH6W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ut5GnTcH6W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut5GnTcH6W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut5GnTcH6W .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-ut5GnTcH6W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut5GnTcH6W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut5GnTcH6W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ut5GnTcH6W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut5GnTcH6W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut5GnTcH6W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut5GnTcH6W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut5GnTcH6W .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-ut5GnTcH6W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ut5GnTcH6W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ut5GnTcH6W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut5GnTcH6W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ut5GnTcH6W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut5GnTcH6W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ut5GnTcH6W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ut5GnTcH6W .navbar.navbar-short {
  min-height: 60px;
}
.cid-ut5GnTcH6W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ut5GnTcH6W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ut5GnTcH6W .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-ut5GnTcH6W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut5GnTcH6W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut5GnTcH6W .dropdown-item.active,
.cid-ut5GnTcH6W .dropdown-item:active {
  background-color: transparent;
}
.cid-ut5GnTcH6W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut5GnTcH6W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut5GnTcH6W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut5GnTcH6W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ut5GnTcH6W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ut5GnTcH6W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ut5GnTcH6W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut5GnTcH6W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ut5GnTcH6W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut5GnTcH6W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ut5GnTcH6W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut5GnTcH6W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut5GnTcH6W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut5GnTcH6W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut5GnTcH6W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut5GnTcH6W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut5GnTcH6W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut5GnTcH6W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut5GnTcH6W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ut5GnTcH6W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut5GnTcH6W .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-ut5GnTcH6W .navbar {
    height: 70px;
  }
  .cid-ut5GnTcH6W .navbar.opened {
    height: auto;
  }
  .cid-ut5GnTcH6W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut5GnTIUYp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/replacing-usb-c-800x450.webp");
}
.cid-ut5GnTIUYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5GnTIUYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5GnUkUIz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ut5GnUkUIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5GnUkUIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5GnUkUIz .mbr-section-subtitle {
  text-align: left;
}
.cid-ut5GnUCrJB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-ut5GnUCrJB .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-ut5GnUCrJB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ut5GnUCrJB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ut5GnUCrJB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ut5GnUCrJB .mbr-section-title {
  color: #ffffff;
}
.cid-ut5GnUCrJB .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-ut5LL8vP7R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LL8vP7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LL8vP7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LL8vP7R .mbr-section-title DIV {
  text-align: center;
}
.cid-ut5Is0pfd2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ut5Is0pfd2 nav.navbar {
  position: fixed;
}
.cid-ut5Is0pfd2 .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-ut5Is0pfd2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ut5Is0pfd2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ut5Is0pfd2 .dropdown-item:hover,
.cid-ut5Is0pfd2 .dropdown-item:focus {
  background: #4cb909 !important;
  color: white !important;
}
.cid-ut5Is0pfd2 .dropdown-item:hover span {
  color: white;
}
.cid-ut5Is0pfd2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ut5Is0pfd2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ut5Is0pfd2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ut5Is0pfd2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ut5Is0pfd2 .nav-link {
  position: relative;
}
.cid-ut5Is0pfd2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ut5Is0pfd2 .container {
    flex-wrap: nowrap;
  }
}
.cid-ut5Is0pfd2 .iconfont-wrapper {
  color: #a6a99c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ut5Is0pfd2 .dropdown-menu,
.cid-ut5Is0pfd2 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-ut5Is0pfd2 .nav-item:focus,
.cid-ut5Is0pfd2 .nav-link:focus {
  outline: none;
}
.cid-ut5Is0pfd2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut5Is0pfd2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut5Is0pfd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut5Is0pfd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut5Is0pfd2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut5Is0pfd2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut5Is0pfd2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-ut5Is0pfd2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ut5Is0pfd2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut5Is0pfd2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ut5Is0pfd2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ut5Is0pfd2 .navbar.collapsed {
  justify-content: center;
}
.cid-ut5Is0pfd2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut5Is0pfd2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ut5Is0pfd2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ut5Is0pfd2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut5Is0pfd2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut5Is0pfd2 .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-ut5Is0pfd2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut5Is0pfd2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut5Is0pfd2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ut5Is0pfd2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut5Is0pfd2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut5Is0pfd2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut5Is0pfd2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut5Is0pfd2 .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-ut5Is0pfd2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ut5Is0pfd2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ut5Is0pfd2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut5Is0pfd2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ut5Is0pfd2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut5Is0pfd2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ut5Is0pfd2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ut5Is0pfd2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ut5Is0pfd2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ut5Is0pfd2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ut5Is0pfd2 .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-ut5Is0pfd2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut5Is0pfd2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut5Is0pfd2 .dropdown-item.active,
.cid-ut5Is0pfd2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ut5Is0pfd2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut5Is0pfd2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut5Is0pfd2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut5Is0pfd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ut5Is0pfd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ut5Is0pfd2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ut5Is0pfd2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut5Is0pfd2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ut5Is0pfd2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut5Is0pfd2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ut5Is0pfd2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut5Is0pfd2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut5Is0pfd2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut5Is0pfd2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut5Is0pfd2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut5Is0pfd2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut5Is0pfd2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut5Is0pfd2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut5Is0pfd2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ut5Is0pfd2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut5Is0pfd2 .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-ut5Is0pfd2 .navbar {
    height: 70px;
  }
  .cid-ut5Is0pfd2 .navbar.opened {
    height: auto;
  }
  .cid-ut5Is0pfd2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut5Is0L56y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/replacing-usb-c-800x450.webp");
}
.cid-ut5Is0L56y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5Is0L56y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5Is16fVW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ut5Is16fVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5Is16fVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5Is16fVW .mbr-section-subtitle {
  text-align: left;
}
.cid-ut5Is1pCDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-ut5Is1pCDD .mbr-overlay {
  background-color: #00153c;
  opacity: 0.8;
}
.cid-ut5Is1pCDD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ut5Is1pCDD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ut5Is1pCDD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ut5Is1pCDD .mbr-section-title {
  color: #ffffff;
}
.cid-ut5Is1pCDD .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-ut5LMSnOet {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut5LMSnOet .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut5LMSnOet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut5LMSnOet .mbr-section-title DIV {
  text-align: center;
}
