body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #09bffc !important;
}
.bg-info {
  background-color: #11717a !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #09bffc !important;
  border-color: #09bffc !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #039ccf !important;
  border-color: #039ccf !important;
}
.btn-info,
.btn-info:active {
  background-color: #11717a !important;
  border-color: #11717a !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #0b484d !important;
  border-color: #0b484d !important;
}
.btn-success,
.btn-success:active {
  background-color: #09bffc !important;
  border-color: #09bffc !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #039ccf !important;
  border-color: #039ccf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ffffff;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #ffffff;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #09bffc !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #09bffc !important;
  border-color: #09bffc !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #09bffc;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #09bffc;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #11717a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #11717a !important;
  border-color: #11717a !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #11717a;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #11717a;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #09bffc !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #09bffc !important;
  border-color: #09bffc !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #09bffc;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #09bffc;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ffffff;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #ffffff;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ffffff;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ffffff;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #09bffc !important;
}
.text-success {
  color: #09bffc !important;
}
.text-info {
  color: #11717a !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e6e6e6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #039ccf !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #039ccf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b484d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e6e6e6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e6e6e6 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #11717a;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3f3fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #29d1e1;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #09bffc !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='%23ffffff' %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-s5yZTTo2DU {
  z-index: 1000;
  width: 100%;
}
.cid-s5yZTTo2DU nav.navbar {
  position: fixed;
}
.cid-s5yZTTo2DU img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yZTTo2DU .navbar-short {
  background: #0c346d !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yZTTo2DU .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yZTTo2DU .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(12, 52, 109, 0.2);
}
.cid-s5yZTTo2DU .navbar.opened {
  transition: all .3s;
}
.cid-s5yZTTo2DU .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yZTTo2DU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yZTTo2DU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yZTTo2DU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yZTTo2DU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yZTTo2DU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yZTTo2DU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yZTTo2DU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yZTTo2DU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yZTTo2DU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yZTTo2DU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yZTTo2DU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yZTTo2DU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yZTTo2DU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yZTTo2DU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yZTTo2DU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yZTTo2DU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yZTTo2DU .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yZTTo2DU .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yZTTo2DU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yZTTo2DU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yZTTo2DU .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yZTTo2DU .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yZTTo2DU .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #09bffc;
}
.cid-s5yZTTo2DU .nav-link:hover,
.cid-s5yZTTo2DU .nav-link:focus {
  color: #09bffc !important;
}
.cid-s5yZTTo2DU .nav-link:hover:before,
.cid-s5yZTTo2DU .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yZTTo2DU .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yZTTo2DU .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yZTTo2DU .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #09bffc;
}
.cid-s5yZTTo2DU .dropdown-item:hover,
.cid-s5yZTTo2DU .dropdown-item:focus {
  color: #09bffc !important;
  transform: translateX(10px);
}
.cid-s5yZTTo2DU .dropdown-item:hover:before,
.cid-s5yZTTo2DU .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yZTTo2DU .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yZTTo2DU .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #09bffc inset;
}
.cid-s5yZTTo2DU .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yZTTo2DU .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yZTTo2DU .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yZTTo2DU .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #09bffc;
}
.cid-s5yZTTo2DU .navbar-nav {
  margin: auto;
}
.cid-s5yZTTo2DU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yZTTo2DU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yZTTo2DU .container {
  display: flex;
  margin: auto;
}
.cid-s5yZTTo2DU .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yZTTo2DU .dropdown-menu,
.cid-s5yZTTo2DU .navbar.opened {
  background: #0c346d !important;
}
.cid-s5yZTTo2DU .nav-item:focus,
.cid-s5yZTTo2DU .nav-link:focus {
  outline: none;
}
.cid-s5yZTTo2DU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yZTTo2DU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yZTTo2DU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yZTTo2DU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yZTTo2DU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yZTTo2DU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yZTTo2DU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yZTTo2DU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yZTTo2DU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yZTTo2DU .dropdown-item.active,
.cid-s5yZTTo2DU .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yZTTo2DU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yZTTo2DU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yZTTo2DU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yZTTo2DU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c346d;
}
.cid-s5yZTTo2DU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yZTTo2DU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yZTTo2DU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yZTTo2DU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yZTTo2DU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yZTTo2DU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yZTTo2DU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yZTTo2DU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yZTTo2DU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yZTTo2DU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yZTTo2DU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yZTTo2DU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yZTTo2DU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yZTTo2DU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yZTTo2DU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yZTTo2DU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yZTTo2DU .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-s5yZTTo2DU .navbar {
    height: 77px;
  }
  .cid-s5yZTTo2DU .navbar.opened {
    height: auto;
  }
  .cid-s5yZTTo2DU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yZTTo2DU .navbar {
    background: #0c346d;
  }
  .cid-s5yZTTo2DU .nav-link {
    color: black!important;
  }
}
.cid-tEXlXcUthG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-touch-967x645.png");
}
.cid-tEXlXcUthG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tEXlXcUthG .mbr-text,
.cid-tEXlXcUthG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEXlXcUthG .mbr-section-title,
  .cid-tEXlXcUthG .mbr-section-btn,
  .cid-tEXlXcUthG .mbr-text {
    text-align: center;
  }
}
.cid-s5z0evULgQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-s5z0evULgQ .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-s5z0evULgQ .card:hover .card-wrapper,
.cid-s5z0evULgQ .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-s5z0evULgQ .main-sub-title {
  background: #f8f8f8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5z0evULgQ .img-wrapper {
  border-radius: 16px;
}
.cid-s5z0evULgQ .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-s5z0evULgQ .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-s5z0evULgQ .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-s5z0evULgQ .card-box {
    padding: 1rem;
  }
}
.cid-s5z0evULgQ img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-s5z0evULgQ .mbr-text,
.cid-s5z0evULgQ .mbr-section-btn {
  color: #33358c;
}
.cid-s5z0evULgQ .main-sub-title,
.cid-s5z0evULgQ .align-wrapper {
  color: #33358c;
}
.cid-s5z0evULgQ .mbr-section-title {
  color: #0c346d;
}
.cid-s5z3G3tRUQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-s5z3G3tRUQ .card-wrapper {
  display: flex;
}
.cid-s5z3G3tRUQ .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-s5z3G3tRUQ .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #47b5ed;
}
.cid-s5z3G3tRUQ .mbr-iconfont {
  font-size: 6rem;
  color: #0c0a3f;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s5z3G3tRUQ .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-s5z3G3tRUQ .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-s5z3G3tRUQ .card-text {
  color: #0c0a3f;
}
.cid-tF3dx9xcTZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tF3dx9xcTZ .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tF3dx9xcTZ .card:hover .card-wrapper,
.cid-tF3dx9xcTZ .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tF3dx9xcTZ .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tF3dx9xcTZ .img-wrapper {
  border-radius: 16px;
}
.cid-tF3dx9xcTZ .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tF3dx9xcTZ .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tF3dx9xcTZ .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tF3dx9xcTZ .card-box {
    padding: 1rem;
  }
}
.cid-tF3dx9xcTZ img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tF3dx9xcTZ .mbr-text,
.cid-tF3dx9xcTZ .mbr-section-btn {
  color: #33358c;
}
.cid-tF3dx9xcTZ .main-sub-title,
.cid-tF3dx9xcTZ .align-wrapper {
  color: #33358c;
}
.cid-tF3MwmUEux {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-tF3MwmUEux .card-wrapper {
  display: flex;
}
.cid-tF3MwmUEux .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-tF3MwmUEux .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #47b5ed;
}
.cid-tF3MwmUEux .mbr-iconfont {
  font-size: 6rem;
  color: #0c0a3f;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tF3MwmUEux .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tF3MwmUEux .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-tF3MwmUEux .card-text {
  color: #0c0a3f;
  text-align: left;
}
.cid-s5z6udHHZP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-s5z6udHHZP .mbr-text {
  color: #0c0a3f;
  text-align: center;
}
.cid-s5z6udHHZP .mbr-section-subtitle {
  color: #2299aa;
  text-align: center;
}
.cid-s5z6udHHZP .mbr-section-title {
  color: #ff9966;
  text-align: center;
}
.cid-s5z3CZ8bdU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ivms1-1-971x400.jpg");
}
.cid-s5z3CZ8bdU .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-s5z3CZ8bdU .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-s5z3CZ8bdU .col1 span {
  padding-right: 1.5rem;
}
.cid-s5z3CZ8bdU .col2 span {
  padding-left: 1.5rem;
}
.cid-s5z3CZ8bdU .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-s5z3CZ8bdU .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #09bffc;
}
@media (max-width: 992px) {
  .cid-s5z3CZ8bdU .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-s5z3CZ8bdU span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-s5z3CZ8bdU .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-s5z3CZ8bdU .card-text {
  color: #616161;
}
.cid-s5z0defyRI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-s5z0defyRI .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-s5z0defyRI .card {
  max-width: 100%;
}
.cid-s5z0defyRI .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-s5z0defyRI .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-s5z0defyRI .row {
  background: #ffffff;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-s5z0defyRI .row {
    margin: 0rem;
  }
}
.cid-s5z0defyRI .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-s5z0defyRI .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-s5z0defyRI .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-s5z0defyRI .container-fluid {
  overflow: hidden;
}
.cid-s5z0defyRI .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-s5z0defyRI .order {
    flex-direction: column;
  }
}
.cid-s5z0defyRI .card-title {
  transition: all 0.3s;
  color: #0c346d;
}
@media (min-width: 992px) {
  .cid-s5z0defyRI .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-s5z0defyRI .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s5z0defyRI .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-s5z0defyRI .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-s5z0defyRI .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-s5z0defyRI .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-s5z0defyRI .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-s5z0defyRI .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-s5z0defyRI .icon1 {
  color: #33358c;
}
.cid-s5z0defyRI .icon2 {
  color: #0c346d;
}
.cid-s5z0defyRI .icon3 {
  color: #0c346d;
}
.cid-s5z0defyRI .icon4 {
  color: #0c346d;
}
.cid-s5z0defyRI .icon5 {
  color: #0c346d;
}
.cid-s5z0defyRI .number1 {
  background: #33358c;
}
.cid-s5z0defyRI .number2 {
  background: #0c346d;
}
.cid-s5z0defyRI .number3 {
  background: #0c346d;
}
.cid-s5z0defyRI .number4 {
  background: #0c346d;
}
.cid-s5z0defyRI .number5 {
  background: #0c346d;
}
.cid-s5z0defyRI .number {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-s5z0defyRI .card-text {
  color: #0c346d;
  text-align: center;
}
.cid-s5z0defyRI .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tFgTgydWNx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-tFgTgydWNx .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tFgTgydWNx .col-title {
    margin-bottom: 40px;
  }
}
.cid-tFgTgydWNx .mbr-section-title {
  color: #2B2B2B;
}
.cid-tFgTgydWNx .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tFgTgydWNx .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tFgTgydWNx .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tFgTgydWNx .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-tFgTgydWNx .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFgTgydWNx .carousel {
    height: 380px;
  }
  .cid-tFgTgydWNx .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tFgTgydWNx .carousel {
    height: 320px;
  }
  .cid-tFgTgydWNx .carousel img {
    max-height: 320px;
  }
}
.cid-tFgTgydWNx .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tFgTgydWNx .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tFgTgydWNx .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tFgTgydWNx .carousel-inner {
    max-width: 460px;
  }
}
.cid-tFgTgydWNx .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tFgTgydWNx .item-wrapper {
  width: 100%;
}
.cid-tFgTgydWNx .carousel-caption {
  bottom: 30px;
}
.cid-tFgTgydWNx .mbr-section-subtitle {
  color: #47b5ed;
  text-align: left;
}
.cid-tFgTgydWNx .mbr-section-text {
  color: #0b0c23;
}
@media (max-width: 767px) {
  .cid-tFgTgydWNx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tFgTgydWNx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tFgTgydWNx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFgTgydWNx .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #5f6ad4;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tFgTgydWNx .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tFgTgydWNx .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tFgTgydWNx .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tFgTgydWNx .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tFgTgydWNx .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tFgTgydWNx .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tFgTgydWNx .carousel-indicators li.active,
.cid-tFgTgydWNx .carousel-indicators li:hover {
  background-color: #5f6ad4;
  height: 10px !important;
  width: 10px !important;
}
.cid-tFgTgydWNx .carousel-indicators li::after,
.cid-tFgTgydWNx .carousel-indicators li::before {
  content: none;
}
.cid-tFgTgydWNx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tFgTgydWNx .container,
.cid-tFgTgydWNx .container-fluid {
  position: relative;
}
.cid-tFgTgydWNx .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tFgTgydWNx .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tFgTgydWNx .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tFgTgydWNx .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #0c346d 27%, #0c346d 50%, #0c346d 79%);
}
.cid-tFgTgydWNx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-s5z3jEzwKt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 1;
}
.cid-s5z3jEzwKt .mbr-overlay {
  background-color: #f8f8f8;
  opacity: 0.8;
}
.cid-s5z3jEzwKt .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5z3jEzwKt .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-s5z3jEzwKt .btn:before {
  content: none;
}
.cid-s5z3jEzwKt .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-s5z3jEzwKt .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-s5z3jEzwKt .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-s5z3jEzwKt .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-s5z3jEzwKt .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-s5z3jEzwKt .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-s5z3jEzwKt h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-s5z3jEzwKt .form-control,
.cid-s5z3jEzwKt .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-s5z3jEzwKt textarea {
  min-height: 200px;
}
.cid-s5z3jEzwKt .form-control,
.cid-s5z3jEzwKt .field-input {
  padding: 0.5rem;
  background-color: #9fdbf8;
  border-color: #0c0a3f;
  color: #0c0a3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5z3jEzwKt .form-control::-webkit-input-placeholder,
.cid-s5z3jEzwKt .field-input::-webkit-input-placeholder,
.cid-s5z3jEzwKt .form-control::-webkit-input-placeholder,
.cid-s5z3jEzwKt .field-input::-webkit-input-placeholder {
  color: #0c0a3f;
}
.cid-s5z3jEzwKt .form-control:-moz-placeholder,
.cid-s5z3jEzwKt .field-input:-moz-placeholder,
.cid-s5z3jEzwKt .form-control:-moz-placeholder,
.cid-s5z3jEzwKt .field-input:-moz-placeholder {
  color: #0c0a3f;
}
.cid-s5z3jEzwKt .form-control:hover,
.cid-s5z3jEzwKt .field-input:hover,
.cid-s5z3jEzwKt .form-control:focus,
.cid-s5z3jEzwKt .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5z3jEzwKt .form-control:hover::-webkit-input-placeholder,
.cid-s5z3jEzwKt .field-input:hover::-webkit-input-placeholder,
.cid-s5z3jEzwKt .form-control:focus::-webkit-input-placeholder,
.cid-s5z3jEzwKt .field-input:focus::-webkit-input-placeholder,
.cid-s5z3jEzwKt .form-control:hover::-webkit-input-placeholder,
.cid-s5z3jEzwKt .field-input:hover::-webkit-input-placeholder,
.cid-s5z3jEzwKt .form-control:focus::-webkit-input-placeholder,
.cid-s5z3jEzwKt .field-input:focus::-webkit-input-placeholder {
  color: #0c0a3f;
}
.cid-s5z3jEzwKt .form-control:hover:-moz-placeholder,
.cid-s5z3jEzwKt .field-input:hover:-moz-placeholder,
.cid-s5z3jEzwKt .form-control:focus:-moz-placeholder,
.cid-s5z3jEzwKt .field-input:focus:-moz-placeholder,
.cid-s5z3jEzwKt .form-control:hover:-moz-placeholder,
.cid-s5z3jEzwKt .field-input:hover:-moz-placeholder,
.cid-s5z3jEzwKt .form-control:focus:-moz-placeholder,
.cid-s5z3jEzwKt .field-input:focus:-moz-placeholder {
  color: #0c0a3f;
}
.cid-s5z3jEzwKt .jq-number__spin:hover,
.cid-s5z3jEzwKt .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5z3jEzwKt .jq-number__spin {
  background-color: #9fdbf8;
  border-color: #0c0a3f;
  color: #0c0a3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5z3jEzwKt .jq-selectbox li,
.cid-s5z3jEzwKt .jq-selectbox li {
  background-color: #9fdbf8;
  color: #000000;
}
.cid-s5z3jEzwKt .jq-selectbox li:hover,
.cid-s5z3jEzwKt .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5z3jEzwKt .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5z3jEzwKt .jq-number__spin.minus:hover:after,
.cid-s5z3jEzwKt .jq-number__spin.plus:hover:after {
  border-top-color: #9fdbf8;
  border-bottom-color: #9fdbf8;
}
.cid-s5z3jEzwKt .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5z3jEzwKt .jq-number__spin.minus:after,
.cid-s5z3jEzwKt .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5z3jEzwKt input::-webkit-clear-button {
  display: none;
}
.cid-s5z3jEzwKt input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5z3jEzwKt input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5z3jEzwKt input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-s5z3jEzwKt .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-s5z3jEzwKt .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #0c0a3f;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-s5z3jEzwKt .card-wrapper:hover {
  border-color: black;
}
.cid-s5z3jEzwKt .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5z3jEzwKt .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5z3jEzwKt .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5z3jEzwKt .icon1 {
  background: #a8aaf1;
}
.cid-s5z3jEzwKt .icon2 {
  background: #ff9083;
}
.cid-s5z3jEzwKt .icon3 {
  background: #72dfe9;
}
.cid-s5z3jEzwKt .card-box {
  padding-left: 1rem;
}
.cid-s5z3jEzwKt .card {
  padding: 0;
}
.cid-s5z3jEzwKt .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5z3jEzwKt .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5z3jEzwKt .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5z3jEzwKt .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5z3jEzwKt .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-s5z3jEzwKt .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5z3jEzwKt .card-title {
  transition: all 0.3s;
  color: #0c0a3f;
}
@media (max-width: 992px) {
  .cid-s5z3jEzwKt .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-s5z3jEzwKt .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-s5z3jEzwKt .main-sub-title,
.cid-s5z3jEzwKt .align-wrapper {
  color: #33358c;
}
.cid-s5z3jEzwKt .card-text {
  color: #0c0a3f;
}
.cid-s5z3jEzwKt .mbr-section-title {
  color: #0c0a3f;
}
.cid-s5z3jEzwKt .mbr-section-subtitle {
  color: #0c346d;
}
.cid-s5z3iwNfiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s5z3iwNfiA .google-map {
  height: 30rem;
  position: relative;
}
.cid-s5z3iwNfiA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5z3iwNfiA .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-s5z3iwNfiA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5z3iwNfiA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5z3hf8pRx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-s5z3hf8pRx .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-s5z3hf8pRx img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-s5z3hf8pRx .icon1 {
  background: #a8aaf1;
}
.cid-s5z3hf8pRx .icon2 {
  background: #ff9083;
}
.cid-s5z3hf8pRx .icon3 {
  background: #72dfe9;
}
.cid-s5z3hf8pRx .card-box {
  padding-left: 1rem;
}
.cid-s5z3hf8pRx .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5z3hf8pRx .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5z3hf8pRx .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5z3hf8pRx .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5z3hf8pRx .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5z3hf8pRx .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5z3hf8pRx .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-s5z3hf8pRx .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-s5z3hf8pRx .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-s5z3hf8pRx .card-text {
  color: #ffffff;
}
.cid-s5z3hf8pRx .title {
  color: #ffffff;
}
.cid-tFgoPDE9mM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tFgoPDE9mM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFgoPDE9mM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFgoPDE9mM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFgoPDE9mM .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFgoPDE9mM .container-fluid .row {
  padding: 0;
}
.cid-tFgoPDE9mM .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tFgoPDE9mM .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tFgoPDE9mM .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tFgoPDE9mM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFgoPDE9mM .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tFgoPDE9mM .image-wrapper {
  position: relative;
}
.cid-tFgoPDE9mM .image-wrapper img {
  object-fit: cover;
}
.cid-tFgoPDE9mM .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tFgoPDE9mM .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tFgoPDE9mM .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tFgoPDE9mM .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tFgoPDE9mM .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tFgoPDE9mM .mbr-section-title {
  color: #000000;
}
.cid-tFgoPDE9mM .mbr-text {
  color: #0c0a3f;
}
.cid-s5yYv1LlBg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s5yYv1LlBg .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-s5yYv1LlBg .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-s5yYv1LlBg img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-s5yYv1LlBg .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYv1LlBg .wrapper {
  background: #f8f8f8;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-s5yYv1LlBg .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s5yYv1LlBg .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s5yYv1LlBg .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #09bffc;
}
.cid-s5yYv1LlBg .card-title {
  transition: all 0.3s;
  color: #0c0a3f;
}
@media (max-width: 992px) {
  .cid-s5yYv1LlBg .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-s5yYv1LlBg span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-s5yYv1LlBg .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-s5yYv1LlBg .main-text {
  color: #0c0a3f;
}
.cid-s5yYv1LlBg .card-text {
  color: #0c346d;
}
.cid-s5yYv1LlBg .main-title {
  color: #0c0a3f;
}
.cid-tF9vvf2L6M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/understanding-telematics-lr-1920x1000.jpg");
}
.cid-tF9vvf2L6M h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tF9vvf2L6M img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-tF9vvf2L6M img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-tF9vvf2L6M .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tF9vvf2L6M .mbr-section-subtitle {
  color: #767676;
}
.cid-tF9vvf2L6M .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tF9vvf2L6M .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tF9vvf2L6M svg {
  overflow: visible;
}
.cid-tF9vvf2L6M ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-tF9vvf2L6M path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tF9vvf2L6M .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tF9vvf2L6M .progress1 path {
  stroke: #ff9083;
}
.cid-tF9vvf2L6M .progress2 path {
  stroke: #72dfe9;
}
.cid-tF9vvf2L6M .progress3 path {
  stroke: #33358c;
}
.cid-tF9vvf2L6M .card-text {
  color: #767676;
}
.cid-tF9vvf2L6M .main-sub-title,
.cid-tF9vvf2L6M .align-wrapper {
  color: #33358c;
}
.cid-tF9vvf2L6M .main-text {
  color: #777d74;
}
.cid-tF9vvf2L6M .main-title {
  color: #ff9966;
}
.cid-tF9uTyukiY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  z-index: 2
;
}
.cid-tF9uTyukiY .nav-tabs .nav-item.open .nav-link:focus,
.cid-tF9uTyukiY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tF9uTyukiY .row {
  justify-content: space-between;
}
.cid-tF9uTyukiY img {
  border-radius: 8px;
}
.cid-tF9uTyukiY .tab-content {
  margin-bottom: 1rem;
}
.cid-tF9uTyukiY .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}
.cid-tF9uTyukiY .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-tF9uTyukiY .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tF9uTyukiY .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #0c346d !important;
  transition: all .5s;
}
.cid-tF9uTyukiY .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-tF9uTyukiY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-tF9uTyukiY .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-tF9uTyukiY .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-tF9uTyukiY .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-tF9uTyukiY P {
  color: #0b0c23;
}
@media (max-width: 576px) {
  .cid-tF9uTyukiY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tF9uTyukiY .mbr-text,
  .cid-tF9uTyukiY .nav-link {
    text-align: center;
  }
}
.cid-tF9uTyukiY .main-sub-title,
.cid-tF9uTyukiY .align-wrapper {
  color: #33358c;
}
.cid-tF9uTyukiY .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-tF9uTyukiY .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tF9uTyukiY .inline-wrapper {
  display: inline-block;
}
.cid-tF9uTyukiY .align-wrapper {
  width: 100%;
}
.cid-tF9uTyukiY .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tF9uTyukiY .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tF9uTyukiY .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tF9uTyukiY .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tF9uTyukiY .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-tF9uTyukiY .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #a8aaf1;
}
.cid-tF9uTyukiY .title,
.cid-tF9uTyukiY .link-align-wrapper {
  color: #6592e6;
}
.cid-tF9BcKsJpL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-tF9BcKsJpL .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tF9BcKsJpL .card:hover .card-wrapper,
.cid-tF9BcKsJpL .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tF9BcKsJpL .main-sub-title {
  background: #f8f8f8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tF9BcKsJpL .img-wrapper {
  border-radius: 16px;
}
.cid-tF9BcKsJpL .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tF9BcKsJpL .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tF9BcKsJpL .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tF9BcKsJpL .card-box {
    padding: 1rem;
  }
}
.cid-tF9BcKsJpL img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tF9BcKsJpL .mbr-text,
.cid-tF9BcKsJpL .mbr-section-btn {
  color: #33358c;
}
.cid-tF9BcKsJpL .main-sub-title,
.cid-tF9BcKsJpL .align-wrapper {
  color: #33358c;
}
.cid-tF9BcKsJpL .mbr-section-title {
  color: #0c0a3f;
}
.cid-tF9Cc2Sf53 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tF9Cc2Sf53 .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tF9Cc2Sf53 .card:hover .card-wrapper,
.cid-tF9Cc2Sf53 .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tF9Cc2Sf53 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tF9Cc2Sf53 .img-wrapper {
  border-radius: 16px;
}
.cid-tF9Cc2Sf53 .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tF9Cc2Sf53 .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tF9Cc2Sf53 .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tF9Cc2Sf53 .card-box {
    padding: 1rem;
  }
}
.cid-tF9Cc2Sf53 img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tF9Cc2Sf53 .mbr-text,
.cid-tF9Cc2Sf53 .mbr-section-btn {
  color: #33358c;
}
.cid-tF9Cc2Sf53 .main-sub-title,
.cid-tF9Cc2Sf53 .align-wrapper {
  color: #33358c;
}
.cid-s5yY03wZSv {
  z-index: 1000;
  width: 100%;
}
.cid-s5yY03wZSv nav.navbar {
  position: fixed;
}
.cid-s5yY03wZSv img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yY03wZSv .navbar-short {
  background: #0c346d !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yY03wZSv .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yY03wZSv .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(12, 52, 109, 0.2);
}
.cid-s5yY03wZSv .navbar.opened {
  transition: all .3s;
}
.cid-s5yY03wZSv .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yY03wZSv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yY03wZSv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yY03wZSv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yY03wZSv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yY03wZSv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yY03wZSv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yY03wZSv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yY03wZSv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yY03wZSv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yY03wZSv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yY03wZSv .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yY03wZSv .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yY03wZSv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yY03wZSv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yY03wZSv .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yY03wZSv .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yY03wZSv .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #09bffc;
}
.cid-s5yY03wZSv .nav-link:hover,
.cid-s5yY03wZSv .nav-link:focus {
  color: #09bffc !important;
}
.cid-s5yY03wZSv .nav-link:hover:before,
.cid-s5yY03wZSv .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yY03wZSv .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yY03wZSv .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yY03wZSv .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #09bffc;
}
.cid-s5yY03wZSv .dropdown-item:hover,
.cid-s5yY03wZSv .dropdown-item:focus {
  color: #09bffc !important;
  transform: translateX(10px);
}
.cid-s5yY03wZSv .dropdown-item:hover:before,
.cid-s5yY03wZSv .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yY03wZSv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #09bffc inset;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yY03wZSv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yY03wZSv .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #09bffc;
}
.cid-s5yY03wZSv .navbar-nav {
  margin: auto;
}
.cid-s5yY03wZSv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yY03wZSv .container {
  display: flex;
  margin: auto;
}
.cid-s5yY03wZSv .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yY03wZSv .dropdown-menu,
.cid-s5yY03wZSv .navbar.opened {
  background: #0c346d !important;
}
.cid-s5yY03wZSv .nav-item:focus,
.cid-s5yY03wZSv .nav-link:focus {
  outline: none;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yY03wZSv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yY03wZSv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yY03wZSv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yY03wZSv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yY03wZSv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yY03wZSv .dropdown-item.active,
.cid-s5yY03wZSv .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yY03wZSv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yY03wZSv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c346d;
}
.cid-s5yY03wZSv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yY03wZSv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yY03wZSv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yY03wZSv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yY03wZSv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yY03wZSv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yY03wZSv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yY03wZSv .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-s5yY03wZSv .navbar {
    height: 77px;
  }
  .cid-s5yY03wZSv .navbar.opened {
    height: auto;
  }
  .cid-s5yY03wZSv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yY03wZSv .navbar {
    background: #0c346d;
  }
  .cid-s5yY03wZSv .nav-link {
    color: black!important;
  }
}
.cid-tF9BdTNLLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tF9BdTNLLP .google-map {
  height: 30rem;
  position: relative;
}
.cid-tF9BdTNLLP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tF9BdTNLLP .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-tF9BdTNLLP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF9BdTNLLP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFfNAejI0r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/understanding-telematics-lr-1920x1000.jpg");
  z-index: 1;
}
.cid-tFfNAejI0r .mbr-overlay {
  background-color: #f8f8f8;
  opacity: 0.9;
}
.cid-tFfNAejI0r .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFfNAejI0r .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-tFfNAejI0r .btn:before {
  content: none;
}
.cid-tFfNAejI0r .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-tFfNAejI0r .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-tFfNAejI0r .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-tFfNAejI0r .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-tFfNAejI0r .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tFfNAejI0r .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-tFfNAejI0r h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-tFfNAejI0r .form-control,
.cid-tFfNAejI0r .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-tFfNAejI0r textarea {
  min-height: 200px;
}
.cid-tFfNAejI0r .form-control,
.cid-tFfNAejI0r .field-input {
  padding: 0.5rem;
  background-color: #9fdbf8;
  border-color: #0c0a3f;
  color: #0c0a3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFfNAejI0r .form-control::-webkit-input-placeholder,
.cid-tFfNAejI0r .field-input::-webkit-input-placeholder,
.cid-tFfNAejI0r .form-control::-webkit-input-placeholder,
.cid-tFfNAejI0r .field-input::-webkit-input-placeholder {
  color: #0c0a3f;
}
.cid-tFfNAejI0r .form-control:-moz-placeholder,
.cid-tFfNAejI0r .field-input:-moz-placeholder,
.cid-tFfNAejI0r .form-control:-moz-placeholder,
.cid-tFfNAejI0r .field-input:-moz-placeholder {
  color: #0c0a3f;
}
.cid-tFfNAejI0r .form-control:hover,
.cid-tFfNAejI0r .field-input:hover,
.cid-tFfNAejI0r .form-control:focus,
.cid-tFfNAejI0r .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFfNAejI0r .form-control:hover::-webkit-input-placeholder,
.cid-tFfNAejI0r .field-input:hover::-webkit-input-placeholder,
.cid-tFfNAejI0r .form-control:focus::-webkit-input-placeholder,
.cid-tFfNAejI0r .field-input:focus::-webkit-input-placeholder,
.cid-tFfNAejI0r .form-control:hover::-webkit-input-placeholder,
.cid-tFfNAejI0r .field-input:hover::-webkit-input-placeholder,
.cid-tFfNAejI0r .form-control:focus::-webkit-input-placeholder,
.cid-tFfNAejI0r .field-input:focus::-webkit-input-placeholder {
  color: #0c0a3f;
}
.cid-tFfNAejI0r .form-control:hover:-moz-placeholder,
.cid-tFfNAejI0r .field-input:hover:-moz-placeholder,
.cid-tFfNAejI0r .form-control:focus:-moz-placeholder,
.cid-tFfNAejI0r .field-input:focus:-moz-placeholder,
.cid-tFfNAejI0r .form-control:hover:-moz-placeholder,
.cid-tFfNAejI0r .field-input:hover:-moz-placeholder,
.cid-tFfNAejI0r .form-control:focus:-moz-placeholder,
.cid-tFfNAejI0r .field-input:focus:-moz-placeholder {
  color: #0c0a3f;
}
.cid-tFfNAejI0r .jq-number__spin:hover,
.cid-tFfNAejI0r .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFfNAejI0r .jq-number__spin {
  background-color: #9fdbf8;
  border-color: #0c0a3f;
  color: #0c0a3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFfNAejI0r .jq-selectbox li,
.cid-tFfNAejI0r .jq-selectbox li {
  background-color: #9fdbf8;
  color: #000000;
}
.cid-tFfNAejI0r .jq-selectbox li:hover,
.cid-tFfNAejI0r .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tFfNAejI0r .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFfNAejI0r .jq-number__spin.minus:hover:after,
.cid-tFfNAejI0r .jq-number__spin.plus:hover:after {
  border-top-color: #9fdbf8;
  border-bottom-color: #9fdbf8;
}
.cid-tFfNAejI0r .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFfNAejI0r .jq-number__spin.minus:after,
.cid-tFfNAejI0r .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tFfNAejI0r input::-webkit-clear-button {
  display: none;
}
.cid-tFfNAejI0r input::-webkit-inner-spin-button {
  display: none;
}
.cid-tFfNAejI0r input::-webkit-outer-spin-button {
  display: none;
}
.cid-tFfNAejI0r input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tFfNAejI0r .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-tFfNAejI0r .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #0c0a3f;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-tFfNAejI0r .card-wrapper:hover {
  border-color: black;
}
.cid-tFfNAejI0r .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFfNAejI0r .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFfNAejI0r .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFfNAejI0r .icon1 {
  background: #a8aaf1;
}
.cid-tFfNAejI0r .icon2 {
  background: #ff9083;
}
.cid-tFfNAejI0r .icon3 {
  background: #72dfe9;
}
.cid-tFfNAejI0r .card-box {
  padding-left: 1rem;
}
.cid-tFfNAejI0r .card {
  padding: 0;
}
.cid-tFfNAejI0r .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tFfNAejI0r .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFfNAejI0r .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFfNAejI0r .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFfNAejI0r .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-tFfNAejI0r .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-tFfNAejI0r .card-title {
  transition: all 0.3s;
  color: #0c0a3f;
}
@media (max-width: 992px) {
  .cid-tFfNAejI0r .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tFfNAejI0r .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tFfNAejI0r .main-sub-title,
.cid-tFfNAejI0r .align-wrapper {
  color: #33358c;
}
.cid-tFfNAejI0r .card-text {
  color: #0c0a3f;
}
.cid-tFfNAejI0r .mbr-section-title {
  color: #0c0a3f;
}
.cid-tFfNAejI0r .mbr-section-subtitle {
  color: #0c346d;
}
.cid-tFaEN7QXxt {
  z-index: 1000;
  width: 100%;
}
.cid-tFaEN7QXxt nav.navbar {
  position: fixed;
}
.cid-tFaEN7QXxt img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tFaEN7QXxt .navbar-short {
  background: #0c346d !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tFaEN7QXxt .navbar-short .nav-link {
  color: black!important;
}
.cid-tFaEN7QXxt .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(12, 52, 109, 0.2);
}
.cid-tFaEN7QXxt .navbar.opened {
  transition: all .3s;
}
.cid-tFaEN7QXxt .navbar .navbar-logo img {
  width: auto;
}
.cid-tFaEN7QXxt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFaEN7QXxt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFaEN7QXxt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFaEN7QXxt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFaEN7QXxt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFaEN7QXxt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFaEN7QXxt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFaEN7QXxt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFaEN7QXxt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFaEN7QXxt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFaEN7QXxt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFaEN7QXxt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFaEN7QXxt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFaEN7QXxt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFaEN7QXxt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-tFaEN7QXxt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFaEN7QXxt .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tFaEN7QXxt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFaEN7QXxt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFaEN7QXxt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFaEN7QXxt .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tFaEN7QXxt .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tFaEN7QXxt .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #09bffc;
}
.cid-tFaEN7QXxt .nav-link:hover,
.cid-tFaEN7QXxt .nav-link:focus {
  color: #09bffc !important;
}
.cid-tFaEN7QXxt .nav-link:hover:before,
.cid-tFaEN7QXxt .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tFaEN7QXxt .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tFaEN7QXxt .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tFaEN7QXxt .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #09bffc;
}
.cid-tFaEN7QXxt .dropdown-item:hover,
.cid-tFaEN7QXxt .dropdown-item:focus {
  color: #09bffc !important;
  transform: translateX(10px);
}
.cid-tFaEN7QXxt .dropdown-item:hover:before,
.cid-tFaEN7QXxt .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tFaEN7QXxt .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tFaEN7QXxt .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #09bffc inset;
}
.cid-tFaEN7QXxt .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFaEN7QXxt .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFaEN7QXxt .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tFaEN7QXxt .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #09bffc;
}
.cid-tFaEN7QXxt .navbar-nav {
  margin: auto;
}
.cid-tFaEN7QXxt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tFaEN7QXxt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFaEN7QXxt .container {
  display: flex;
  margin: auto;
}
.cid-tFaEN7QXxt .navbar-caption {
  padding-right: 4rem;
}
.cid-tFaEN7QXxt .dropdown-menu,
.cid-tFaEN7QXxt .navbar.opened {
  background: #0c346d !important;
}
.cid-tFaEN7QXxt .nav-item:focus,
.cid-tFaEN7QXxt .nav-link:focus {
  outline: none;
}
.cid-tFaEN7QXxt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFaEN7QXxt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tFaEN7QXxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFaEN7QXxt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFaEN7QXxt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFaEN7QXxt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFaEN7QXxt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFaEN7QXxt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFaEN7QXxt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFaEN7QXxt .dropdown-item.active,
.cid-tFaEN7QXxt .dropdown-item:active {
  background-color: transparent;
}
.cid-tFaEN7QXxt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFaEN7QXxt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFaEN7QXxt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFaEN7QXxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c346d;
}
.cid-tFaEN7QXxt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFaEN7QXxt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFaEN7QXxt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFaEN7QXxt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFaEN7QXxt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tFaEN7QXxt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tFaEN7QXxt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFaEN7QXxt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFaEN7QXxt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFaEN7QXxt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFaEN7QXxt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFaEN7QXxt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFaEN7QXxt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFaEN7QXxt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFaEN7QXxt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFaEN7QXxt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFaEN7QXxt .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-tFaEN7QXxt .navbar {
    height: 77px;
  }
  .cid-tFaEN7QXxt .navbar.opened {
    height: auto;
  }
  .cid-tFaEN7QXxt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tFaEN7QXxt .navbar {
    background: #0c346d;
  }
  .cid-tFaEN7QXxt .nav-link {
    color: black!important;
  }
}
.cid-tFaEN8tSlO {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tFaEN8tSlO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tFaEN8tSlO .mbr-text,
.cid-tFaEN8tSlO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tFaEN8tSlO .mbr-section-title,
  .cid-tFaEN8tSlO .mbr-section-btn,
  .cid-tFaEN8tSlO .mbr-text {
    text-align: center;
  }
}
.cid-tFaFmhoksk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-tFaFmhoksk .icon1 {
  background: #ffffff;
}
.cid-tFaFmhoksk .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-tFaFmhoksk .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-tFaFmhoksk .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-tFaFmhoksk .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFaFmhoksk .inline-wrapper {
  display: inline-block;
}
.cid-tFaFmhoksk .align-wrapper {
  width: 100%;
}
.cid-tFaFmhoksk .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-tFaFmhoksk .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFaFmhoksk .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFaFmhoksk .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFaFmhoksk .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #ffffff;
  position: relative;
}
.cid-tFaFmhoksk .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-tFaFmhoksk img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-tFaFmhoksk img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-tFaFmhoksk .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tFaFmhoksk .mbr-section-subtitle {
  color: #767676;
}
.cid-tFaFmhoksk .main-sub-title {
  background: #ffffff;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFaFmhoksk .card-text {
  color: #767676;
}
.cid-tFaFmhoksk .main-sub-title,
.cid-tFaFmhoksk .align-wrapper {
  color: #33358c;
}
.cid-tFaFmhoksk .main-text {
  color: #777d74;
}
.cid-tFaFmhoksk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tFaFmhoksk .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-tFaFmhoksk .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tFaFmhoksk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tFaFmhoksk a.close:hover {
  color: #ffffff;
}
.cid-tFaFmhoksk .main-title {
  color: #0c0a3f;
  text-align: left;
}
.cid-tFaFmhoksk .main-text,
.cid-tFaFmhoksk .link-align-wrapper {
  color: #42424c;
}
.cid-tFaIbFP6iD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-tFaIbFP6iD .card-wrapper {
  display: flex;
}
.cid-tFaIbFP6iD .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-tFaIbFP6iD .card-number {
  width: 70px;
  text-align: center;
  color: #ffb18a;
}
.cid-tFaIbFP6iD .card-title {
  transition: all 0.3s;
  color: #0c0a3f;
}
@media (max-width: 1600px) {
  .cid-tFaIbFP6iD .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tFaIbFP6iD .card-number {
    text-align: center;
    margin: auto;
  }
}
.cid-tFaIbFP6iD .card-text {
  color: #1c1c25;
}
.cid-tFfSgcXFKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFfSgcXFKI .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tFfSgcXFKI .card:hover .card-wrapper,
.cid-tFfSgcXFKI .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tFfSgcXFKI .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFfSgcXFKI .img-wrapper {
  border-radius: 16px;
}
.cid-tFfSgcXFKI .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tFfSgcXFKI .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFfSgcXFKI .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tFfSgcXFKI .card-box {
    padding: 1rem;
  }
}
.cid-tFfSgcXFKI img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tFfSgcXFKI .mbr-text,
.cid-tFfSgcXFKI .mbr-section-btn {
  color: #33358c;
}
.cid-tFfSgcXFKI .main-sub-title,
.cid-tFfSgcXFKI .align-wrapper {
  color: #33358c;
}
.cid-tFaNCNSdOd {
  background-color: #fbfbfb;
}
.cid-tFaNCNSdOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFaNCNSdOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFaNCNSdOd .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-tFaNCNSdOd .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tFaNCNSdOd .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tFaNCNSdOd .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tFaNCNSdOd .mbr-section-title {
    width: 100%;
  }
}
.cid-tFaNCNSdOd .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tFaNCNSdOd .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tFaNCNSdOd .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-tFaNCNSdOd .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-tFaNCNSdOd .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-tFaNCNSdOd .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-tFaNCNSdOd .list-title {
  color: #0c0a3f;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-tFaNCNSdOd .list-title {
    padding-bottom: 20px;
  }
}
.cid-tFaNCNSdOd .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #0b0c23;
  text-align: left;
}
.cid-tFaNCNSdOd li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-tFaNCNSdOd ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #ee2524;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-tFaEN8YFkX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-tFaEN8YFkX .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tFaEN8YFkX .card:hover .card-wrapper,
.cid-tFaEN8YFkX .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tFaEN8YFkX .main-sub-title {
  background: #f8f8f8;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFaEN8YFkX .img-wrapper {
  border-radius: 16px;
}
.cid-tFaEN8YFkX .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tFaEN8YFkX .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFaEN8YFkX .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tFaEN8YFkX .card-box {
    padding: 1rem;
  }
}
.cid-tFaEN8YFkX img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tFaEN8YFkX .mbr-text,
.cid-tFaEN8YFkX .mbr-section-btn {
  color: #33358c;
}
.cid-tFaEN8YFkX .main-sub-title,
.cid-tFaEN8YFkX .align-wrapper {
  color: #33358c;
}
.cid-tFaEN8YFkX .mbr-section-title {
  color: #0c346d;
}
.cid-tFaEN9tn48 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-tFaEN9tn48 .card-wrapper {
  display: flex;
}
.cid-tFaEN9tn48 .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-tFaEN9tn48 .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #47b5ed;
}
.cid-tFaEN9tn48 .mbr-iconfont {
  font-size: 6rem;
  color: #0c0a3f;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tFaEN9tn48 .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tFaEN9tn48 .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-tFaEN9tn48 .card-text {
  color: #0c0a3f;
}
.cid-tFaEN9WEq7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dash-two-1545x721.jpg");
}
.cid-tFaEN9WEq7 .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tFaEN9WEq7 .card:hover .card-wrapper,
.cid-tFaEN9WEq7 .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tFaEN9WEq7 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFaEN9WEq7 .img-wrapper {
  border-radius: 16px;
}
.cid-tFaEN9WEq7 .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tFaEN9WEq7 .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFaEN9WEq7 .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tFaEN9WEq7 .card-box {
    padding: 1rem;
  }
}
.cid-tFaEN9WEq7 img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tFaEN9WEq7 .mbr-text,
.cid-tFaEN9WEq7 .mbr-section-btn {
  color: #33358c;
}
.cid-tFaEN9WEq7 .main-sub-title,
.cid-tFaEN9WEq7 .align-wrapper {
  color: #33358c;
}
.cid-tFaENav6Zk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gps-fleet-1920x626.png");
}
.cid-tFaENav6Zk .card-wrapper {
  display: flex;
}
.cid-tFaENav6Zk .card-wrapper:hover .card-title {
  color: #09bffc;
}
.cid-tFaENav6Zk .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #47b5ed;
}
.cid-tFaENav6Zk .mbr-iconfont {
  font-size: 6rem;
  color: #0c0a3f;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tFaENav6Zk .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tFaENav6Zk .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-tFaENav6Zk .card-text {
  color: #0c0a3f;
}
.cid-tFaENcrxjo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefec;
  overflow: hidden;
}
.cid-tFaENcrxjo .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tFaENcrxjo .col-title {
    margin-bottom: 40px;
  }
}
.cid-tFaENcrxjo .mbr-section-title {
  color: #2B2B2B;
}
.cid-tFaENcrxjo .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tFaENcrxjo .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tFaENcrxjo .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tFaENcrxjo .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-tFaENcrxjo .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFaENcrxjo .carousel {
    height: 380px;
  }
  .cid-tFaENcrxjo .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tFaENcrxjo .carousel {
    height: 320px;
  }
  .cid-tFaENcrxjo .carousel img {
    max-height: 320px;
  }
}
.cid-tFaENcrxjo .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tFaENcrxjo .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tFaENcrxjo .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tFaENcrxjo .carousel-inner {
    max-width: 460px;
  }
}
.cid-tFaENcrxjo .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tFaENcrxjo .item-wrapper {
  width: 100%;
}
.cid-tFaENcrxjo .carousel-caption {
  bottom: 30px;
}
.cid-tFaENcrxjo .mbr-section-subtitle {
  color: #47b5ed;
  text-align: left;
}
.cid-tFaENcrxjo .mbr-section-text {
  color: #0b0c23;
}
@media (max-width: 767px) {
  .cid-tFaENcrxjo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tFaENcrxjo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tFaENcrxjo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFaENcrxjo .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #5f6ad4;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tFaENcrxjo .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tFaENcrxjo .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tFaENcrxjo .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tFaENcrxjo .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tFaENcrxjo .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tFaENcrxjo .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tFaENcrxjo .carousel-indicators li.active,
.cid-tFaENcrxjo .carousel-indicators li:hover {
  background-color: #5f6ad4;
  height: 10px !important;
  width: 10px !important;
}
.cid-tFaENcrxjo .carousel-indicators li::after,
.cid-tFaENcrxjo .carousel-indicators li::before {
  content: none;
}
.cid-tFaENcrxjo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tFaENcrxjo .container,
.cid-tFaENcrxjo .container-fluid {
  position: relative;
}
.cid-tFaENcrxjo .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tFaENcrxjo .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tFaENcrxjo .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tFaENcrxjo .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tFaENcrxjo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tFaENdux8l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tFaENdux8l .google-map {
  height: 30rem;
  position: relative;
}
.cid-tFaENdux8l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFaENdux8l .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-tFaENdux8l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFaENdux8l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFaENeoIM3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c0a3f;
  z-index: 0;
}
.cid-tFaENeoIM3 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-tFaENeoIM3 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-tFaENeoIM3 .icon1 {
  background: #0c0a3f;
}
.cid-tFaENeoIM3 .icon2 {
  background: #0c0a3f;
}
.cid-tFaENeoIM3 .icon3 {
  background: #0c0a3f;
}
.cid-tFaENeoIM3 .card-box {
  padding-left: 1rem;
}
.cid-tFaENeoIM3 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tFaENeoIM3 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFaENeoIM3 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFaENeoIM3 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFaENeoIM3 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tFaENeoIM3 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-tFaENeoIM3 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-tFaENeoIM3 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tFaENeoIM3 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tFaENeoIM3 .card-text {
  color: #f8f8f8;
  text-align: left;
}
.cid-tFaENeoIM3 .title {
  color: #ffffff;
}
.cid-tFfNTFILdu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/understanding-telematics-lr-1920x1000.jpg");
  z-index: 1;
}
.cid-tFfNTFILdu .mbr-overlay {
  background-color: #f8f8f8;
  opacity: 0.9;
}
.cid-tFfNTFILdu .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tFfNTFILdu .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-tFfNTFILdu .btn:before {
  content: none;
}
.cid-tFfNTFILdu .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-tFfNTFILdu .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-tFfNTFILdu .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-tFfNTFILdu .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-tFfNTFILdu .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tFfNTFILdu .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-tFfNTFILdu h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-tFfNTFILdu .form-control,
.cid-tFfNTFILdu .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-tFfNTFILdu textarea {
  min-height: 200px;
}
.cid-tFfNTFILdu .form-control,
.cid-tFfNTFILdu .field-input {
  padding: 0.5rem;
  background-color: #9fdbf8;
  border-color: #0c0a3f;
  color: #0c0a3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFfNTFILdu .form-control::-webkit-input-placeholder,
.cid-tFfNTFILdu .field-input::-webkit-input-placeholder,
.cid-tFfNTFILdu .form-control::-webkit-input-placeholder,
.cid-tFfNTFILdu .field-input::-webkit-input-placeholder {
  color: #0c0a3f;
}
.cid-tFfNTFILdu .form-control:-moz-placeholder,
.cid-tFfNTFILdu .field-input:-moz-placeholder,
.cid-tFfNTFILdu .form-control:-moz-placeholder,
.cid-tFfNTFILdu .field-input:-moz-placeholder {
  color: #0c0a3f;
}
.cid-tFfNTFILdu .form-control:hover,
.cid-tFfNTFILdu .field-input:hover,
.cid-tFfNTFILdu .form-control:focus,
.cid-tFfNTFILdu .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFfNTFILdu .form-control:hover::-webkit-input-placeholder,
.cid-tFfNTFILdu .field-input:hover::-webkit-input-placeholder,
.cid-tFfNTFILdu .form-control:focus::-webkit-input-placeholder,
.cid-tFfNTFILdu .field-input:focus::-webkit-input-placeholder,
.cid-tFfNTFILdu .form-control:hover::-webkit-input-placeholder,
.cid-tFfNTFILdu .field-input:hover::-webkit-input-placeholder,
.cid-tFfNTFILdu .form-control:focus::-webkit-input-placeholder,
.cid-tFfNTFILdu .field-input:focus::-webkit-input-placeholder {
  color: #0c0a3f;
}
.cid-tFfNTFILdu .form-control:hover:-moz-placeholder,
.cid-tFfNTFILdu .field-input:hover:-moz-placeholder,
.cid-tFfNTFILdu .form-control:focus:-moz-placeholder,
.cid-tFfNTFILdu .field-input:focus:-moz-placeholder,
.cid-tFfNTFILdu .form-control:hover:-moz-placeholder,
.cid-tFfNTFILdu .field-input:hover:-moz-placeholder,
.cid-tFfNTFILdu .form-control:focus:-moz-placeholder,
.cid-tFfNTFILdu .field-input:focus:-moz-placeholder {
  color: #0c0a3f;
}
.cid-tFfNTFILdu .jq-number__spin:hover,
.cid-tFfNTFILdu .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFfNTFILdu .jq-number__spin {
  background-color: #9fdbf8;
  border-color: #0c0a3f;
  color: #0c0a3f;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFfNTFILdu .jq-selectbox li,
.cid-tFfNTFILdu .jq-selectbox li {
  background-color: #9fdbf8;
  color: #000000;
}
.cid-tFfNTFILdu .jq-selectbox li:hover,
.cid-tFfNTFILdu .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tFfNTFILdu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFfNTFILdu .jq-number__spin.minus:hover:after,
.cid-tFfNTFILdu .jq-number__spin.plus:hover:after {
  border-top-color: #9fdbf8;
  border-bottom-color: #9fdbf8;
}
.cid-tFfNTFILdu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFfNTFILdu .jq-number__spin.minus:after,
.cid-tFfNTFILdu .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tFfNTFILdu input::-webkit-clear-button {
  display: none;
}
.cid-tFfNTFILdu input::-webkit-inner-spin-button {
  display: none;
}
.cid-tFfNTFILdu input::-webkit-outer-spin-button {
  display: none;
}
.cid-tFfNTFILdu input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tFfNTFILdu .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-tFfNTFILdu .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #0c0a3f;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-tFfNTFILdu .card-wrapper:hover {
  border-color: black;
}
.cid-tFfNTFILdu .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFfNTFILdu .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFfNTFILdu .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFfNTFILdu .icon1 {
  background: #a8aaf1;
}
.cid-tFfNTFILdu .icon2 {
  background: #ff9083;
}
.cid-tFfNTFILdu .icon3 {
  background: #72dfe9;
}
.cid-tFfNTFILdu .card-box {
  padding-left: 1rem;
}
.cid-tFfNTFILdu .card {
  padding: 0;
}
.cid-tFfNTFILdu .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tFfNTFILdu .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tFfNTFILdu .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tFfNTFILdu .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tFfNTFILdu .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-tFfNTFILdu .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-tFfNTFILdu .card-title {
  transition: all 0.3s;
  color: #0c0a3f;
}
@media (max-width: 992px) {
  .cid-tFfNTFILdu .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tFfNTFILdu .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tFfNTFILdu .main-sub-title,
.cid-tFfNTFILdu .align-wrapper {
  color: #33358c;
}
.cid-tFfNTFILdu .card-text {
  color: #0c0a3f;
}
.cid-tFfNTFILdu .mbr-section-title {
  color: #0c0a3f;
}
.cid-tFfNTFILdu .mbr-section-subtitle {
  color: #0c346d;
}
.cid-tFfVEsYG8p {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tFfVEsYG8p .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tFfVEsYG8p .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tFfVEsYG8p .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tFfVEsYG8p .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tFfVEsYG8p .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tFfVEsYG8p .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tFfVEsYG8p .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tFfVEsYG8p .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tFfVEsYG8p .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #000000;
}
.cid-tFfVEsYG8p .item-img:hover {
  transform: translateY(-3px);
}
.cid-tFfVEsYG8p .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFfVEsYG8p .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tFfVEsYG8p .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tFfVEsYG8p .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tFfVEsYG8p .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tFWgXnJ5li {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tFWgXnJ5li .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tFWgXnJ5li .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tFWgXnJ5li .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tFWgXnJ5li .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tFWgXnJ5li .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tFWgXnJ5li .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tFWgXnJ5li .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tFWgXnJ5li .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tFWgXnJ5li .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #000000;
}
.cid-tFWgXnJ5li .item-img:hover {
  transform: translateY(-3px);
}
.cid-tFWgXnJ5li .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFWgXnJ5li .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tFWgXnJ5li .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tFWgXnJ5li .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tFWgXnJ5li .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tFWh9yFiiP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tFWh9yFiiP .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tFWh9yFiiP .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tFWh9yFiiP .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tFWh9yFiiP .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tFWh9yFiiP .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tFWh9yFiiP .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tFWh9yFiiP .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tFWh9yFiiP .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tFWh9yFiiP .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #000000;
}
.cid-tFWh9yFiiP .item-img:hover {
  transform: translateY(-3px);
}
.cid-tFWh9yFiiP .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFWh9yFiiP .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tFWh9yFiiP .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tFWh9yFiiP .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tFWh9yFiiP .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tFWh9EeqEe {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tFWh9EeqEe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tFWh9EeqEe .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tFWh9EeqEe .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tFWh9EeqEe .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-tFWh9EeqEe .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tFWh9EeqEe .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tFWh9EeqEe .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tFWh9EeqEe .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tFWh9EeqEe .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #000000;
}
.cid-tFWh9EeqEe .item-img:hover {
  transform: translateY(-3px);
}
.cid-tFWh9EeqEe .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFWh9EeqEe .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tFWh9EeqEe .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tFWh9EeqEe .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tFWh9EeqEe .mbr-section-btn {
  margin-top: 1rem;
}
