.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #385fa7 !important;
}
.bg-success {
  background-color: #6592e6 !important;
}
.bg-info {
  background-color: #8caff0 !important;
}
.bg-warning {
  background-color: #bed3f9 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #385fa7 !important;
  border-color: #385fa7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #223a66 !important;
  border-color: #223a66 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #223a66 !important;
  border-color: #223a66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  color: #1046a8 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1046a8 !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #385fa7;
  color: #385fa7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #223a66 !important;
  background-color: transparent!important;
  border-color: #223a66 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #385fa7 !important;
  border-color: #385fa7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8caff0;
  color: #8caff0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: #3f7ae6 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bed3f9;
  color: #bed3f9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6f9df2 !important;
  background-color: transparent!important;
  border-color: #6f9df2 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #385fa7 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #6592e6 !important;
}
.text-info {
  color: #8caff0 !important;
}
.text-warning {
  color: #bed3f9 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e345b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #205ac5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3270e4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6194f0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #385fa7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8caff0;
}
.alert-warning {
  background-color: #bed3f9;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #385fa7;
  border-color: #385fa7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #385fa7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #88a3d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #385fa7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #385fa7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #385fa7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #385fa7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #385fa7;
  border-bottom-color: #385fa7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #385fa7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4479d9 !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='%23385fa7' %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-uwRzy7pFKi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uwRzy7pFKi .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uwRzy7pFKi nav.navbar {
  position: fixed;
}
.cid-uwRzy7pFKi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRzy7pFKi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwRzy7pFKi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwRzy7pFKi .dropdown-item:hover,
.cid-uwRzy7pFKi .dropdown-item:focus {
  background: #385fa7 !important;
  color: white !important;
}
.cid-uwRzy7pFKi .dropdown-item:hover span {
  color: white;
}
.cid-uwRzy7pFKi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwRzy7pFKi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwRzy7pFKi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwRzy7pFKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwRzy7pFKi .nav-link {
  position: relative;
}
.cid-uwRzy7pFKi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwRzy7pFKi .container {
    flex-wrap: nowrap;
  }
}
.cid-uwRzy7pFKi .iconfont-wrapper {
  color: #385fa7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwRzy7pFKi .dropdown-menu,
.cid-uwRzy7pFKi .navbar.opened {
  background: #ffffff !important;
}
.cid-uwRzy7pFKi .nav-item:focus,
.cid-uwRzy7pFKi .nav-link:focus {
  outline: none;
}
.cid-uwRzy7pFKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwRzy7pFKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwRzy7pFKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwRzy7pFKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwRzy7pFKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwRzy7pFKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwRzy7pFKi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwRzy7pFKi .navbar.opened {
  transition: all 0.3s;
}
.cid-uwRzy7pFKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwRzy7pFKi .navbar .navbar-logo img {
  width: auto;
}
.cid-uwRzy7pFKi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwRzy7pFKi .navbar.collapsed {
  justify-content: center;
}
.cid-uwRzy7pFKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwRzy7pFKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwRzy7pFKi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwRzy7pFKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwRzy7pFKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwRzy7pFKi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwRzy7pFKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwRzy7pFKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwRzy7pFKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwRzy7pFKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwRzy7pFKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwRzy7pFKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwRzy7pFKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwRzy7pFKi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwRzy7pFKi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwRzy7pFKi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwRzy7pFKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwRzy7pFKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwRzy7pFKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwRzy7pFKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwRzy7pFKi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwRzy7pFKi .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwRzy7pFKi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwRzy7pFKi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwRzy7pFKi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwRzy7pFKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwRzy7pFKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwRzy7pFKi .dropdown-item.active,
.cid-uwRzy7pFKi .dropdown-item:active {
  background-color: transparent;
}
.cid-uwRzy7pFKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwRzy7pFKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwRzy7pFKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwRzy7pFKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwRzy7pFKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwRzy7pFKi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwRzy7pFKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwRzy7pFKi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwRzy7pFKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwRzy7pFKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-uwRzy7pFKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwRzy7pFKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRzy7pFKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwRzy7pFKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwRzy7pFKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRzy7pFKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwRzy7pFKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwRzy7pFKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwRzy7pFKi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwRzy7pFKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwRzy7pFKi .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-uwRzy7pFKi .navbar {
    height: 70px;
  }
  .cid-uwRzy7pFKi .navbar.opened {
    height: auto;
  }
  .cid-uwRzy7pFKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwSyiU7m3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagerecoverytrucks-800x249.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-uwSyiU7m3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwSyiU7m3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwSyiU7m3U .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uwSyiU7m3U .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uwSyiU7m3U .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-uwSyiU7m3U .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uwSyiU7m3U .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uwSyiU7m3U .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-uwSyiU7m3U .mbr-section-btn {
  margin-top: 10px;
}
.cid-uwWwOnVkF2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwWzD0HuhE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #385fa7;
  position: relative;
  overflow: hidden;
}
.cid-uwWzD0HuhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWzD0HuhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwWzD0HuhE .col-title {
  margin-bottom: 2.5rem;
}
.cid-uwWzD0HuhE .mbr-section-title {
  color: #1b1b6d;
}
.cid-uwWzD0HuhE .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uwWzD0HuhE .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uwWzD0HuhE .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 250px;
  height: 108px;
}
.cid-uwWzD0HuhE .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uwWzD0HuhE .mbr-section-btn {
  margin-top: 46px;
}
.cid-uwWzD0HuhE .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uwSDC70Gyr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwSDC70Gyr img,
.cid-uwSDC70Gyr .item-img {
  width: 100%;
}
.cid-uwSDC70Gyr .item:focus,
.cid-uwSDC70Gyr span:focus {
  outline: none;
}
.cid-uwSDC70Gyr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uwSDC70Gyr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e0e0e0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uwSDC70Gyr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uwSDC70Gyr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwSDC70Gyr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uwSDC70Gyr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uwSDC70Gyr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwSDC70Gyr .mbr-section-title {
  color: #232323;
}
.cid-uwSDC70Gyr .mbr-text,
.cid-uwSDC70Gyr .mbr-section-btn {
  text-align: left;
}
.cid-uwSDC70Gyr .item-title {
  text-align: left;
}
.cid-uwSDC70Gyr .item-subtitle {
  text-align: left;
}
.cid-uwXx0ccbdz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwXx0ccbdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwXx0ccbdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwXx0ccbdz .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uwXx0ccbdz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uwXx0ccbdz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uwXx0ccbdz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uwXx0ccbdz .mbr-text,
.cid-uwXx0ccbdz .mbr-section-btn {
  color: #ffffff;
}
.cid-uwXx0ccbdz .card-title,
.cid-uwXx0ccbdz .card-box {
  text-align: left;
}
.cid-uwSSQANhP1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwSSQANhP1 img {
  width: 180px;
  margin: auto;
}
.cid-uwSSQANhP1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uwSSQANhP1 .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uwSSQANhP1 .card {
    max-width: 20%;
  }
}
.cid-uwSSQANhP1 .mbr-section-title {
  color: #4e423d;
}
.cid-uwT7jdTJyW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #385fa7;
}
.cid-uwT7jdTJyW .mbr-text {
  color: #000000;
  font-weight: 500;
}
.cid-uwT7jdTJyW .container {
  max-width: 1300px;
}
.cid-uwWDR0czCB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uwWDR0czCB .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uwWDR0czCB nav.navbar {
  position: fixed;
}
.cid-uwWDR0czCB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDR0czCB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwWDR0czCB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwWDR0czCB .dropdown-item:hover,
.cid-uwWDR0czCB .dropdown-item:focus {
  background: #385fa7 !important;
  color: white !important;
}
.cid-uwWDR0czCB .dropdown-item:hover span {
  color: white;
}
.cid-uwWDR0czCB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwWDR0czCB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwWDR0czCB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwWDR0czCB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwWDR0czCB .nav-link {
  position: relative;
}
.cid-uwWDR0czCB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwWDR0czCB .container {
    flex-wrap: nowrap;
  }
}
.cid-uwWDR0czCB .iconfont-wrapper {
  color: #385fa7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwWDR0czCB .dropdown-menu,
.cid-uwWDR0czCB .navbar.opened {
  background: #ffffff !important;
}
.cid-uwWDR0czCB .nav-item:focus,
.cid-uwWDR0czCB .nav-link:focus {
  outline: none;
}
.cid-uwWDR0czCB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwWDR0czCB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwWDR0czCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwWDR0czCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDR0czCB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwWDR0czCB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwWDR0czCB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwWDR0czCB .navbar.opened {
  transition: all 0.3s;
}
.cid-uwWDR0czCB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwWDR0czCB .navbar .navbar-logo img {
  width: auto;
}
.cid-uwWDR0czCB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwWDR0czCB .navbar.collapsed {
  justify-content: center;
}
.cid-uwWDR0czCB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwWDR0czCB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwWDR0czCB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwWDR0czCB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwWDR0czCB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwWDR0czCB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwWDR0czCB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwWDR0czCB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwWDR0czCB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwWDR0czCB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwWDR0czCB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwWDR0czCB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwWDR0czCB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwWDR0czCB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwWDR0czCB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwWDR0czCB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwWDR0czCB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwWDR0czCB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwWDR0czCB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwWDR0czCB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwWDR0czCB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwWDR0czCB .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwWDR0czCB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwWDR0czCB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwWDR0czCB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwWDR0czCB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwWDR0czCB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwWDR0czCB .dropdown-item.active,
.cid-uwWDR0czCB .dropdown-item:active {
  background-color: transparent;
}
.cid-uwWDR0czCB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwWDR0czCB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwWDR0czCB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwWDR0czCB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwWDR0czCB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwWDR0czCB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwWDR0czCB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwWDR0czCB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwWDR0czCB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwWDR0czCB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-uwWDR0czCB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwWDR0czCB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDR0czCB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDR0czCB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwWDR0czCB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDR0czCB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwWDR0czCB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwWDR0czCB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDR0czCB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwWDR0czCB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwWDR0czCB .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-uwWDR0czCB .navbar {
    height: 70px;
  }
  .cid-uwWDR0czCB .navbar.opened {
    height: auto;
  }
  .cid-uwWDR0czCB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwWDR1qKby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagerecoverytrucks-800x249.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-uwWDR1qKby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWDR1qKby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwWDR1qKby .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uwWDR1qKby .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uwWDR1qKby .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-uwWDR1qKby .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uwWDR1qKby .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uwWDR1qKby .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-uwWDR1qKby .mbr-section-btn {
  margin-top: 10px;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2i p {
  font-size: 60px;
  color: #777;
}
.cid-uwWDR23jWW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #385fa7;
  position: relative;
  overflow: hidden;
}
.cid-uwWDR23jWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWDR23jWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwWDR23jWW .col-title {
  margin-bottom: 2.5rem;
}
.cid-uwWDR23jWW .mbr-section-title {
  color: #1b1b6d;
}
.cid-uwWDR23jWW .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-uwWDR23jWW .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-uwWDR23jWW .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 250px;
  height: 108px;
}
.cid-uwWDR23jWW .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uwWDR23jWW .mbr-section-btn {
  margin-top: 46px;
}
.cid-uwWDR23jWW .bg-img {
  position: absolute;
  width: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uwWDR2MNJG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwWDR2MNJG img {
  width: 180px;
  margin: auto;
}
.cid-uwWDR2MNJG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uwWDR2MNJG .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uwWDR2MNJG .card {
    max-width: 20%;
  }
}
.cid-uwWDR2MNJG .mbr-section-title {
  color: #4e423d;
}
.cid-uwWDR34dVC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #385fa7;
}
.cid-uwWDR34dVC .mbr-text {
  color: #000000;
  font-weight: 500;
}
.cid-uwWDR34dVC .container {
  max-width: 1300px;
}
.cid-uwWDSAYMyR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uwWDSAYMyR .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uwWDSAYMyR nav.navbar {
  position: fixed;
}
.cid-uwWDSAYMyR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDSAYMyR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwWDSAYMyR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwWDSAYMyR .dropdown-item:hover,
.cid-uwWDSAYMyR .dropdown-item:focus {
  background: #385fa7 !important;
  color: white !important;
}
.cid-uwWDSAYMyR .dropdown-item:hover span {
  color: white;
}
.cid-uwWDSAYMyR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwWDSAYMyR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwWDSAYMyR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwWDSAYMyR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwWDSAYMyR .nav-link {
  position: relative;
}
.cid-uwWDSAYMyR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwWDSAYMyR .container {
    flex-wrap: nowrap;
  }
}
.cid-uwWDSAYMyR .iconfont-wrapper {
  color: #385fa7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwWDSAYMyR .dropdown-menu,
.cid-uwWDSAYMyR .navbar.opened {
  background: #ffffff !important;
}
.cid-uwWDSAYMyR .nav-item:focus,
.cid-uwWDSAYMyR .nav-link:focus {
  outline: none;
}
.cid-uwWDSAYMyR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwWDSAYMyR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwWDSAYMyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwWDSAYMyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDSAYMyR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwWDSAYMyR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwWDSAYMyR .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwWDSAYMyR .navbar.opened {
  transition: all 0.3s;
}
.cid-uwWDSAYMyR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwWDSAYMyR .navbar .navbar-logo img {
  width: auto;
}
.cid-uwWDSAYMyR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwWDSAYMyR .navbar.collapsed {
  justify-content: center;
}
.cid-uwWDSAYMyR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwWDSAYMyR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwWDSAYMyR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwWDSAYMyR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwWDSAYMyR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwWDSAYMyR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwWDSAYMyR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwWDSAYMyR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwWDSAYMyR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwWDSAYMyR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwWDSAYMyR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwWDSAYMyR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwWDSAYMyR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwWDSAYMyR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwWDSAYMyR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwWDSAYMyR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwWDSAYMyR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwWDSAYMyR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwWDSAYMyR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwWDSAYMyR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwWDSAYMyR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwWDSAYMyR .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwWDSAYMyR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwWDSAYMyR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwWDSAYMyR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwWDSAYMyR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwWDSAYMyR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwWDSAYMyR .dropdown-item.active,
.cid-uwWDSAYMyR .dropdown-item:active {
  background-color: transparent;
}
.cid-uwWDSAYMyR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwWDSAYMyR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwWDSAYMyR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwWDSAYMyR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwWDSAYMyR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwWDSAYMyR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwWDSAYMyR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwWDSAYMyR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwWDSAYMyR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwWDSAYMyR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-uwWDSAYMyR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwWDSAYMyR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDSAYMyR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDSAYMyR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwWDSAYMyR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDSAYMyR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwWDSAYMyR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwWDSAYMyR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDSAYMyR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwWDSAYMyR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwWDSAYMyR .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-uwWDSAYMyR .navbar {
    height: 70px;
  }
  .cid-uwWDSAYMyR .navbar.opened {
    height: auto;
  }
  .cid-uwWDSAYMyR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwWDSBEhqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagerecoverytrucks-800x249.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-uwWDSBEhqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWDSBEhqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwWDSBEhqA .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uwWDSBEhqA .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uwWDSBEhqA .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-uwWDSBEhqA .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uwWDSBEhqA .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uwWDSBEhqA .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-uwWDSBEhqA .mbr-section-btn {
  margin-top: 10px;
}
.cid-uwWUHU11QY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwWUHU11QY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWUHU11QY h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-uwWUHU11QY h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #385fa7;
  z-index: -1;
}
.cid-uwWUHU11QY h1 a:hover {
  color: inherit !important;
}
.cid-uwWUHU11QY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwWUHU11QY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwWUHU11QY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwWUHU11QY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwWUHU11QY .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-uwWUHU11QY .mbr-section-subtitle,
.cid-uwWUHU11QY .subtitle-wrap {
  color: #19303d;
}
.cid-uwWUHU11QY .mbr-text,
.cid-uwWUHU11QY .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-uwWUz423Pm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwWUz423Pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWUz423Pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwWUz423Pm .cards-row {
  row-gap: 50px;
}
.cid-uwWUz423Pm .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-uwWUz423Pm .mbr-iconfont {
  font-size: 82px;
  color: #385fa7;
}
.cid-uwWUz423Pm .card-box {
  padding-left: 28px;
}
.cid-uwWUz423Pm .card-title {
  color: #303030;
}
.cid-uwWUz423Pm .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-uwWDSCQhej {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwWDSCQhej img {
  width: 180px;
  margin: auto;
}
.cid-uwWDSCQhej .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uwWDSCQhej .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uwWDSCQhej .card {
    max-width: 20%;
  }
}
.cid-uwWDSCQhej .mbr-section-title {
  color: #4e423d;
}
.cid-uwWDSDppbN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #385fa7;
}
.cid-uwWDSDppbN .mbr-text {
  color: #000000;
  font-weight: 500;
}
.cid-uwWDSDppbN .container {
  max-width: 1300px;
}
.cid-uwWDTfvTln {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uwWDTfvTln .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uwWDTfvTln nav.navbar {
  position: fixed;
}
.cid-uwWDTfvTln .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDTfvTln .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwWDTfvTln .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwWDTfvTln .dropdown-item:hover,
.cid-uwWDTfvTln .dropdown-item:focus {
  background: #385fa7 !important;
  color: white !important;
}
.cid-uwWDTfvTln .dropdown-item:hover span {
  color: white;
}
.cid-uwWDTfvTln .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwWDTfvTln .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwWDTfvTln .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwWDTfvTln .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwWDTfvTln .nav-link {
  position: relative;
}
.cid-uwWDTfvTln .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwWDTfvTln .container {
    flex-wrap: nowrap;
  }
}
.cid-uwWDTfvTln .iconfont-wrapper {
  color: #385fa7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwWDTfvTln .dropdown-menu,
.cid-uwWDTfvTln .navbar.opened {
  background: #ffffff !important;
}
.cid-uwWDTfvTln .nav-item:focus,
.cid-uwWDTfvTln .nav-link:focus {
  outline: none;
}
.cid-uwWDTfvTln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwWDTfvTln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwWDTfvTln .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwWDTfvTln .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDTfvTln .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwWDTfvTln .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwWDTfvTln .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwWDTfvTln .navbar.opened {
  transition: all 0.3s;
}
.cid-uwWDTfvTln .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwWDTfvTln .navbar .navbar-logo img {
  width: auto;
}
.cid-uwWDTfvTln .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwWDTfvTln .navbar.collapsed {
  justify-content: center;
}
.cid-uwWDTfvTln .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwWDTfvTln .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwWDTfvTln .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwWDTfvTln .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwWDTfvTln .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwWDTfvTln .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwWDTfvTln .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwWDTfvTln .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwWDTfvTln .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwWDTfvTln .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwWDTfvTln .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwWDTfvTln .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwWDTfvTln .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwWDTfvTln .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwWDTfvTln .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwWDTfvTln .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwWDTfvTln .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwWDTfvTln .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwWDTfvTln .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwWDTfvTln .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwWDTfvTln .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwWDTfvTln .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwWDTfvTln .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwWDTfvTln .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwWDTfvTln .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwWDTfvTln .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwWDTfvTln .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwWDTfvTln .dropdown-item.active,
.cid-uwWDTfvTln .dropdown-item:active {
  background-color: transparent;
}
.cid-uwWDTfvTln .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwWDTfvTln .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwWDTfvTln .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwWDTfvTln .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwWDTfvTln .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwWDTfvTln .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwWDTfvTln ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwWDTfvTln .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwWDTfvTln button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwWDTfvTln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-uwWDTfvTln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwWDTfvTln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDTfvTln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDTfvTln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwWDTfvTln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDTfvTln nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwWDTfvTln nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwWDTfvTln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDTfvTln .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwWDTfvTln a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwWDTfvTln .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-uwWDTfvTln .navbar {
    height: 70px;
  }
  .cid-uwWDTfvTln .navbar.opened {
    height: auto;
  }
  .cid-uwWDTfvTln .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwWDTgq3lh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagerecoverytrucks-800x249.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-uwWDTgq3lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWDTgq3lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwWDTgq3lh .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uwWDTgq3lh .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uwWDTgq3lh .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-uwWDTgq3lh .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uwWDTgq3lh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uwWDTgq3lh .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-uwWDTgq3lh .mbr-section-btn {
  margin-top: 10px;
}
.cid-uwX5lsYba2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwX5lsYba2 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uwX5lsYba2 .mbr-section-subtitle {
  color: #1b1b6d;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uwX5lsYba2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #385fa7;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uwX5lsYba2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uwX5lsYba2 .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-uwX5lsYba2 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uwX5lsYba2 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uwX5lsYba2 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(19, 40, 125, 0.3);
  color: #13287d;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(53, 53, 53, 0.3);
  color: #353535;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #13287d;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #353535;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #f5c463;
}
.cid-uwX5lsYba2 .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-uwX5lsYba2 .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uwX5lsYba2 .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uwX5lsYba2 .wrapper::before {
    display: none;
  }
}
.cid-uwX5lsYba2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwX5lsYba2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwXqkvDaEU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwXqkvDaEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwXqkvDaEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwX1xHHvT9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwX1xHHvT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwX1xHHvT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwX1xHHvT9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwX1xHHvT9 .row {
  flex-direction: row-reverse;
}
.cid-uwX1xHHvT9 img {
  width: 100%;
}
.cid-uwX2kqtF4H {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwX2kqtF4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwX2kqtF4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwX2kqtF4H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwX2kqtF4H .row {
  flex-direction: row-reverse;
}
.cid-uwX2kqtF4H img {
  width: 100%;
}
.cid-uwWDThAeiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwWDThAeiV img {
  width: 180px;
  margin: auto;
}
.cid-uwWDThAeiV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uwWDThAeiV .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uwWDThAeiV .card {
    max-width: 20%;
  }
}
.cid-uwWDThAeiV .mbr-section-title {
  color: #4e423d;
}
.cid-uwWDThSG1p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #385fa7;
}
.cid-uwWDThSG1p .mbr-text {
  color: #000000;
  font-weight: 500;
}
.cid-uwWDThSG1p .container {
  max-width: 1300px;
}
.cid-uwWDUrTL1S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uwWDUrTL1S .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uwWDUrTL1S nav.navbar {
  position: fixed;
}
.cid-uwWDUrTL1S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDUrTL1S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwWDUrTL1S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwWDUrTL1S .dropdown-item:hover,
.cid-uwWDUrTL1S .dropdown-item:focus {
  background: #385fa7 !important;
  color: white !important;
}
.cid-uwWDUrTL1S .dropdown-item:hover span {
  color: white;
}
.cid-uwWDUrTL1S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwWDUrTL1S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwWDUrTL1S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwWDUrTL1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwWDUrTL1S .nav-link {
  position: relative;
}
.cid-uwWDUrTL1S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwWDUrTL1S .container {
    flex-wrap: nowrap;
  }
}
.cid-uwWDUrTL1S .iconfont-wrapper {
  color: #385fa7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwWDUrTL1S .dropdown-menu,
.cid-uwWDUrTL1S .navbar.opened {
  background: #ffffff !important;
}
.cid-uwWDUrTL1S .nav-item:focus,
.cid-uwWDUrTL1S .nav-link:focus {
  outline: none;
}
.cid-uwWDUrTL1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwWDUrTL1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwWDUrTL1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwWDUrTL1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwWDUrTL1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwWDUrTL1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwWDUrTL1S .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwWDUrTL1S .navbar.opened {
  transition: all 0.3s;
}
.cid-uwWDUrTL1S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwWDUrTL1S .navbar .navbar-logo img {
  width: auto;
}
.cid-uwWDUrTL1S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwWDUrTL1S .navbar.collapsed {
  justify-content: center;
}
.cid-uwWDUrTL1S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwWDUrTL1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwWDUrTL1S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwWDUrTL1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwWDUrTL1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwWDUrTL1S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwWDUrTL1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwWDUrTL1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwWDUrTL1S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwWDUrTL1S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwWDUrTL1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwWDUrTL1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwWDUrTL1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwWDUrTL1S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwWDUrTL1S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwWDUrTL1S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwWDUrTL1S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwWDUrTL1S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwWDUrTL1S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwWDUrTL1S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwWDUrTL1S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwWDUrTL1S .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwWDUrTL1S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwWDUrTL1S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwWDUrTL1S .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwWDUrTL1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwWDUrTL1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwWDUrTL1S .dropdown-item.active,
.cid-uwWDUrTL1S .dropdown-item:active {
  background-color: transparent;
}
.cid-uwWDUrTL1S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwWDUrTL1S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwWDUrTL1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwWDUrTL1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwWDUrTL1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwWDUrTL1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwWDUrTL1S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwWDUrTL1S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwWDUrTL1S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwWDUrTL1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13287d;
}
.cid-uwWDUrTL1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwWDUrTL1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDUrTL1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwWDUrTL1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwWDUrTL1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDUrTL1S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwWDUrTL1S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwWDUrTL1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwWDUrTL1S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwWDUrTL1S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwWDUrTL1S .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-uwWDUrTL1S .navbar {
    height: 70px;
  }
  .cid-uwWDUrTL1S .navbar.opened {
    height: auto;
  }
  .cid-uwWDUrTL1S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwWDUsR3WT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagerecoverytrucks-800x249.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-uwWDUsR3WT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwWDUsR3WT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwWDUsR3WT .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uwWDUsR3WT .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uwWDUsR3WT .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-uwWDUsR3WT .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uwWDUsR3WT .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uwWDUsR3WT .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-uwWDUsR3WT .mbr-section-btn {
  margin-top: 10px;
}
.cid-uwY5PB4Fov {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwY5PB4Fov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwY5PB4Fov .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwY5PB4Fov .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwY5PB4Fov .line {
  width: 100%;
  height: 1px;
  background: #385fa7;
  opacity: 0.5;
  margin: 1rem 0;
  margin-bottom: 2rem;
}
.cid-uwY5PB4Fov .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uwY5PB4Fov .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uwY5PB4Fov .card-box {
  padding: 0 2rem;
}
.cid-uwY5PB4Fov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwY5PB4Fov .card-title,
.cid-uwY5PB4Fov .iconfont-wrapper,
.cid-uwY5PB4Fov .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwY5PB4Fov .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-uwY5PB4Fov .mbr-section-btn {
  text-align: center;
}
.cid-uwY5PB4Fov .card-text,
.cid-uwY5PB4Fov .mbr-section-btn {
  color: #291f1e;
  text-align: left;
}
.cid-uwY5PB4Fov .card-title,
.cid-uwY5PB4Fov .iconfont-wrapper {
  text-align: left;
  color: #13287d;
}
.cid-uwY5PB4Fov .mbr-section-subtitle {
  color: #291f1e;
  text-align: left;
}
#custom-html-2n {
  /* Type valid CSS here */
}
#custom-html-2n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2n p {
  font-size: 60px;
  color: #777;
}
.cid-uwWDUu5yDS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwWDUu5yDS img {
  width: 180px;
  margin: auto;
}
.cid-uwWDUu5yDS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uwWDUu5yDS .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-uwWDUu5yDS .card {
    max-width: 20%;
  }
}
.cid-uwWDUu5yDS .mbr-section-title {
  color: #4e423d;
}
.cid-uwWDUuncfh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #385fa7;
}
.cid-uwWDUuncfh .mbr-text {
  color: #000000;
  font-weight: 500;
}
.cid-uwWDUuncfh .container {
  max-width: 1300px;
}
