.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((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: #005ee2 !important;
}
.bg-success {
  background-color: #56a433 !important;
}
.bg-info {
  background-color: #eed348 !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #fa02b2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005ee2 !important;
  border-color: #005ee2 !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: #003a8b !important;
  border-color: #003a8b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003a8b !important;
  border-color: #003a8b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #161616 !important;
  border-color: #161616 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eed348 !important;
  border-color: #eed348 !important;
  color: #322b05 !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: #ccae13 !important;
  border-color: #ccae13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #322b05 !important;
  background-color: #ccae13 !important;
  border-color: #ccae13 !important;
}
.btn-success,
.btn-success:active {
  background-color: #56a433 !important;
  border-color: #56a433 !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: #33621e !important;
  border-color: #33621e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33621e !important;
  border-color: #33621e !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa02b2 !important;
  border-color: #fa02b2 !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: #a40175 !important;
  border-color: #a40175 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a40175 !important;
  border-color: #a40175 !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: #005ee2;
  color: #005ee2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003a8b !important;
  background-color: transparent!important;
  border-color: #003a8b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005ee2 !important;
  border-color: #005ee2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eed348;
  color: #eed348;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ccae13 !important;
  background-color: transparent!important;
  border-color: #ccae13 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #322b05 !important;
  background-color: #eed348 !important;
  border-color: #eed348 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #56a433;
  color: #56a433;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #33621e !important;
  background-color: transparent!important;
  border-color: #33621e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #56a433 !important;
  border-color: #56a433 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa02b2;
  color: #fa02b2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a40175 !important;
  background-color: transparent!important;
  border-color: #a40175 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa02b2 !important;
  border-color: #fa02b2 !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: #005ee2 !important;
}
.text-secondary {
  color: #161616 !important;
}
.text-success {
  color: #56a433 !important;
}
.text-info {
  color: #eed348 !important;
}
.text-warning {
  color: #fafafa !important;
}
.text-danger {
  color: #fa02b2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00347c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2d561b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bea212 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7c7c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #95016a !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: #005ee2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eed348;
}
.alert-warning {
  background-color: #fafafa;
}
.alert-danger {
  background-color: #fa02b2;
}
.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: #005ee2;
  border-color: #005ee2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #005ee2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afd0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9bd77f;
}
.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: #ffc9ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #005ee2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #005ee2;
}
/* 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: #005ee2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #005ee2;
}
.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: #005ee2;
  border-bottom-color: #005ee2;
}
.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: #005ee2 !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: #161616 !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='%23005ee2' %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-uAqhxOdEBJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAqhxOdEBJ nav.navbar {
  position: fixed;
}
.cid-uAqhxOdEBJ .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-uAqhxOdEBJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAqhxOdEBJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAqhxOdEBJ .dropdown-item:hover,
.cid-uAqhxOdEBJ .dropdown-item:focus {
  background: #005ee2 !important;
  color: white !important;
}
.cid-uAqhxOdEBJ .dropdown-item:hover span {
  color: white;
}
.cid-uAqhxOdEBJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAqhxOdEBJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAqhxOdEBJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqhxOdEBJ .nav-link {
  position: relative;
}
.cid-uAqhxOdEBJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .container {
    flex-wrap: wrap;
  }
}
.cid-uAqhxOdEBJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAqhxOdEBJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAqhxOdEBJ .dropdown-menu,
.cid-uAqhxOdEBJ .navbar.opened {
  background: #0866ff !important;
}
.cid-uAqhxOdEBJ .nav-item:focus,
.cid-uAqhxOdEBJ .nav-link:focus {
  outline: none;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAqhxOdEBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAqhxOdEBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqhxOdEBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqhxOdEBJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0866ff;
}
.cid-uAqhxOdEBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAqhxOdEBJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAqhxOdEBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uAqhxOdEBJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAqhxOdEBJ .navbar.collapsed {
  justify-content: center;
}
.cid-uAqhxOdEBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqhxOdEBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqhxOdEBJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqhxOdEBJ .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-uAqhxOdEBJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqhxOdEBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAqhxOdEBJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAqhxOdEBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqhxOdEBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqhxOdEBJ .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-uAqhxOdEBJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAqhxOdEBJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqhxOdEBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqhxOdEBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAqhxOdEBJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAqhxOdEBJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAqhxOdEBJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAqhxOdEBJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAqhxOdEBJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAqhxOdEBJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqhxOdEBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqhxOdEBJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqhxOdEBJ .dropdown-item.active,
.cid-uAqhxOdEBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqhxOdEBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqhxOdEBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqhxOdEBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0866ff;
}
.cid-uAqhxOdEBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqhxOdEBJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqhxOdEBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAqhxOdEBJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqhxOdEBJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqhxOdEBJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAqhxOdEBJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqhxOdEBJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAqhxOdEBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAqhxOdEBJ .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-uAqhxOdEBJ .navbar {
    height: 70px;
  }
  .cid-uAqhxOdEBJ .navbar.opened {
    height: auto;
  }
  .cid-uAqhxOdEBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqiCYcwwr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/baterias-automotivas-em-jarinu-carro-moto-caminhao-1-1600x900.jpg");
}
.cid-uAqiCYcwwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqiCYcwwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqiCYcwwr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAqiCYcwwr .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uAqiCYcwwr .mbr-section-title {
  color: #051c3d;
}
.cid-uOiY5kDumV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0866ff;
}
.cid-uOiY5kDumV .item:focus,
.cid-uOiY5kDumV span:focus {
  outline: none;
}
.cid-uOiY5kDumV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOiY5kDumV .content-head {
  max-width: 800px;
}
.cid-uOiY5kDumV .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOiY5kDumV .item {
    min-height: 45px;
  }
}
.cid-uOiWn9Sco0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-uOiWn9Sco0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiWn9Sco0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiWn9Sco0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOiWn9Sco0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOiWn9Sco0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uOiWn9Sco0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uOiWn9Sco0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOiWn9Sco0 .mbr-section-title {
  color: #051c3d;
}
.cid-uOiWn9Sco0 .mbr-text,
.cid-uOiWn9Sco0 .mbr-section-btn {
  color: #324455;
}
.cid-uOj0gpWq63 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-uOj0gpWq63 img,
.cid-uOj0gpWq63 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uOj0gpWq63 .item:focus,
.cid-uOj0gpWq63 span:focus {
  outline: none;
}
.cid-uOj0gpWq63 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOj0gpWq63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOj0gpWq63 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOj0gpWq63 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOj0gpWq63 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOj0gpWq63 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOj0gpWq63 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOj0gpWq63 .mbr-section-title {
  color: #051c3d;
}
.cid-uOj0gpWq63 .mbr-text,
.cid-uOj0gpWq63 .mbr-section-btn {
  text-align: left;
  color: #324455;
}
.cid-uOj0gpWq63 .item-title {
  text-align: left;
  color: #051c3d;
}
.cid-uOj0gpWq63 .item-subtitle {
  text-align: left;
}
.cid-uOj0gpWq63 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uOj0IpSXtB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-uOj0IpSXtB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .item {
    margin-bottom: 1rem;
  }
}
.cid-uOj0IpSXtB .item-wrapper {
  position: relative;
}
.cid-uOj0IpSXtB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uOj0IpSXtB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uOj0IpSXtB .carousel-control,
.cid-uOj0IpSXtB .close {
  background: #1b1b1b;
}
.cid-uOj0IpSXtB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOj0IpSXtB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOj0IpSXtB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOj0IpSXtB .close::before {
  content: '\e91a';
}
.cid-uOj0IpSXtB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOj0IpSXtB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOj0IpSXtB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOj0IpSXtB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOj0IpSXtB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOj0IpSXtB .carousel-indicators li.active,
.cid-uOj0IpSXtB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOj0IpSXtB .carousel-indicators li::after,
.cid-uOj0IpSXtB .carousel-indicators li::before {
  content: none;
}
.cid-uOj0IpSXtB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .carousel-indicators {
    display: none;
  }
}
.cid-uOj0IpSXtB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOj0IpSXtB .carousel-inner > .active {
  display: block;
}
.cid-uOj0IpSXtB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOj0IpSXtB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOj0IpSXtB .carousel-control,
  .cid-uOj0IpSXtB .carousel-indicators,
  .cid-uOj0IpSXtB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOj0IpSXtB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOj0IpSXtB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOj0IpSXtB .carousel-indicators .active,
.cid-uOj0IpSXtB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOj0IpSXtB .carousel-indicators .active {
  background: #fff;
}
.cid-uOj0IpSXtB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOj0IpSXtB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOj0IpSXtB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOj0IpSXtB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOj0IpSXtB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOj0IpSXtB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOj0IpSXtB .carousel {
  width: 100%;
}
.cid-uOj0IpSXtB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOj0IpSXtB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOj0IpSXtB .modal.fade .modal-dialog,
.cid-uOj0IpSXtB .modal.in .modal-dialog {
  transform: none;
}
.cid-uOj0IpSXtB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOj0IpSXtB .content-head {
  max-width: 800px;
}
.cid-uOj0IpSXtB H3 {
  color: #fafafa;
}
.cid-uOj0IpSXtB H4 {
  color: #fafafa;
}
.cid-uOj9iZ6I1N {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uOj9iZ6I1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj9iZ6I1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj9iZ6I1N .mbr-section-title {
  color: #051c3d;
}
.cid-uOj8kD3W6I {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uOj8kD3W6I .carousel {
    min-height: 900px;
  }
  .cid-uOj8kD3W6I .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOj8kD3W6I .carousel {
    min-height: 585px;
  }
  .cid-uOj8kD3W6I .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uOj8kD3W6I .carousel {
    min-height: 495px;
  }
  .cid-uOj8kD3W6I .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-uOj8kD3W6I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOj8kD3W6I .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOj8kD3W6I .carousel,
.cid-uOj8kD3W6I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOj8kD3W6I .item-wrapper {
  width: 100%;
}
.cid-uOj8kD3W6I .carousel-caption {
  bottom: 40px;
}
.cid-uOj8kD3W6I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOj8kD3W6I .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOj8kD3W6I .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOj8kD3W6I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOj8kD3W6I .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOj8kD3W6I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOj8kD3W6I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOj8kD3W6I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOj8kD3W6I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOj8kD3W6I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOj8kD3W6I .carousel-indicators li.active,
.cid-uOj8kD3W6I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOj8kD3W6I .carousel-indicators li::after,
.cid-uOj8kD3W6I .carousel-indicators li::before {
  content: none;
}
.cid-uOj8kD3W6I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOj8kD3W6I .carousel-indicators {
    display: none !important;
  }
}
.cid-uAqnObL0ac {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1197.jpg");
}
.cid-uAqnObL0ac .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-uAqnObL0ac form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uAqnObL0ac form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-uAqnObL0ac form.mbr-form {
    padding: 1rem;
  }
}
.cid-uAqnObL0ac form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAqnObL0ac form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAqnObL0ac .mbr-section-title {
  color: #051c3d;
}
.cid-uAqnObL0ac P {
  color: #324455;
}
.cid-uAqqqpzkYl {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
.cid-uAqqqpzkYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqqqpzkYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqqqpzkYl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uAqqqpzkYl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAqqqpzkYl .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-uAqqqpzkYl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAqqqpzkYl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAqqqpzkYl .mbr-section-title {
  color: #051c3d;
}
.cid-uAqqLogkVo {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-uAqqLogkVo .mbr-text {
  text-align: center;
  color: #324455;
}
.cid-uAqqLogkVo .mbr-section-subtitle {
  text-align: center;
  color: #051c3d;
}
.cid-uOj36BH0DN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uOj36BH0DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOj36BH0DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOj36BH0DN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOj36BH0DN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOj36BH0DN .row {
    text-align: center;
  }
  .cid-uOj36BH0DN .row > div {
    margin: auto;
  }
  .cid-uOj36BH0DN .social-row {
    justify-content: center;
  }
}
.cid-uOj36BH0DN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOj36BH0DN .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uOj36BH0DN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOj36BH0DN .list {
    margin-bottom: 0rem;
  }
}
.cid-uOj36BH0DN .mbr-text {
  color: #161616;
}
.cid-uOj36BH0DN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOj36BH0DN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uOj36BH0DN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOj36BH0DN .copyright {
  color: #161616;
}
.cid-uOj36BH0DN H5 {
  color: #161616;
}
.cid-vgZi9caj7T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgZi9caj7T nav.navbar {
  position: fixed;
}
.cid-vgZi9caj7T .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-vgZi9caj7T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgZi9caj7T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgZi9caj7T .dropdown-item:hover,
.cid-vgZi9caj7T .dropdown-item:focus {
  background: #005ee2 !important;
  color: white !important;
}
.cid-vgZi9caj7T .dropdown-item:hover span {
  color: white;
}
.cid-vgZi9caj7T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgZi9caj7T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgZi9caj7T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgZi9caj7T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgZi9caj7T .nav-link {
  position: relative;
}
.cid-vgZi9caj7T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZi9caj7T .container {
    flex-wrap: wrap;
  }
}
.cid-vgZi9caj7T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZi9caj7T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgZi9caj7T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgZi9caj7T .dropdown-menu,
.cid-vgZi9caj7T .navbar.opened {
  background: #0866ff !important;
}
.cid-vgZi9caj7T .nav-item:focus,
.cid-vgZi9caj7T .nav-link:focus {
  outline: none;
}
.cid-vgZi9caj7T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgZi9caj7T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgZi9caj7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgZi9caj7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgZi9caj7T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgZi9caj7T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgZi9caj7T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0866ff;
}
.cid-vgZi9caj7T .navbar.opened {
  transition: all 0.3s;
}
.cid-vgZi9caj7T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgZi9caj7T .navbar .navbar-logo img {
  width: auto;
}
.cid-vgZi9caj7T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgZi9caj7T .navbar.collapsed {
  justify-content: center;
}
.cid-vgZi9caj7T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgZi9caj7T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgZi9caj7T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgZi9caj7T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgZi9caj7T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgZi9caj7T .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-vgZi9caj7T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgZi9caj7T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgZi9caj7T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgZi9caj7T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgZi9caj7T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgZi9caj7T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgZi9caj7T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgZi9caj7T .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-vgZi9caj7T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgZi9caj7T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgZi9caj7T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgZi9caj7T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgZi9caj7T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgZi9caj7T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgZi9caj7T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgZi9caj7T .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgZi9caj7T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgZi9caj7T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgZi9caj7T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgZi9caj7T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgZi9caj7T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgZi9caj7T .dropdown-item.active,
.cid-vgZi9caj7T .dropdown-item:active {
  background-color: transparent;
}
.cid-vgZi9caj7T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgZi9caj7T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgZi9caj7T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgZi9caj7T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0866ff;
}
.cid-vgZi9caj7T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgZi9caj7T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgZi9caj7T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgZi9caj7T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgZi9caj7T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgZi9caj7T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgZi9caj7T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgZi9caj7T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZi9caj7T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZi9caj7T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgZi9caj7T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZi9caj7T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgZi9caj7T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgZi9caj7T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZi9caj7T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgZi9caj7T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgZi9caj7T .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-vgZi9caj7T .navbar {
    height: 70px;
  }
  .cid-vgZi9caj7T .navbar.opened {
    height: auto;
  }
  .cid-vgZi9caj7T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgZi9cuVMI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/baterias-automotivas-em-jarinu-carro-moto-caminhao-1-1600x900.jpg");
}
.cid-vgZi9cuVMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZi9cuVMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZi9cuVMI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgZi9cuVMI .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vgZi9cuVMI .mbr-section-title {
  color: #051c3d;
}
.cid-vgZi9d83F0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0866ff;
}
.cid-vgZi9d83F0 .item:focus,
.cid-vgZi9d83F0 span:focus {
  outline: none;
}
.cid-vgZi9d83F0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vgZi9d83F0 .content-head {
  max-width: 800px;
}
.cid-vgZi9d83F0 .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgZi9d83F0 .item {
    min-height: 45px;
  }
}
.cid-vgZi9dhxSy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZi9dhxSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZi9dhxSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZi9dhxSy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgZi9dhxSy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZi9dhxSy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgZi9dhxSy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgZi9dhxSy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZi9dhxSy .mbr-section-title {
  color: #051c3d;
}
.cid-vgZi9dhxSy .mbr-text,
.cid-vgZi9dhxSy .mbr-section-btn {
  color: #324455;
}
.cid-vgZi9dqjXw {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZi9dqjXw img,
.cid-vgZi9dqjXw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vgZi9dqjXw .item:focus,
.cid-vgZi9dqjXw span:focus {
  outline: none;
}
.cid-vgZi9dqjXw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgZi9dqjXw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgZi9dqjXw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vgZi9dqjXw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgZi9dqjXw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vgZi9dqjXw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vgZi9dqjXw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgZi9dqjXw .mbr-section-title {
  color: #051c3d;
}
.cid-vgZi9dqjXw .mbr-text,
.cid-vgZi9dqjXw .mbr-section-btn {
  text-align: left;
  color: #324455;
}
.cid-vgZi9dqjXw .item-title {
  text-align: left;
  color: #051c3d;
}
.cid-vgZi9dqjXw .item-subtitle {
  text-align: left;
}
.cid-vgZi9dqjXw .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vgZi9dTU3s {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-vgZi9dTU3s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgZi9dTU3s .item {
    margin-bottom: 1rem;
  }
}
.cid-vgZi9dTU3s .item-wrapper {
  position: relative;
}
.cid-vgZi9dTU3s .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vgZi9dTU3s .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgZi9dTU3s .carousel-control,
.cid-vgZi9dTU3s .close {
  background: #1b1b1b;
}
.cid-vgZi9dTU3s .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgZi9dTU3s .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgZi9dTU3s .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgZi9dTU3s .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgZi9dTU3s .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgZi9dTU3s .close::before {
  content: '\e91a';
}
.cid-vgZi9dTU3s .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgZi9dTU3s .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZi9dTU3s .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZi9dTU3s .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZi9dTU3s .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZi9dTU3s .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgZi9dTU3s .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZi9dTU3s .carousel-indicators li.active,
.cid-vgZi9dTU3s .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZi9dTU3s .carousel-indicators li::after,
.cid-vgZi9dTU3s .carousel-indicators li::before {
  content: none;
}
.cid-vgZi9dTU3s .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZi9dTU3s .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgZi9dTU3s .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZi9dTU3s .carousel-indicators {
    display: none;
  }
}
.cid-vgZi9dTU3s .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZi9dTU3s .carousel-inner > .active {
  display: block;
}
.cid-vgZi9dTU3s .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZi9dTU3s .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgZi9dTU3s .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgZi9dTU3s .carousel-control,
  .cid-vgZi9dTU3s .carousel-indicators,
  .cid-vgZi9dTU3s .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgZi9dTU3s .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgZi9dTU3s .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgZi9dTU3s .carousel-indicators .active,
.cid-vgZi9dTU3s .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgZi9dTU3s .carousel-indicators .active {
  background: #fff;
}
.cid-vgZi9dTU3s .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgZi9dTU3s .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgZi9dTU3s .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgZi9dTU3s .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgZi9dTU3s .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgZi9dTU3s .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgZi9dTU3s .carousel {
  width: 100%;
}
.cid-vgZi9dTU3s .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgZi9dTU3s .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgZi9dTU3s .modal.fade .modal-dialog,
.cid-vgZi9dTU3s .modal.in .modal-dialog {
  transform: none;
}
.cid-vgZi9dTU3s .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgZi9dTU3s .content-head {
  max-width: 800px;
}
.cid-vgZi9dTU3s H3 {
  color: #fafafa;
}
.cid-vgZi9dTU3s H4 {
  color: #fafafa;
}
.cid-vgZi9eJD87 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgZi9eJD87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZi9eJD87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZi9eJD87 .mbr-section-title {
  color: #051c3d;
}
.cid-vgZi9eU6GJ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZi9eU6GJ .carousel {
    min-height: 900px;
  }
  .cid-vgZi9eU6GJ .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgZi9eU6GJ .carousel {
    min-height: 585px;
  }
  .cid-vgZi9eU6GJ .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vgZi9eU6GJ .carousel {
    min-height: 495px;
  }
  .cid-vgZi9eU6GJ .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-vgZi9eU6GJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgZi9eU6GJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgZi9eU6GJ .carousel,
.cid-vgZi9eU6GJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZi9eU6GJ .item-wrapper {
  width: 100%;
}
.cid-vgZi9eU6GJ .carousel-caption {
  bottom: 40px;
}
.cid-vgZi9eU6GJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgZi9eU6GJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgZi9eU6GJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgZi9eU6GJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgZi9eU6GJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZi9eU6GJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZi9eU6GJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZi9eU6GJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZi9eU6GJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgZi9eU6GJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZi9eU6GJ .carousel-indicators li.active,
.cid-vgZi9eU6GJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZi9eU6GJ .carousel-indicators li::after,
.cid-vgZi9eU6GJ .carousel-indicators li::before {
  content: none;
}
.cid-vgZi9eU6GJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZi9eU6GJ .carousel-indicators {
    display: none !important;
  }
}
.cid-vgZi9fg5Zi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1197.jpg");
}
.cid-vgZi9fg5Zi .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-vgZi9fg5Zi form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZi9fg5Zi form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vgZi9fg5Zi form.mbr-form {
    padding: 1rem;
  }
}
.cid-vgZi9fg5Zi form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgZi9fg5Zi form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZi9fg5Zi .mbr-section-title {
  color: #051c3d;
}
.cid-vgZi9fg5Zi P {
  color: #324455;
}
.cid-vgZi9fuMiU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
.cid-vgZi9fuMiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZi9fuMiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZi9fuMiU .google-map {
  height: 30rem;
  position: relative;
}
.cid-vgZi9fuMiU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgZi9fuMiU .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-vgZi9fuMiU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgZi9fuMiU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgZi9fuMiU .mbr-section-title {
  color: #051c3d;
}
.cid-vgZi9gkkLu {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZi9gkkLu .mbr-text {
  text-align: center;
  color: #324455;
}
.cid-vgZi9gkkLu .mbr-section-subtitle {
  text-align: center;
  color: #051c3d;
}
.cid-vgZi9gun3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vgZi9gun3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZi9gun3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZi9gun3f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgZi9gun3f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZi9gun3f .row {
    text-align: center;
  }
  .cid-vgZi9gun3f .row > div {
    margin: auto;
  }
  .cid-vgZi9gun3f .social-row {
    justify-content: center;
  }
}
.cid-vgZi9gun3f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgZi9gun3f .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vgZi9gun3f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgZi9gun3f .list {
    margin-bottom: 0rem;
  }
}
.cid-vgZi9gun3f .mbr-text {
  color: #161616;
}
.cid-vgZi9gun3f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgZi9gun3f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgZi9gun3f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgZi9gun3f .copyright {
  color: #161616;
}
.cid-vgZi9gun3f H5 {
  color: #161616;
}
.cid-vgZiO8UTgV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgZiO8UTgV nav.navbar {
  position: fixed;
}
.cid-vgZiO8UTgV .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-vgZiO8UTgV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgZiO8UTgV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgZiO8UTgV .dropdown-item:hover,
.cid-vgZiO8UTgV .dropdown-item:focus {
  background: #005ee2 !important;
  color: white !important;
}
.cid-vgZiO8UTgV .dropdown-item:hover span {
  color: white;
}
.cid-vgZiO8UTgV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgZiO8UTgV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgZiO8UTgV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgZiO8UTgV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgZiO8UTgV .nav-link {
  position: relative;
}
.cid-vgZiO8UTgV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZiO8UTgV .container {
    flex-wrap: wrap;
  }
}
.cid-vgZiO8UTgV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZiO8UTgV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgZiO8UTgV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgZiO8UTgV .dropdown-menu,
.cid-vgZiO8UTgV .navbar.opened {
  background: #0866ff !important;
}
.cid-vgZiO8UTgV .nav-item:focus,
.cid-vgZiO8UTgV .nav-link:focus {
  outline: none;
}
.cid-vgZiO8UTgV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgZiO8UTgV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgZiO8UTgV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgZiO8UTgV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgZiO8UTgV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgZiO8UTgV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgZiO8UTgV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0866ff;
}
.cid-vgZiO8UTgV .navbar.opened {
  transition: all 0.3s;
}
.cid-vgZiO8UTgV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgZiO8UTgV .navbar .navbar-logo img {
  width: auto;
}
.cid-vgZiO8UTgV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgZiO8UTgV .navbar.collapsed {
  justify-content: center;
}
.cid-vgZiO8UTgV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgZiO8UTgV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgZiO8UTgV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgZiO8UTgV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgZiO8UTgV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgZiO8UTgV .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-vgZiO8UTgV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgZiO8UTgV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgZiO8UTgV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgZiO8UTgV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgZiO8UTgV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgZiO8UTgV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgZiO8UTgV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgZiO8UTgV .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-vgZiO8UTgV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgZiO8UTgV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgZiO8UTgV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgZiO8UTgV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgZiO8UTgV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgZiO8UTgV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgZiO8UTgV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgZiO8UTgV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgZiO8UTgV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgZiO8UTgV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgZiO8UTgV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgZiO8UTgV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgZiO8UTgV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgZiO8UTgV .dropdown-item.active,
.cid-vgZiO8UTgV .dropdown-item:active {
  background-color: transparent;
}
.cid-vgZiO8UTgV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgZiO8UTgV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgZiO8UTgV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgZiO8UTgV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0866ff;
}
.cid-vgZiO8UTgV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgZiO8UTgV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgZiO8UTgV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgZiO8UTgV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgZiO8UTgV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgZiO8UTgV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgZiO8UTgV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgZiO8UTgV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZiO8UTgV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZiO8UTgV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgZiO8UTgV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZiO8UTgV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgZiO8UTgV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgZiO8UTgV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZiO8UTgV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgZiO8UTgV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgZiO8UTgV .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-vgZiO8UTgV .navbar {
    height: 70px;
  }
  .cid-vgZiO8UTgV .navbar.opened {
    height: auto;
  }
  .cid-vgZiO8UTgV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgZiO9crJW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/baterias-automotivas-em-jarinu-carro-moto-caminhao-1-1600x900.jpg");
}
.cid-vgZiO9crJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZiO9crJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZiO9crJW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgZiO9crJW .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vgZiO9crJW .mbr-section-title {
  color: #051c3d;
}
.cid-vgZiO9prTS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0866ff;
}
.cid-vgZiO9prTS .item:focus,
.cid-vgZiO9prTS span:focus {
  outline: none;
}
.cid-vgZiO9prTS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vgZiO9prTS .content-head {
  max-width: 800px;
}
.cid-vgZiO9prTS .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgZiO9prTS .item {
    min-height: 45px;
  }
}
.cid-vgZiO9G5Tu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZiO9G5Tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZiO9G5Tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZiO9G5Tu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgZiO9G5Tu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZiO9G5Tu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgZiO9G5Tu .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgZiO9G5Tu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZiO9G5Tu .mbr-section-title {
  color: #051c3d;
}
.cid-vgZiO9G5Tu .mbr-text,
.cid-vgZiO9G5Tu .mbr-section-btn {
  color: #324455;
}
.cid-vgZiO9XBl8 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZiO9XBl8 img,
.cid-vgZiO9XBl8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vgZiO9XBl8 .item:focus,
.cid-vgZiO9XBl8 span:focus {
  outline: none;
}
.cid-vgZiO9XBl8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgZiO9XBl8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgZiO9XBl8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vgZiO9XBl8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgZiO9XBl8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vgZiO9XBl8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vgZiO9XBl8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgZiO9XBl8 .mbr-section-title {
  color: #051c3d;
}
.cid-vgZiO9XBl8 .mbr-text,
.cid-vgZiO9XBl8 .mbr-section-btn {
  text-align: left;
  color: #324455;
}
.cid-vgZiO9XBl8 .item-title {
  text-align: left;
  color: #051c3d;
}
.cid-vgZiO9XBl8 .item-subtitle {
  text-align: left;
}
.cid-vgZiO9XBl8 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vgZiOawV9e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-vgZiOawV9e .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgZiOawV9e .item {
    margin-bottom: 1rem;
  }
}
.cid-vgZiOawV9e .item-wrapper {
  position: relative;
}
.cid-vgZiOawV9e .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vgZiOawV9e .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgZiOawV9e .carousel-control,
.cid-vgZiOawV9e .close {
  background: #1b1b1b;
}
.cid-vgZiOawV9e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgZiOawV9e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgZiOawV9e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgZiOawV9e .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgZiOawV9e .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgZiOawV9e .close::before {
  content: '\e91a';
}
.cid-vgZiOawV9e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgZiOawV9e .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZiOawV9e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZiOawV9e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZiOawV9e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZiOawV9e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgZiOawV9e .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZiOawV9e .carousel-indicators li.active,
.cid-vgZiOawV9e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZiOawV9e .carousel-indicators li::after,
.cid-vgZiOawV9e .carousel-indicators li::before {
  content: none;
}
.cid-vgZiOawV9e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZiOawV9e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgZiOawV9e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZiOawV9e .carousel-indicators {
    display: none;
  }
}
.cid-vgZiOawV9e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZiOawV9e .carousel-inner > .active {
  display: block;
}
.cid-vgZiOawV9e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZiOawV9e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgZiOawV9e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgZiOawV9e .carousel-control,
  .cid-vgZiOawV9e .carousel-indicators,
  .cid-vgZiOawV9e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgZiOawV9e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgZiOawV9e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgZiOawV9e .carousel-indicators .active,
.cid-vgZiOawV9e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgZiOawV9e .carousel-indicators .active {
  background: #fff;
}
.cid-vgZiOawV9e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgZiOawV9e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgZiOawV9e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgZiOawV9e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgZiOawV9e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgZiOawV9e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgZiOawV9e .carousel {
  width: 100%;
}
.cid-vgZiOawV9e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgZiOawV9e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgZiOawV9e .modal.fade .modal-dialog,
.cid-vgZiOawV9e .modal.in .modal-dialog {
  transform: none;
}
.cid-vgZiOawV9e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgZiOawV9e .content-head {
  max-width: 800px;
}
.cid-vgZiOawV9e H3 {
  color: #fafafa;
}
.cid-vgZiOawV9e H4 {
  color: #fafafa;
}
.cid-vgZiObKwT9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgZiObKwT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZiObKwT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZiObKwT9 .mbr-section-title {
  color: #051c3d;
}
.cid-vgZiOc0IS8 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZiOc0IS8 .carousel {
    min-height: 900px;
  }
  .cid-vgZiOc0IS8 .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgZiOc0IS8 .carousel {
    min-height: 585px;
  }
  .cid-vgZiOc0IS8 .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vgZiOc0IS8 .carousel {
    min-height: 495px;
  }
  .cid-vgZiOc0IS8 .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-vgZiOc0IS8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgZiOc0IS8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgZiOc0IS8 .carousel,
.cid-vgZiOc0IS8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZiOc0IS8 .item-wrapper {
  width: 100%;
}
.cid-vgZiOc0IS8 .carousel-caption {
  bottom: 40px;
}
.cid-vgZiOc0IS8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgZiOc0IS8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgZiOc0IS8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgZiOc0IS8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgZiOc0IS8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZiOc0IS8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZiOc0IS8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZiOc0IS8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZiOc0IS8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgZiOc0IS8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZiOc0IS8 .carousel-indicators li.active,
.cid-vgZiOc0IS8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZiOc0IS8 .carousel-indicators li::after,
.cid-vgZiOc0IS8 .carousel-indicators li::before {
  content: none;
}
.cid-vgZiOc0IS8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZiOc0IS8 .carousel-indicators {
    display: none !important;
  }
}
.cid-vgZiOct61N {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1197.jpg");
}
.cid-vgZiOct61N .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-vgZiOct61N form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZiOct61N form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vgZiOct61N form.mbr-form {
    padding: 1rem;
  }
}
.cid-vgZiOct61N form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgZiOct61N form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZiOct61N .mbr-section-title {
  color: #051c3d;
}
.cid-vgZiOct61N P {
  color: #324455;
}
.cid-vgZiOcH7Gk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
.cid-vgZiOcH7Gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZiOcH7Gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZiOcH7Gk .google-map {
  height: 30rem;
  position: relative;
}
.cid-vgZiOcH7Gk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgZiOcH7Gk .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-vgZiOcH7Gk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgZiOcH7Gk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgZiOcH7Gk .mbr-section-title {
  color: #051c3d;
}
.cid-vgZiOdEqWl {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZiOdEqWl .mbr-text {
  text-align: center;
  color: #324455;
}
.cid-vgZiOdEqWl .mbr-section-subtitle {
  text-align: center;
  color: #051c3d;
}
.cid-vgZiOdPtgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vgZiOdPtgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZiOdPtgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZiOdPtgK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgZiOdPtgK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZiOdPtgK .row {
    text-align: center;
  }
  .cid-vgZiOdPtgK .row > div {
    margin: auto;
  }
  .cid-vgZiOdPtgK .social-row {
    justify-content: center;
  }
}
.cid-vgZiOdPtgK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgZiOdPtgK .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vgZiOdPtgK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgZiOdPtgK .list {
    margin-bottom: 0rem;
  }
}
.cid-vgZiOdPtgK .mbr-text {
  color: #161616;
}
.cid-vgZiOdPtgK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgZiOdPtgK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgZiOdPtgK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgZiOdPtgK .copyright {
  color: #161616;
}
.cid-vgZiOdPtgK H5 {
  color: #161616;
}
.cid-vgZj9AemEj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgZj9AemEj nav.navbar {
  position: fixed;
}
.cid-vgZj9AemEj .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-vgZj9AemEj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgZj9AemEj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgZj9AemEj .dropdown-item:hover,
.cid-vgZj9AemEj .dropdown-item:focus {
  background: #005ee2 !important;
  color: white !important;
}
.cid-vgZj9AemEj .dropdown-item:hover span {
  color: white;
}
.cid-vgZj9AemEj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgZj9AemEj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgZj9AemEj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgZj9AemEj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgZj9AemEj .nav-link {
  position: relative;
}
.cid-vgZj9AemEj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZj9AemEj .container {
    flex-wrap: wrap;
  }
}
.cid-vgZj9AemEj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZj9AemEj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgZj9AemEj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgZj9AemEj .dropdown-menu,
.cid-vgZj9AemEj .navbar.opened {
  background: #0866ff !important;
}
.cid-vgZj9AemEj .nav-item:focus,
.cid-vgZj9AemEj .nav-link:focus {
  outline: none;
}
.cid-vgZj9AemEj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgZj9AemEj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgZj9AemEj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgZj9AemEj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgZj9AemEj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgZj9AemEj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgZj9AemEj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0866ff;
}
.cid-vgZj9AemEj .navbar.opened {
  transition: all 0.3s;
}
.cid-vgZj9AemEj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgZj9AemEj .navbar .navbar-logo img {
  width: auto;
}
.cid-vgZj9AemEj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgZj9AemEj .navbar.collapsed {
  justify-content: center;
}
.cid-vgZj9AemEj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgZj9AemEj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgZj9AemEj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgZj9AemEj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgZj9AemEj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgZj9AemEj .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-vgZj9AemEj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgZj9AemEj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgZj9AemEj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgZj9AemEj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgZj9AemEj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgZj9AemEj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgZj9AemEj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgZj9AemEj .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-vgZj9AemEj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgZj9AemEj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgZj9AemEj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgZj9AemEj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgZj9AemEj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgZj9AemEj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgZj9AemEj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgZj9AemEj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgZj9AemEj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgZj9AemEj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgZj9AemEj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgZj9AemEj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgZj9AemEj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgZj9AemEj .dropdown-item.active,
.cid-vgZj9AemEj .dropdown-item:active {
  background-color: transparent;
}
.cid-vgZj9AemEj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgZj9AemEj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgZj9AemEj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgZj9AemEj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0866ff;
}
.cid-vgZj9AemEj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgZj9AemEj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgZj9AemEj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgZj9AemEj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgZj9AemEj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgZj9AemEj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgZj9AemEj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgZj9AemEj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZj9AemEj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZj9AemEj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgZj9AemEj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZj9AemEj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgZj9AemEj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgZj9AemEj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZj9AemEj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgZj9AemEj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgZj9AemEj .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-vgZj9AemEj .navbar {
    height: 70px;
  }
  .cid-vgZj9AemEj .navbar.opened {
    height: auto;
  }
  .cid-vgZj9AemEj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgZj9AtUlQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/baterias-automotivas-em-jarinu-carro-moto-caminhao-1-1600x900.jpg");
}
.cid-vgZj9AtUlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZj9AtUlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZj9AtUlQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgZj9AtUlQ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vgZj9AtUlQ .mbr-section-title {
  color: #051c3d;
}
.cid-vgZj9AG9RA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0866ff;
}
.cid-vgZj9AG9RA .item:focus,
.cid-vgZj9AG9RA span:focus {
  outline: none;
}
.cid-vgZj9AG9RA .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vgZj9AG9RA .content-head {
  max-width: 800px;
}
.cid-vgZj9AG9RA .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgZj9AG9RA .item {
    min-height: 45px;
  }
}
.cid-vgZj9AQXNe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZj9AQXNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZj9AQXNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZj9AQXNe .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgZj9AQXNe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZj9AQXNe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgZj9AQXNe .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgZj9AQXNe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZj9AQXNe .mbr-section-title {
  color: #051c3d;
}
.cid-vgZj9AQXNe .mbr-text,
.cid-vgZj9AQXNe .mbr-section-btn {
  color: #324455;
}
.cid-vgZj9B1sJD {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZj9B1sJD img,
.cid-vgZj9B1sJD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vgZj9B1sJD .item:focus,
.cid-vgZj9B1sJD span:focus {
  outline: none;
}
.cid-vgZj9B1sJD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgZj9B1sJD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgZj9B1sJD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vgZj9B1sJD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgZj9B1sJD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vgZj9B1sJD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vgZj9B1sJD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgZj9B1sJD .mbr-section-title {
  color: #051c3d;
}
.cid-vgZj9B1sJD .mbr-text,
.cid-vgZj9B1sJD .mbr-section-btn {
  text-align: left;
  color: #324455;
}
.cid-vgZj9B1sJD .item-title {
  text-align: left;
  color: #051c3d;
}
.cid-vgZj9B1sJD .item-subtitle {
  text-align: left;
}
.cid-vgZj9B1sJD .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vgZj9Bs7da {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-vgZj9Bs7da .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgZj9Bs7da .item {
    margin-bottom: 1rem;
  }
}
.cid-vgZj9Bs7da .item-wrapper {
  position: relative;
}
.cid-vgZj9Bs7da .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vgZj9Bs7da .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgZj9Bs7da .carousel-control,
.cid-vgZj9Bs7da .close {
  background: #1b1b1b;
}
.cid-vgZj9Bs7da .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgZj9Bs7da .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgZj9Bs7da .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgZj9Bs7da .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgZj9Bs7da .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgZj9Bs7da .close::before {
  content: '\e91a';
}
.cid-vgZj9Bs7da .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgZj9Bs7da .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZj9Bs7da .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZj9Bs7da .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZj9Bs7da .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZj9Bs7da .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgZj9Bs7da .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZj9Bs7da .carousel-indicators li.active,
.cid-vgZj9Bs7da .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZj9Bs7da .carousel-indicators li::after,
.cid-vgZj9Bs7da .carousel-indicators li::before {
  content: none;
}
.cid-vgZj9Bs7da .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZj9Bs7da .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgZj9Bs7da .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZj9Bs7da .carousel-indicators {
    display: none;
  }
}
.cid-vgZj9Bs7da .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZj9Bs7da .carousel-inner > .active {
  display: block;
}
.cid-vgZj9Bs7da .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZj9Bs7da .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgZj9Bs7da .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgZj9Bs7da .carousel-control,
  .cid-vgZj9Bs7da .carousel-indicators,
  .cid-vgZj9Bs7da .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgZj9Bs7da .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgZj9Bs7da .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgZj9Bs7da .carousel-indicators .active,
.cid-vgZj9Bs7da .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgZj9Bs7da .carousel-indicators .active {
  background: #fff;
}
.cid-vgZj9Bs7da .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgZj9Bs7da .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgZj9Bs7da .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgZj9Bs7da .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgZj9Bs7da .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgZj9Bs7da .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgZj9Bs7da .carousel {
  width: 100%;
}
.cid-vgZj9Bs7da .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgZj9Bs7da .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgZj9Bs7da .modal.fade .modal-dialog,
.cid-vgZj9Bs7da .modal.in .modal-dialog {
  transform: none;
}
.cid-vgZj9Bs7da .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgZj9Bs7da .content-head {
  max-width: 800px;
}
.cid-vgZj9Bs7da H3 {
  color: #fafafa;
}
.cid-vgZj9Bs7da H4 {
  color: #fafafa;
}
.cid-vgZj9CqXrD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgZj9CqXrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZj9CqXrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZj9CqXrD .mbr-section-title {
  color: #051c3d;
}
.cid-vgZj9CEasp {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZj9CEasp .carousel {
    min-height: 900px;
  }
  .cid-vgZj9CEasp .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgZj9CEasp .carousel {
    min-height: 585px;
  }
  .cid-vgZj9CEasp .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vgZj9CEasp .carousel {
    min-height: 495px;
  }
  .cid-vgZj9CEasp .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-vgZj9CEasp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgZj9CEasp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgZj9CEasp .carousel,
.cid-vgZj9CEasp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZj9CEasp .item-wrapper {
  width: 100%;
}
.cid-vgZj9CEasp .carousel-caption {
  bottom: 40px;
}
.cid-vgZj9CEasp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgZj9CEasp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgZj9CEasp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgZj9CEasp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgZj9CEasp .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZj9CEasp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZj9CEasp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZj9CEasp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZj9CEasp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgZj9CEasp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZj9CEasp .carousel-indicators li.active,
.cid-vgZj9CEasp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZj9CEasp .carousel-indicators li::after,
.cid-vgZj9CEasp .carousel-indicators li::before {
  content: none;
}
.cid-vgZj9CEasp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZj9CEasp .carousel-indicators {
    display: none !important;
  }
}
.cid-vgZj9D2q3f {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1197.jpg");
}
.cid-vgZj9D2q3f .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-vgZj9D2q3f form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZj9D2q3f form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vgZj9D2q3f form.mbr-form {
    padding: 1rem;
  }
}
.cid-vgZj9D2q3f form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgZj9D2q3f form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZj9D2q3f .mbr-section-title {
  color: #051c3d;
}
.cid-vgZj9D2q3f P {
  color: #324455;
}
.cid-vgZj9DfQpV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
.cid-vgZj9DfQpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZj9DfQpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZj9DfQpV .google-map {
  height: 30rem;
  position: relative;
}
.cid-vgZj9DfQpV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgZj9DfQpV .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-vgZj9DfQpV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgZj9DfQpV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgZj9DfQpV .mbr-section-title {
  color: #051c3d;
}
.cid-vgZj9Ee2hv {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZj9Ee2hv .mbr-text {
  text-align: center;
  color: #324455;
}
.cid-vgZj9Ee2hv .mbr-section-subtitle {
  text-align: center;
  color: #051c3d;
}
.cid-vgZj9Eqi8h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vgZj9Eqi8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZj9Eqi8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZj9Eqi8h .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgZj9Eqi8h .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZj9Eqi8h .row {
    text-align: center;
  }
  .cid-vgZj9Eqi8h .row > div {
    margin: auto;
  }
  .cid-vgZj9Eqi8h .social-row {
    justify-content: center;
  }
}
.cid-vgZj9Eqi8h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgZj9Eqi8h .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vgZj9Eqi8h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgZj9Eqi8h .list {
    margin-bottom: 0rem;
  }
}
.cid-vgZj9Eqi8h .mbr-text {
  color: #161616;
}
.cid-vgZj9Eqi8h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgZj9Eqi8h .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgZj9Eqi8h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgZj9Eqi8h .copyright {
  color: #161616;
}
.cid-vgZj9Eqi8h H5 {
  color: #161616;
}
.cid-vgZk8E9QNW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgZk8E9QNW nav.navbar {
  position: fixed;
}
.cid-vgZk8E9QNW .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-vgZk8E9QNW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgZk8E9QNW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgZk8E9QNW .dropdown-item:hover,
.cid-vgZk8E9QNW .dropdown-item:focus {
  background: #005ee2 !important;
  color: white !important;
}
.cid-vgZk8E9QNW .dropdown-item:hover span {
  color: white;
}
.cid-vgZk8E9QNW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgZk8E9QNW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgZk8E9QNW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgZk8E9QNW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgZk8E9QNW .nav-link {
  position: relative;
}
.cid-vgZk8E9QNW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZk8E9QNW .container {
    flex-wrap: wrap;
  }
}
.cid-vgZk8E9QNW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZk8E9QNW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgZk8E9QNW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgZk8E9QNW .dropdown-menu,
.cid-vgZk8E9QNW .navbar.opened {
  background: #0866ff !important;
}
.cid-vgZk8E9QNW .nav-item:focus,
.cid-vgZk8E9QNW .nav-link:focus {
  outline: none;
}
.cid-vgZk8E9QNW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgZk8E9QNW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgZk8E9QNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgZk8E9QNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgZk8E9QNW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgZk8E9QNW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgZk8E9QNW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0866ff;
}
.cid-vgZk8E9QNW .navbar.opened {
  transition: all 0.3s;
}
.cid-vgZk8E9QNW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgZk8E9QNW .navbar .navbar-logo img {
  width: auto;
}
.cid-vgZk8E9QNW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgZk8E9QNW .navbar.collapsed {
  justify-content: center;
}
.cid-vgZk8E9QNW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgZk8E9QNW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgZk8E9QNW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgZk8E9QNW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgZk8E9QNW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgZk8E9QNW .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-vgZk8E9QNW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgZk8E9QNW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgZk8E9QNW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgZk8E9QNW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgZk8E9QNW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgZk8E9QNW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgZk8E9QNW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgZk8E9QNW .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-vgZk8E9QNW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgZk8E9QNW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgZk8E9QNW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgZk8E9QNW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgZk8E9QNW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgZk8E9QNW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgZk8E9QNW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgZk8E9QNW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgZk8E9QNW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgZk8E9QNW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgZk8E9QNW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgZk8E9QNW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgZk8E9QNW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgZk8E9QNW .dropdown-item.active,
.cid-vgZk8E9QNW .dropdown-item:active {
  background-color: transparent;
}
.cid-vgZk8E9QNW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgZk8E9QNW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgZk8E9QNW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgZk8E9QNW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0866ff;
}
.cid-vgZk8E9QNW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgZk8E9QNW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgZk8E9QNW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgZk8E9QNW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgZk8E9QNW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgZk8E9QNW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgZk8E9QNW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgZk8E9QNW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZk8E9QNW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZk8E9QNW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgZk8E9QNW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZk8E9QNW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgZk8E9QNW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgZk8E9QNW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZk8E9QNW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgZk8E9QNW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgZk8E9QNW .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-vgZk8E9QNW .navbar {
    height: 70px;
  }
  .cid-vgZk8E9QNW .navbar.opened {
    height: auto;
  }
  .cid-vgZk8E9QNW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgZk8EqLcH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/baterias-automotivas-em-jarinu-carro-moto-caminhao-1-1600x900.jpg");
}
.cid-vgZk8EqLcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZk8EqLcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZk8EqLcH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgZk8EqLcH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vgZk8EqLcH .mbr-section-title {
  color: #051c3d;
}
.cid-vgZk8EBlVW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0866ff;
}
.cid-vgZk8EBlVW .item:focus,
.cid-vgZk8EBlVW span:focus {
  outline: none;
}
.cid-vgZk8EBlVW .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vgZk8EBlVW .content-head {
  max-width: 800px;
}
.cid-vgZk8EBlVW .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgZk8EBlVW .item {
    min-height: 45px;
  }
}
.cid-vgZk8ELE1B {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZk8ELE1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZk8ELE1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZk8ELE1B .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgZk8ELE1B .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZk8ELE1B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgZk8ELE1B .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgZk8ELE1B .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZk8ELE1B .mbr-section-title {
  color: #051c3d;
}
.cid-vgZk8ELE1B .mbr-text,
.cid-vgZk8ELE1B .mbr-section-btn {
  color: #324455;
}
.cid-vgZk8EW88j {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZk8EW88j img,
.cid-vgZk8EW88j .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vgZk8EW88j .item:focus,
.cid-vgZk8EW88j span:focus {
  outline: none;
}
.cid-vgZk8EW88j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgZk8EW88j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgZk8EW88j .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vgZk8EW88j .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgZk8EW88j .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vgZk8EW88j .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vgZk8EW88j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgZk8EW88j .mbr-section-title {
  color: #051c3d;
}
.cid-vgZk8EW88j .mbr-text,
.cid-vgZk8EW88j .mbr-section-btn {
  text-align: left;
  color: #324455;
}
.cid-vgZk8EW88j .item-title {
  text-align: left;
  color: #051c3d;
}
.cid-vgZk8EW88j .item-subtitle {
  text-align: left;
}
.cid-vgZk8EW88j .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vgZk8FqjPa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-vgZk8FqjPa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgZk8FqjPa .item {
    margin-bottom: 1rem;
  }
}
.cid-vgZk8FqjPa .item-wrapper {
  position: relative;
}
.cid-vgZk8FqjPa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vgZk8FqjPa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgZk8FqjPa .carousel-control,
.cid-vgZk8FqjPa .close {
  background: #1b1b1b;
}
.cid-vgZk8FqjPa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgZk8FqjPa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgZk8FqjPa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgZk8FqjPa .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgZk8FqjPa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgZk8FqjPa .close::before {
  content: '\e91a';
}
.cid-vgZk8FqjPa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgZk8FqjPa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZk8FqjPa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZk8FqjPa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZk8FqjPa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZk8FqjPa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgZk8FqjPa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZk8FqjPa .carousel-indicators li.active,
.cid-vgZk8FqjPa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZk8FqjPa .carousel-indicators li::after,
.cid-vgZk8FqjPa .carousel-indicators li::before {
  content: none;
}
.cid-vgZk8FqjPa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZk8FqjPa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgZk8FqjPa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZk8FqjPa .carousel-indicators {
    display: none;
  }
}
.cid-vgZk8FqjPa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZk8FqjPa .carousel-inner > .active {
  display: block;
}
.cid-vgZk8FqjPa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZk8FqjPa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgZk8FqjPa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgZk8FqjPa .carousel-control,
  .cid-vgZk8FqjPa .carousel-indicators,
  .cid-vgZk8FqjPa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgZk8FqjPa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgZk8FqjPa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgZk8FqjPa .carousel-indicators .active,
.cid-vgZk8FqjPa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgZk8FqjPa .carousel-indicators .active {
  background: #fff;
}
.cid-vgZk8FqjPa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgZk8FqjPa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgZk8FqjPa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgZk8FqjPa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgZk8FqjPa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgZk8FqjPa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgZk8FqjPa .carousel {
  width: 100%;
}
.cid-vgZk8FqjPa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgZk8FqjPa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgZk8FqjPa .modal.fade .modal-dialog,
.cid-vgZk8FqjPa .modal.in .modal-dialog {
  transform: none;
}
.cid-vgZk8FqjPa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgZk8FqjPa .content-head {
  max-width: 800px;
}
.cid-vgZk8FqjPa H3 {
  color: #fafafa;
}
.cid-vgZk8FqjPa H4 {
  color: #fafafa;
}
.cid-vgZk8GmlWi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgZk8GmlWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZk8GmlWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZk8GmlWi .mbr-section-title {
  color: #051c3d;
}
.cid-vgZk8GAf3f {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZk8GAf3f .carousel {
    min-height: 900px;
  }
  .cid-vgZk8GAf3f .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgZk8GAf3f .carousel {
    min-height: 585px;
  }
  .cid-vgZk8GAf3f .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vgZk8GAf3f .carousel {
    min-height: 495px;
  }
  .cid-vgZk8GAf3f .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-vgZk8GAf3f .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgZk8GAf3f .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgZk8GAf3f .carousel,
.cid-vgZk8GAf3f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZk8GAf3f .item-wrapper {
  width: 100%;
}
.cid-vgZk8GAf3f .carousel-caption {
  bottom: 40px;
}
.cid-vgZk8GAf3f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgZk8GAf3f .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgZk8GAf3f .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgZk8GAf3f .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgZk8GAf3f .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZk8GAf3f .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZk8GAf3f .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZk8GAf3f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZk8GAf3f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgZk8GAf3f .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZk8GAf3f .carousel-indicators li.active,
.cid-vgZk8GAf3f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZk8GAf3f .carousel-indicators li::after,
.cid-vgZk8GAf3f .carousel-indicators li::before {
  content: none;
}
.cid-vgZk8GAf3f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZk8GAf3f .carousel-indicators {
    display: none !important;
  }
}
.cid-vgZk8GWyCk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1197.jpg");
}
.cid-vgZk8GWyCk .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-vgZk8GWyCk form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZk8GWyCk form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vgZk8GWyCk form.mbr-form {
    padding: 1rem;
  }
}
.cid-vgZk8GWyCk form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgZk8GWyCk form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZk8GWyCk .mbr-section-title {
  color: #051c3d;
}
.cid-vgZk8GWyCk P {
  color: #324455;
}
.cid-vgZk8Hj1MC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
.cid-vgZk8Hj1MC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZk8Hj1MC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZk8Hj1MC .google-map {
  height: 30rem;
  position: relative;
}
.cid-vgZk8Hj1MC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgZk8Hj1MC .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-vgZk8Hj1MC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgZk8Hj1MC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgZk8Hj1MC .mbr-section-title {
  color: #051c3d;
}
.cid-vgZk8IEfCZ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZk8IEfCZ .mbr-text {
  text-align: center;
  color: #324455;
}
.cid-vgZk8IEfCZ .mbr-section-subtitle {
  text-align: center;
  color: #051c3d;
}
.cid-vgZk8IQoeL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vgZk8IQoeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZk8IQoeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZk8IQoeL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgZk8IQoeL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZk8IQoeL .row {
    text-align: center;
  }
  .cid-vgZk8IQoeL .row > div {
    margin: auto;
  }
  .cid-vgZk8IQoeL .social-row {
    justify-content: center;
  }
}
.cid-vgZk8IQoeL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgZk8IQoeL .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vgZk8IQoeL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgZk8IQoeL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgZk8IQoeL .mbr-text {
  color: #161616;
}
.cid-vgZk8IQoeL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgZk8IQoeL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgZk8IQoeL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgZk8IQoeL .copyright {
  color: #161616;
}
.cid-vgZk8IQoeL H5 {
  color: #161616;
}
.cid-vgZjxzkE1h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgZjxzkE1h nav.navbar {
  position: fixed;
}
.cid-vgZjxzkE1h .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-vgZjxzkE1h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgZjxzkE1h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgZjxzkE1h .dropdown-item:hover,
.cid-vgZjxzkE1h .dropdown-item:focus {
  background: #005ee2 !important;
  color: white !important;
}
.cid-vgZjxzkE1h .dropdown-item:hover span {
  color: white;
}
.cid-vgZjxzkE1h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgZjxzkE1h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgZjxzkE1h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgZjxzkE1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgZjxzkE1h .nav-link {
  position: relative;
}
.cid-vgZjxzkE1h .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZjxzkE1h .container {
    flex-wrap: wrap;
  }
}
.cid-vgZjxzkE1h .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgZjxzkE1h .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgZjxzkE1h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgZjxzkE1h .dropdown-menu,
.cid-vgZjxzkE1h .navbar.opened {
  background: #0866ff !important;
}
.cid-vgZjxzkE1h .nav-item:focus,
.cid-vgZjxzkE1h .nav-link:focus {
  outline: none;
}
.cid-vgZjxzkE1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgZjxzkE1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgZjxzkE1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgZjxzkE1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgZjxzkE1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgZjxzkE1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgZjxzkE1h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0866ff;
}
.cid-vgZjxzkE1h .navbar.opened {
  transition: all 0.3s;
}
.cid-vgZjxzkE1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgZjxzkE1h .navbar .navbar-logo img {
  width: auto;
}
.cid-vgZjxzkE1h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgZjxzkE1h .navbar.collapsed {
  justify-content: center;
}
.cid-vgZjxzkE1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgZjxzkE1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgZjxzkE1h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgZjxzkE1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgZjxzkE1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgZjxzkE1h .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-vgZjxzkE1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgZjxzkE1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgZjxzkE1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgZjxzkE1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgZjxzkE1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgZjxzkE1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgZjxzkE1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgZjxzkE1h .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-vgZjxzkE1h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgZjxzkE1h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgZjxzkE1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgZjxzkE1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgZjxzkE1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgZjxzkE1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgZjxzkE1h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgZjxzkE1h .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgZjxzkE1h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgZjxzkE1h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgZjxzkE1h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgZjxzkE1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgZjxzkE1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgZjxzkE1h .dropdown-item.active,
.cid-vgZjxzkE1h .dropdown-item:active {
  background-color: transparent;
}
.cid-vgZjxzkE1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgZjxzkE1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgZjxzkE1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgZjxzkE1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0866ff;
}
.cid-vgZjxzkE1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgZjxzkE1h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgZjxzkE1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgZjxzkE1h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgZjxzkE1h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgZjxzkE1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgZjxzkE1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgZjxzkE1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZjxzkE1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgZjxzkE1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgZjxzkE1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZjxzkE1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgZjxzkE1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgZjxzkE1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgZjxzkE1h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgZjxzkE1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgZjxzkE1h .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-vgZjxzkE1h .navbar {
    height: 70px;
  }
  .cid-vgZjxzkE1h .navbar.opened {
    height: auto;
  }
  .cid-vgZjxzkE1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgZjxzxMHw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/baterias-automotivas-em-jarinu-carro-moto-caminhao-1-1600x900.jpg");
}
.cid-vgZjxzxMHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZjxzxMHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZjxzxMHw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgZjxzxMHw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vgZjxzxMHw .mbr-section-title {
  color: #051c3d;
}
.cid-vgZjxzH1in {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0866ff;
}
.cid-vgZjxzH1in .item:focus,
.cid-vgZjxzH1in span:focus {
  outline: none;
}
.cid-vgZjxzH1in .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vgZjxzH1in .content-head {
  max-width: 800px;
}
.cid-vgZjxzH1in .item {
  color: #fafafa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vgZjxzH1in .item {
    min-height: 45px;
  }
}
.cid-vgZjxzTbsf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZjxzTbsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZjxzTbsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZjxzTbsf .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgZjxzTbsf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZjxzTbsf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgZjxzTbsf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgZjxzTbsf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZjxzTbsf .mbr-section-title {
  color: #051c3d;
}
.cid-vgZjxzTbsf .mbr-text,
.cid-vgZjxzTbsf .mbr-section-btn {
  color: #324455;
}
.cid-vgZjxA5ghC {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZjxA5ghC img,
.cid-vgZjxA5ghC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vgZjxA5ghC .item:focus,
.cid-vgZjxA5ghC span:focus {
  outline: none;
}
.cid-vgZjxA5ghC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgZjxA5ghC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgZjxA5ghC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vgZjxA5ghC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgZjxA5ghC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vgZjxA5ghC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vgZjxA5ghC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgZjxA5ghC .mbr-section-title {
  color: #051c3d;
}
.cid-vgZjxA5ghC .mbr-text,
.cid-vgZjxA5ghC .mbr-section-btn {
  text-align: left;
  color: #324455;
}
.cid-vgZjxA5ghC .item-title {
  text-align: left;
  color: #051c3d;
}
.cid-vgZjxA5ghC .item-subtitle {
  text-align: left;
}
.cid-vgZjxA5ghC .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vgZjxAtdzC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1346.jpg");
}
.cid-vgZjxAtdzC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgZjxAtdzC .item {
    margin-bottom: 1rem;
  }
}
.cid-vgZjxAtdzC .item-wrapper {
  position: relative;
}
.cid-vgZjxAtdzC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vgZjxAtdzC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgZjxAtdzC .carousel-control,
.cid-vgZjxAtdzC .close {
  background: #1b1b1b;
}
.cid-vgZjxAtdzC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgZjxAtdzC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgZjxAtdzC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgZjxAtdzC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgZjxAtdzC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgZjxAtdzC .close::before {
  content: '\e91a';
}
.cid-vgZjxAtdzC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgZjxAtdzC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZjxAtdzC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZjxAtdzC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZjxAtdzC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZjxAtdzC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgZjxAtdzC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZjxAtdzC .carousel-indicators li.active,
.cid-vgZjxAtdzC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZjxAtdzC .carousel-indicators li::after,
.cid-vgZjxAtdzC .carousel-indicators li::before {
  content: none;
}
.cid-vgZjxAtdzC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZjxAtdzC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgZjxAtdzC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZjxAtdzC .carousel-indicators {
    display: none;
  }
}
.cid-vgZjxAtdzC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZjxAtdzC .carousel-inner > .active {
  display: block;
}
.cid-vgZjxAtdzC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZjxAtdzC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgZjxAtdzC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgZjxAtdzC .carousel-control,
  .cid-vgZjxAtdzC .carousel-indicators,
  .cid-vgZjxAtdzC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgZjxAtdzC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgZjxAtdzC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgZjxAtdzC .carousel-indicators .active,
.cid-vgZjxAtdzC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgZjxAtdzC .carousel-indicators .active {
  background: #fff;
}
.cid-vgZjxAtdzC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgZjxAtdzC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgZjxAtdzC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgZjxAtdzC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgZjxAtdzC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgZjxAtdzC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgZjxAtdzC .carousel {
  width: 100%;
}
.cid-vgZjxAtdzC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgZjxAtdzC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgZjxAtdzC .modal.fade .modal-dialog,
.cid-vgZjxAtdzC .modal.in .modal-dialog {
  transform: none;
}
.cid-vgZjxAtdzC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgZjxAtdzC .content-head {
  max-width: 800px;
}
.cid-vgZjxAtdzC H3 {
  color: #fafafa;
}
.cid-vgZjxAtdzC H4 {
  color: #fafafa;
}
.cid-vgZjxBjMJo {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vgZjxBjMJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZjxBjMJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZjxBjMJo .mbr-section-title {
  color: #051c3d;
}
.cid-vgZjxBvHO6 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZjxBvHO6 .carousel {
    min-height: 900px;
  }
  .cid-vgZjxBvHO6 .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgZjxBvHO6 .carousel {
    min-height: 585px;
  }
  .cid-vgZjxBvHO6 .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vgZjxBvHO6 .carousel {
    min-height: 495px;
  }
  .cid-vgZjxBvHO6 .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-vgZjxBvHO6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgZjxBvHO6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgZjxBvHO6 .carousel,
.cid-vgZjxBvHO6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgZjxBvHO6 .item-wrapper {
  width: 100%;
}
.cid-vgZjxBvHO6 .carousel-caption {
  bottom: 40px;
}
.cid-vgZjxBvHO6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgZjxBvHO6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgZjxBvHO6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgZjxBvHO6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgZjxBvHO6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgZjxBvHO6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgZjxBvHO6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgZjxBvHO6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgZjxBvHO6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgZjxBvHO6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgZjxBvHO6 .carousel-indicators li.active,
.cid-vgZjxBvHO6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgZjxBvHO6 .carousel-indicators li::after,
.cid-vgZjxBvHO6 .carousel-indicators li::before {
  content: none;
}
.cid-vgZjxBvHO6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgZjxBvHO6 .carousel-indicators {
    display: none !important;
  }
}
.cid-vgZjxBTS8v {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1197.jpg");
}
.cid-vgZjxBTS8v .mbr-overlay {
  background-color: #eed348;
  opacity: 0.9;
}
.cid-vgZjxBTS8v form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vgZjxBTS8v form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-vgZjxBTS8v form.mbr-form {
    padding: 1rem;
  }
}
.cid-vgZjxBTS8v form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgZjxBTS8v form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vgZjxBTS8v .mbr-section-title {
  color: #051c3d;
}
.cid-vgZjxBTS8v P {
  color: #324455;
}
.cid-vgZjxC6DDq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
.cid-vgZjxC6DDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZjxC6DDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZjxC6DDq .google-map {
  height: 30rem;
  position: relative;
}
.cid-vgZjxC6DDq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgZjxC6DDq .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-vgZjxC6DDq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgZjxC6DDq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgZjxC6DDq .mbr-section-title {
  color: #051c3d;
}
.cid-vgZjxDaMDu {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-vgZjxDaMDu .mbr-text {
  text-align: center;
  color: #324455;
}
.cid-vgZjxDaMDu .mbr-section-subtitle {
  text-align: center;
  color: #051c3d;
}
.cid-vgZjxDl1E0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vgZjxDl1E0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZjxDl1E0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZjxDl1E0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgZjxDl1E0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZjxDl1E0 .row {
    text-align: center;
  }
  .cid-vgZjxDl1E0 .row > div {
    margin: auto;
  }
  .cid-vgZjxDl1E0 .social-row {
    justify-content: center;
  }
}
.cid-vgZjxDl1E0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgZjxDl1E0 .list {
  list-style: none;
  padding-left: 0;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-vgZjxDl1E0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgZjxDl1E0 .list {
    margin-bottom: 0rem;
  }
}
.cid-vgZjxDl1E0 .mbr-text {
  color: #161616;
}
.cid-vgZjxDl1E0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgZjxDl1E0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgZjxDl1E0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgZjxDl1E0 .copyright {
  color: #161616;
}
.cid-vgZjxDl1E0 H5 {
  color: #161616;
}
