.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Fugaz One', display;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d04d22 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #13a712 !important;
}
.bg-danger {
  background-color: #d04d22 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d04d22 !important;
  border-color: #d04d22 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e16b44 !important;
  border-color: #e16b44 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e16b44 !important;
  border-color: #e16b44 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0a006f !important;
  border-color: #0a006f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0f00a2 !important;
  border-color: #0f00a2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f00a2 !important;
  border-color: #0f00a2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #13a712 !important;
  border-color: #13a712 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #18d517 !important;
  border-color: #18d517 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #18d517 !important;
  border-color: #18d517 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d04d22 !important;
  border-color: #d04d22 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e16b44 !important;
  border-color: #e16b44 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e16b44 !important;
  border-color: #e16b44 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d04d22;
  color: #d04d22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #853116 !important;
  background-color: transparent !important;
  border-color: #853116 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d04d22 !important;
  border-color: #d04d22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0a006f;
  color: #0a006f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #020018 !important;
  background-color: transparent !important;
  border-color: #020018 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a006f !important;
  border-color: #0a006f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #13a712;
  color: #13a712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a590a !important;
  background-color: transparent !important;
  border-color: #0a590a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #13a712 !important;
  border-color: #13a712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d04d22;
  color: #d04d22;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853116 !important;
  background-color: transparent !important;
  border-color: #853116 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d04d22 !important;
  border-color: #d04d22 !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: #d04d22 !important;
}
.text-secondary {
  color: #0a006f !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #13a712 !important;
}
.text-danger {
  color: #d04d22 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #782d14 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #010009 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #094b08 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #782d14 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d04d22;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #13a712;
}
.alert-danger {
  background-color: #d04d22;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d04d22;
  border-color: #d04d22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d04d22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6d3c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4eec4d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6d3c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #d04d22 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #d04d22;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d04d22;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d04d22;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d04d22;
  border-bottom-color: #d04d22;
}
.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: #d04d22 !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: #0a006f !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='%23d04d22' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.mini-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.mini-text > .mbr-iconfont {
  font-size: 1rem;
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uJHtnrqgjO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #13a712;
}
.cid-uJHtnrqgjO .carousel,
.cid-uJHtnrqgjO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJHtnrqgjO .item-wrapper {
  width: 100%;
}
.cid-uJHtnrqgjO .carousel-caption {
  bottom: 40px;
}
.cid-uJHtnrqgjO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJHtnrqgjO .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uJHtnrqgjO .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uJHtnrqgjO .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJHtnrqgjO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJHtnrqgjO .carousel-control:hover {
  color: #d04d22;
}
.cid-uJHtnrqgjO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uJHtnrqgjO .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uJHtnrqgjO .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uJHtnrqgjO .carousel-indicators {
  display: none;
}
.cid-uJHtnrqgjO .text-content {
  width: 100%;
}
.cid-uJHtnrqgjO .left-side {
  text-align: left;
}
.cid-uJHtnrqgjO .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uJHtnrqgjO .carousel-control {
    display: none;
  }
}
.cid-uJHtnrqgjO .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uJHtnrqgjO .mbr-text {
  color: #232323;
  padding-top: 10px;
}
#custom-html-6p {
  /* Type valid CSS here */
}
#custom-html-6p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6p p {
  font-size: 60px;
  color: #777;
}
.cid-uMiIbEUepV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMiIbEUepV .carousel,
.cid-uMiIbEUepV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMiIbEUepV .item-wrapper {
  width: 100%;
}
.cid-uMiIbEUepV .carousel-caption {
  bottom: 40px;
}
.cid-uMiIbEUepV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMiIbEUepV .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMiIbEUepV .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMiIbEUepV .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMiIbEUepV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMiIbEUepV .carousel-control:hover {
  color: #d04d22;
}
.cid-uMiIbEUepV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMiIbEUepV .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMiIbEUepV .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMiIbEUepV .carousel-indicators {
  display: none;
}
.cid-uMiIbEUepV .text-content {
  width: 100%;
}
.cid-uMiIbEUepV .left-side {
  text-align: left;
}
.cid-uMiIbEUepV .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMiIbEUepV .carousel-control {
    display: none;
  }
}
.cid-uMiIbEUepV .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMiIbEUepV .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-uM1oOzkctF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uM1oOzkctF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1oOzkctF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1oOzkctF .row {
  justify-content: center;
}
.cid-uM1oOzkctF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uM1oOzkctF .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uM1oOzkctF .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uM1oOzkctF .item {
    margin-bottom: 16px;
  }
}
.cid-uM1oOzkctF .item:hover .item-wrapper .item-img img,
.cid-uM1oOzkctF .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uM1oOzkctF .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-uM1oOzkctF .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uM1oOzkctF .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uM1oOzkctF .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uM1oOzkctF .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-uM1oOzkctF .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uM1oOzkctF .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uM1oOzkctF .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uM1oOzkctF .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM1oOzkctF .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uM1oOzkctF .item-title {
  color: #000000;
}
.cid-uM1oOzkctF .list {
  color: #000000;
}
.cid-uM1oOzkctF .item-title,
.cid-uM1oOzkctF .icon-wrapper,
.cid-uM1oOzkctF .mbr-section-btn {
  text-align: center;
}
.cid-uM1oOzkctF .item-title,
.cid-uM1oOzkctF .mbr-section-btn,
.cid-uM1oOzkctF .icon-wrapper {
  color: #f7f7f7;
}
.cid-uM1oOzkctF .list,
.cid-uM1oOzkctF .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uT2T2O05LK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT2T2O05LK img,
.cid-uT2T2O05LK .item-img {
  width: 100%;
}
.cid-uT2T2O05LK .item:focus,
.cid-uT2T2O05LK span:focus {
  outline: none;
}
.cid-uT2T2O05LK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uT2T2O05LK .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uT2T2O05LK .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uT2T2O05LK .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uT2T2O05LK .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uT2T2O05LK section.slider3 .carousel,
.cid-uT2T2O05LK section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uT2T2O05LK .carousel-caption {
  bottom: 40px;
}
.cid-uT2T2O05LK .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uT2T2O05LK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uT2T2O05LK .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uT2T2O05LK .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uT2T2O05LK .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uT2T2O05LK .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uT2T2O05LK .carousel-control {
    display: none;
  }
}
.cid-uT2T2O05LK .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uT2T2O05LK .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uT2T2O05LK .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uT2T2O05LK .carousel-indicators li.active,
.cid-uT2T2O05LK .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uT2T2O05LK .carousel-indicators li::after,
.cid-uT2T2O05LK .carousel-indicators li::before {
  content: none;
}
.cid-uT2T2O05LK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uT2T2O05LK .row {
  align-items: center;
}
.cid-uT2T2O05LK a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uT2T2O05LK .carousel-inner {
    width: 100%;
  }
  .cid-uT2T2O05LK .item-content {
    padding-top: 20px;
  }
}
.cid-uT2T2O05LK .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uT2T2O05LK .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-v55geBGS5j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55geBGS5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55geBGS5j .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55geBGS5j .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55geBGS5j .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55geBGS5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55geBGS5j .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55geBGS5j .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55geBGS5j .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55geBGS5j .card-title,
.cid-v55geBGS5j .iconfont-wrapper {
  color: #000000;
}
.cid-v55geBGS5j .card-text {
  color: #000000;
}
.cid-v55geBGS5j .content-head {
  max-width: 800px;
}
.cid-v55geBGS5j .mbr-section-title {
  color: #ffffff;
}
.cid-v55geBGS5j .card-text,
.cid-v55geBGS5j .mbr-section-btn {
  text-align: center;
}
.cid-v55geBGS5j .card-title,
.cid-v55geBGS5j .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55geBGS5j .price {
  text-align: center;
}
.cid-v55geBGS5j .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55geBGS5j .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uJu6UTddVj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uJu6UTddVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJu6UTddVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJu6UTddVj .mbr-section-title {
  color: #ffffff;
}
.cid-uJu6UTddVj .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJu6UTddVj .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewfjRwagu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewfjRwagu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfjRwagu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfjRwagu .mbr-section-title {
  color: #0c2c68;
}
.cid-vewfjRwagu .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewfjRwagu .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewfix1CpX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewfix1CpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfix1CpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfix1CpX .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewfix1CpX .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfix1CpX .item {
    margin-bottom: 15px;
  }
}
.cid-vewfix1CpX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewfix1CpX .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewfix1CpX .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfix1CpX .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewfix1CpX .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewfix1CpX .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewfix1CpX .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewfix1CpX .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewfix1CpX .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewfix1CpX .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewfix1CpX .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewfix1CpX .card-title {
  color: #000000;
}
.cid-vewfix1CpX .card-text {
  color: #8a8a8a;
}
.cid-vewfix1CpX .card-title,
.cid-vewfix1CpX .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewfix1CpX .card-text,
.cid-vewfix1CpX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewfix1CpX P {
  color: #14cc13;
}
.cid-uTB3DggpG5 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uTB3DggpG5 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uTB3DggpG5 .user {
  padding: 0 !important;
}
.cid-uTB3DggpG5 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uTB3DggpG5 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uTB3DggpG5 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uTB3DggpG5 .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uTB3DggpG5 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uTB3DggpG5 .carousel-item.active,
.cid-uTB3DggpG5 .carousel-item-next,
.cid-uTB3DggpG5 .carousel-item-prev {
  display: flex;
}
.cid-uTB3DggpG5 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uTB3DggpG5 .carousel-controls a {
  font-size: 2rem;
}
.cid-uTB3DggpG5 .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uTB3DggpG5 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uTB3DggpG5 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uTB3DggpG5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uTB3DggpG5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uTB3DggpG5 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uTB3DggpG5 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uTB3DggpG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3DggpG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3DggpG5 .user_text {
  color: #ffffff;
}
.cid-uTB3DggpG5 H2 {
  color: #f7f7f7;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .title,
.cid-uTB3DggpG5 section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-item.active,
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-item-next,
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uTB3DggpG5 section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMiPKIXMkg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMiPKIXMkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiPKIXMkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMiPKIXMkg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMiPKIXMkg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMiPKIXMkg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiPKIXMkg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMiPKIXMkg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiPKIXMkg .mbr-text,
.cid-uMiPKIXMkg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJFweKSJ3p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uJFweKSJ3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFweKSJ3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFweKSJ3p .mbr-section-title {
  color: #ffffff;
}
.cid-uJFweKSJ3p .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJFweKSJ3p .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uIzJTx3QXN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uIzJTx3QXN .container {
    padding: 0 16px;
  }
}
.cid-uIzJTx3QXN .row {
  position: relative;
  z-index: 1;
}
.cid-uIzJTx3QXN .title-wrapper {
  margin-bottom: 80px;
}
.cid-uIzJTx3QXN .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIzJTx3QXN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIzJTx3QXN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uIzJTx3QXN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uIzJTx3QXN .embla__slide .slide-content {
  width: 100%;
}
.cid-uIzJTx3QXN .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIzJTx3QXN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uIzJTx3QXN .embla__button--next,
.cid-uIzJTx3QXN .embla__button--prev {
  display: flex;
}
.cid-uIzJTx3QXN .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIzJTx3QXN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIzJTx3QXN .embla__button:hover {
  opacity: .7 !important;
}
.cid-uIzJTx3QXN .embla__button.embla__button--prev {
  left: 0;
}
.cid-uIzJTx3QXN .embla__button.embla__button--next {
  right: 0;
}
.cid-uIzJTx3QXN .embla {
  position: relative;
  width: 100%;
}
.cid-uIzJTx3QXN .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uIzJTx3QXN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIzJTx3QXN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIzJTx3QXN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIzJTx3QXN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIzJTx3QXN .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uVW3klf4NP {
  background-color: #160d79;
}
.cid-uVW3klf4NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVW3klf4NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVW3klf4NP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVW3klf4NP .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uVW3klf4NP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVW3klf4NP .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVW3klf4NP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVW3klf4NP .header-menu li p {
  margin: 0;
}
.cid-uVW3klf4NP .mbr-section-title {
  color: #ffffff;
}
.cid-uVW3klf4NP .header-menu-item {
  color: #ffffff;
}
.cid-uVW3klf4NP .mbr-text,
.cid-uVW3klf4NP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVW3klf4NP .content-head {
  max-width: 800px;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uVVP15yoyy {
  background-color: #160d79;
}
.cid-uVVP15yoyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVP15yoyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVP15yoyy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVVP15yoyy .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uVVP15yoyy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVVP15yoyy .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVVP15yoyy .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVVP15yoyy .header-menu li p {
  margin: 0;
}
.cid-uVVP15yoyy .mbr-section-title {
  color: #ffffff;
}
.cid-uVVP15yoyy .header-menu-item {
  color: #ffffff;
}
.cid-uVVP15yoyy .mbr-text,
.cid-uVVP15yoyy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVVP15yoyy .content-head {
  max-width: 800px;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uJFC3kJOTJ {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uJFC3kJOTJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uJFC3kJOTJ {
    align-items: center;
  }
  .cid-uJFC3kJOTJ .row {
    justify-content: center;
  }
  .cid-uJFC3kJOTJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJFC3kJOTJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJFC3kJOTJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJFC3kJOTJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJFC3kJOTJ .content-wrap {
    width: 100%;
  }
}
.cid-uJFC3kJOTJ .mbr-section-title,
.cid-uJFC3kJOTJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uJFC3kJOTJ .mbr-text,
.cid-uJFC3kJOTJ .mbr-section-btn {
  text-align: center;
}
.cid-uSXc5m3RlJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXc5m3RlJ img,
.cid-uSXc5m3RlJ .item-img {
  width: 100%;
}
.cid-uSXc5m3RlJ .item:focus,
.cid-uSXc5m3RlJ span:focus {
  outline: none;
}
.cid-uSXc5m3RlJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXc5m3RlJ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXc5m3RlJ .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXc5m3RlJ .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXc5m3RlJ .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXc5m3RlJ section.slider3 .carousel,
.cid-uSXc5m3RlJ section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXc5m3RlJ .carousel-caption {
  bottom: 40px;
}
.cid-uSXc5m3RlJ .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXc5m3RlJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXc5m3RlJ .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXc5m3RlJ .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXc5m3RlJ .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXc5m3RlJ .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXc5m3RlJ .carousel-control {
    display: none;
  }
}
.cid-uSXc5m3RlJ .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXc5m3RlJ .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXc5m3RlJ .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXc5m3RlJ .carousel-indicators li.active,
.cid-uSXc5m3RlJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXc5m3RlJ .carousel-indicators li::after,
.cid-uSXc5m3RlJ .carousel-indicators li::before {
  content: none;
}
.cid-uSXc5m3RlJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXc5m3RlJ .row {
  align-items: center;
}
.cid-uSXc5m3RlJ a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXc5m3RlJ .carousel-inner {
    width: 100%;
  }
  .cid-uSXc5m3RlJ .item-content {
    padding-top: 20px;
  }
}
.cid-uSXc5m3RlJ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXc5m3RlJ .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMvWAnz45f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMvWAnz45f .carousel,
.cid-uMvWAnz45f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMvWAnz45f .item-wrapper {
  width: 100%;
}
.cid-uMvWAnz45f .carousel-caption {
  bottom: 40px;
}
.cid-uMvWAnz45f .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMvWAnz45f .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMvWAnz45f .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMvWAnz45f .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMvWAnz45f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMvWAnz45f .carousel-control:hover {
  color: #d04d22;
}
.cid-uMvWAnz45f .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMvWAnz45f .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMvWAnz45f .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMvWAnz45f .carousel-indicators {
  display: none;
}
.cid-uMvWAnz45f .text-content {
  width: 100%;
}
.cid-uMvWAnz45f .left-side {
  text-align: left;
}
.cid-uMvWAnz45f .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMvWAnz45f .carousel-control {
    display: none;
  }
}
.cid-uMvWAnz45f .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMvWAnz45f .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpF4BGeqU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpF4BGeqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpF4BGeqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpF4BGeqU .row {
  justify-content: center;
}
.cid-vgpF4BGeqU .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpF4BGeqU .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpF4BGeqU .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpF4BGeqU .item {
    margin-bottom: 16px;
  }
}
.cid-vgpF4BGeqU .item:hover .item-wrapper .item-img img,
.cid-vgpF4BGeqU .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpF4BGeqU .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpF4BGeqU .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpF4BGeqU .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpF4BGeqU .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpF4BGeqU .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpF4BGeqU .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpF4BGeqU .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpF4BGeqU .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpF4BGeqU .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpF4BGeqU .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpF4BGeqU .item-title {
  color: #000000;
}
.cid-vgpF4BGeqU .list {
  color: #000000;
}
.cid-vgpF4BGeqU .item-title,
.cid-vgpF4BGeqU .icon-wrapper,
.cid-vgpF4BGeqU .mbr-section-btn {
  text-align: center;
}
.cid-vgpF4BGeqU .item-title,
.cid-vgpF4BGeqU .mbr-section-btn,
.cid-vgpF4BGeqU .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpF4BGeqU .list,
.cid-vgpF4BGeqU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJFC3lJxgB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJFC3lJxgB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJFC3lJxgB .panel-group {
  border: none;
}
.cid-uJFC3lJxgB .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJFC3lJxgB .card-header {
    padding: 0rem;
  }
}
.cid-uJFC3lJxgB .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJFC3lJxgB .img-col {
  padding: 0;
}
.cid-uJFC3lJxgB .img-item {
  height: 100%;
}
.cid-uJFC3lJxgB img {
  height: 100%;
  object-fit: cover;
}
.cid-uJFC3lJxgB .collapsed span {
  transform: rotate(0deg);
}
.cid-uJFC3lJxgB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJFC3lJxgB p {
  margin-bottom: 0.3rem;
}
.cid-uJFC3lJxgB .panel-title-edit {
  color: #000000;
}
.cid-uJFC3lJxgB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJFC3lJxgB .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJFC3lJxgB .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJFC3lJxgB .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJFC3lJxgB .panel-text {
  color: #ffffff;
}
.cid-uJFC3lJxgB .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uJFC3lJxgB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJFC3lJxgB .panel-title-edit,
.cid-uJFC3lJxgB .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hnGUBlp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hnGUBlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hnGUBlp .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hnGUBlp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hnGUBlp .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hnGUBlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hnGUBlp .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hnGUBlp .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hnGUBlp .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hnGUBlp .card-title,
.cid-v55hnGUBlp .iconfont-wrapper {
  color: #000000;
}
.cid-v55hnGUBlp .card-text {
  color: #000000;
}
.cid-v55hnGUBlp .content-head {
  max-width: 800px;
}
.cid-v55hnGUBlp .mbr-section-title {
  color: #ffffff;
}
.cid-v55hnGUBlp .card-text,
.cid-v55hnGUBlp .mbr-section-btn {
  text-align: center;
}
.cid-v55hnGUBlp .card-title,
.cid-v55hnGUBlp .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hnGUBlp .price {
  text-align: center;
}
.cid-v55hnGUBlp .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hnGUBlp .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMvWEjpsSm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvWEjpsSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvWEjpsSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvWEjpsSm .mbr-section-title {
  color: #ffffff;
}
.cid-uMvWEjpsSm .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvWEjpsSm .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewg7TWBKH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewg7TWBKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewg7TWBKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewg7TWBKH .mbr-section-title {
  color: #0c2c68;
}
.cid-vewg7TWBKH .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewg7TWBKH .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewg6CAdDC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewg6CAdDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewg6CAdDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewg6CAdDC .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewg6CAdDC .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewg6CAdDC .item {
    margin-bottom: 15px;
  }
}
.cid-vewg6CAdDC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewg6CAdDC .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewg6CAdDC .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewg6CAdDC .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewg6CAdDC .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewg6CAdDC .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewg6CAdDC .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewg6CAdDC .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewg6CAdDC .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewg6CAdDC .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewg6CAdDC .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewg6CAdDC .card-title {
  color: #000000;
}
.cid-vewg6CAdDC .card-text {
  color: #8a8a8a;
}
.cid-vewg6CAdDC .card-title,
.cid-vewg6CAdDC .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewg6CAdDC .card-text,
.cid-vewg6CAdDC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewg6CAdDC P {
  color: #14cc13;
}
.cid-uWenyMJPgB {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenyMJPgB .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenyMJPgB .user {
  padding: 0 !important;
}
.cid-uWenyMJPgB .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenyMJPgB .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenyMJPgB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenyMJPgB .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenyMJPgB .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenyMJPgB .carousel-item.active,
.cid-uWenyMJPgB .carousel-item-next,
.cid-uWenyMJPgB .carousel-item-prev {
  display: flex;
}
.cid-uWenyMJPgB .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenyMJPgB .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenyMJPgB .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenyMJPgB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenyMJPgB ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenyMJPgB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenyMJPgB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenyMJPgB .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenyMJPgB .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenyMJPgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenyMJPgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenyMJPgB .user_text {
  color: #ffffff;
}
.cid-uWenyMJPgB H2 {
  color: #f7f7f7;
}
.cid-uWenyMJPgB section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .title,
.cid-uWenyMJPgB section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-item.active,
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-item-next,
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenyMJPgB section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenyMJPgB section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMvX0azAC8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMvX0azAC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvX0azAC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMvX0azAC8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMvX0azAC8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMvX0azAC8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMvX0azAC8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMvX0azAC8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMvX0azAC8 .mbr-text,
.cid-uMvX0azAC8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMvWISJsMl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvWISJsMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvWISJsMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvWISJsMl .mbr-section-title {
  color: #ffffff;
}
.cid-uMvWISJsMl .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvWISJsMl .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJFC3o0QKN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uJFC3o0QKN .container {
    padding: 0 16px;
  }
}
.cid-uJFC3o0QKN .row {
  position: relative;
  z-index: 1;
}
.cid-uJFC3o0QKN .title-wrapper {
  margin-bottom: 80px;
}
.cid-uJFC3o0QKN .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJFC3o0QKN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJFC3o0QKN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uJFC3o0QKN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uJFC3o0QKN .embla__slide .slide-content {
  width: 100%;
}
.cid-uJFC3o0QKN .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJFC3o0QKN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJFC3o0QKN .embla__button--next,
.cid-uJFC3o0QKN .embla__button--prev {
  display: flex;
}
.cid-uJFC3o0QKN .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJFC3o0QKN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJFC3o0QKN .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJFC3o0QKN .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJFC3o0QKN .embla__button.embla__button--next {
  right: 0;
}
.cid-uJFC3o0QKN .embla {
  position: relative;
  width: 100%;
}
.cid-uJFC3o0QKN .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJFC3o0QKN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJFC3o0QKN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJFC3o0QKN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJFC3o0QKN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJFC3o0QKN .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uJGZZ07SdE {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uJGZZ07SdE .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uJGZZ07SdE {
    align-items: center;
  }
  .cid-uJGZZ07SdE .row {
    justify-content: center;
  }
  .cid-uJGZZ07SdE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJGZZ07SdE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJGZZ07SdE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJGZZ07SdE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJGZZ07SdE .content-wrap {
    width: 100%;
  }
}
.cid-uJGZZ07SdE .mbr-section-title,
.cid-uJGZZ07SdE .mbr-section-subtitle {
  text-align: center;
}
.cid-uJGZZ07SdE .mbr-text,
.cid-uJGZZ07SdE .mbr-section-btn {
  text-align: center;
}
.cid-uSXccHe1FI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXccHe1FI img,
.cid-uSXccHe1FI .item-img {
  width: 100%;
}
.cid-uSXccHe1FI .item:focus,
.cid-uSXccHe1FI span:focus {
  outline: none;
}
.cid-uSXccHe1FI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXccHe1FI .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXccHe1FI .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXccHe1FI .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXccHe1FI .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXccHe1FI section.slider3 .carousel,
.cid-uSXccHe1FI section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXccHe1FI .carousel-caption {
  bottom: 40px;
}
.cid-uSXccHe1FI .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXccHe1FI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXccHe1FI .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXccHe1FI .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXccHe1FI .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXccHe1FI .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXccHe1FI .carousel-control {
    display: none;
  }
}
.cid-uSXccHe1FI .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXccHe1FI .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXccHe1FI .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXccHe1FI .carousel-indicators li.active,
.cid-uSXccHe1FI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXccHe1FI .carousel-indicators li::after,
.cid-uSXccHe1FI .carousel-indicators li::before {
  content: none;
}
.cid-uSXccHe1FI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXccHe1FI .row {
  align-items: center;
}
.cid-uSXccHe1FI a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXccHe1FI .carousel-inner {
    width: 100%;
  }
  .cid-uSXccHe1FI .item-content {
    padding-top: 20px;
  }
}
.cid-uSXccHe1FI .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXccHe1FI .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMvX40e5ts {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMvX40e5ts .carousel,
.cid-uMvX40e5ts .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMvX40e5ts .item-wrapper {
  width: 100%;
}
.cid-uMvX40e5ts .carousel-caption {
  bottom: 40px;
}
.cid-uMvX40e5ts .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMvX40e5ts .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMvX40e5ts .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMvX40e5ts .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMvX40e5ts .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMvX40e5ts .carousel-control:hover {
  color: #d04d22;
}
.cid-uMvX40e5ts .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMvX40e5ts .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMvX40e5ts .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMvX40e5ts .carousel-indicators {
  display: none;
}
.cid-uMvX40e5ts .text-content {
  width: 100%;
}
.cid-uMvX40e5ts .left-side {
  text-align: left;
}
.cid-uMvX40e5ts .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMvX40e5ts .carousel-control {
    display: none;
  }
}
.cid-uMvX40e5ts .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMvX40e5ts .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-uSWFxNpt7s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uSWFxNpt7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSWFxNpt7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSWFxNpt7s .row {
  justify-content: center;
}
.cid-uSWFxNpt7s .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uSWFxNpt7s .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uSWFxNpt7s .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSWFxNpt7s .item {
    margin-bottom: 16px;
  }
}
.cid-uSWFxNpt7s .item:hover .item-wrapper .item-img img,
.cid-uSWFxNpt7s .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uSWFxNpt7s .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-uSWFxNpt7s .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uSWFxNpt7s .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSWFxNpt7s .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uSWFxNpt7s .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-uSWFxNpt7s .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uSWFxNpt7s .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uSWFxNpt7s .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uSWFxNpt7s .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSWFxNpt7s .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uSWFxNpt7s .item-title {
  color: #000000;
}
.cid-uSWFxNpt7s .list {
  color: #000000;
}
.cid-uSWFxNpt7s .item-title,
.cid-uSWFxNpt7s .icon-wrapper,
.cid-uSWFxNpt7s .mbr-section-btn {
  text-align: center;
}
.cid-uSWFxNpt7s .item-title,
.cid-uSWFxNpt7s .mbr-section-btn,
.cid-uSWFxNpt7s .icon-wrapper {
  color: #f7f7f7;
}
.cid-uSWFxNpt7s .list,
.cid-uSWFxNpt7s .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJGZZ12zBU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJGZZ12zBU .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJGZZ12zBU .panel-group {
  border: none;
}
.cid-uJGZZ12zBU .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJGZZ12zBU .card-header {
    padding: 0rem;
  }
}
.cid-uJGZZ12zBU .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJGZZ12zBU .img-col {
  padding: 0;
}
.cid-uJGZZ12zBU .img-item {
  height: 100%;
}
.cid-uJGZZ12zBU img {
  height: 100%;
  object-fit: cover;
}
.cid-uJGZZ12zBU .collapsed span {
  transform: rotate(0deg);
}
.cid-uJGZZ12zBU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJGZZ12zBU p {
  margin-bottom: 0.3rem;
}
.cid-uJGZZ12zBU .panel-title-edit {
  color: #000000;
}
.cid-uJGZZ12zBU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJGZZ12zBU .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJGZZ12zBU .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJGZZ12zBU .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJGZZ12zBU .panel-text {
  color: #ffffff;
}
.cid-uJGZZ12zBU .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uJGZZ12zBU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJGZZ12zBU .panel-title-edit,
.cid-uJGZZ12zBU .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hx0p0w5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hx0p0w5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hx0p0w5 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hx0p0w5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hx0p0w5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hx0p0w5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hx0p0w5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hx0p0w5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hx0p0w5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hx0p0w5 .card-title,
.cid-v55hx0p0w5 .iconfont-wrapper {
  color: #000000;
}
.cid-v55hx0p0w5 .card-text {
  color: #000000;
}
.cid-v55hx0p0w5 .content-head {
  max-width: 800px;
}
.cid-v55hx0p0w5 .mbr-section-title {
  color: #ffffff;
}
.cid-v55hx0p0w5 .card-text,
.cid-v55hx0p0w5 .mbr-section-btn {
  text-align: center;
}
.cid-v55hx0p0w5 .card-title,
.cid-v55hx0p0w5 .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hx0p0w5 .price {
  text-align: center;
}
.cid-v55hx0p0w5 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hx0p0w5 .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMvX4YBZfg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvX4YBZfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvX4YBZfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvX4YBZfg .mbr-section-title {
  color: #ffffff;
}
.cid-uMvX4YBZfg .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvX4YBZfg .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgkbcRtq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgkbcRtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgkbcRtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgkbcRtq .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgkbcRtq .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgkbcRtq .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgjp5rbw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgjp5rbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgjp5rbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgjp5rbw .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgjp5rbw .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgjp5rbw .item {
    margin-bottom: 15px;
  }
}
.cid-vewgjp5rbw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgjp5rbw .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgjp5rbw .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgjp5rbw .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgjp5rbw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgjp5rbw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgjp5rbw .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgjp5rbw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgjp5rbw .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgjp5rbw .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgjp5rbw .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgjp5rbw .card-title {
  color: #000000;
}
.cid-vewgjp5rbw .card-text {
  color: #8a8a8a;
}
.cid-vewgjp5rbw .card-title,
.cid-vewgjp5rbw .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgjp5rbw .card-text,
.cid-vewgjp5rbw .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgjp5rbw P {
  color: #14cc13;
}
.cid-uWenELkdwT {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenELkdwT .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenELkdwT .user {
  padding: 0 !important;
}
.cid-uWenELkdwT .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenELkdwT .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenELkdwT .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenELkdwT .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenELkdwT .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenELkdwT .carousel-item.active,
.cid-uWenELkdwT .carousel-item-next,
.cid-uWenELkdwT .carousel-item-prev {
  display: flex;
}
.cid-uWenELkdwT .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenELkdwT .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenELkdwT .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenELkdwT .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenELkdwT ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenELkdwT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenELkdwT .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenELkdwT .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenELkdwT .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenELkdwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenELkdwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenELkdwT .user_text {
  color: #ffffff;
}
.cid-uWenELkdwT H2 {
  color: #f7f7f7;
}
.cid-uWenELkdwT section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenELkdwT section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenELkdwT section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenELkdwT section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenELkdwT section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenELkdwT section.testimonaials-slider1 .title,
.cid-uWenELkdwT section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenELkdwT section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenELkdwT section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenELkdwT section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-item.active,
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-item-next,
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenELkdwT section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenELkdwT section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenELkdwT section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMvX6R6Etf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMvX6R6Etf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvX6R6Etf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMvX6R6Etf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMvX6R6Etf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMvX6R6Etf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMvX6R6Etf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMvX6R6Etf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMvX6R6Etf .mbr-text,
.cid-uMvX6R6Etf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMvX63lLqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvX63lLqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvX63lLqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvX63lLqJ .mbr-section-title {
  color: #ffffff;
}
.cid-uMvX63lLqJ .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvX63lLqJ .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJGZZ46Mum {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uJGZZ46Mum .container {
    padding: 0 16px;
  }
}
.cid-uJGZZ46Mum .row {
  position: relative;
  z-index: 1;
}
.cid-uJGZZ46Mum .title-wrapper {
  margin-bottom: 80px;
}
.cid-uJGZZ46Mum .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJGZZ46Mum .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJGZZ46Mum .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uJGZZ46Mum .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uJGZZ46Mum .embla__slide .slide-content {
  width: 100%;
}
.cid-uJGZZ46Mum .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJGZZ46Mum .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJGZZ46Mum .embla__button--next,
.cid-uJGZZ46Mum .embla__button--prev {
  display: flex;
}
.cid-uJGZZ46Mum .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJGZZ46Mum .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJGZZ46Mum .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJGZZ46Mum .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJGZZ46Mum .embla__button.embla__button--next {
  right: 0;
}
.cid-uJGZZ46Mum .embla {
  position: relative;
  width: 100%;
}
.cid-uJGZZ46Mum .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJGZZ46Mum .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJGZZ46Mum .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJGZZ46Mum .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJGZZ46Mum .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJGZZ46Mum .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uJGVD5y4Dn {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uJGVD5y4Dn .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uJGVD5y4Dn {
    align-items: center;
  }
  .cid-uJGVD5y4Dn .row {
    justify-content: center;
  }
  .cid-uJGVD5y4Dn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJGVD5y4Dn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJGVD5y4Dn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJGVD5y4Dn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJGVD5y4Dn .content-wrap {
    width: 100%;
  }
}
.cid-uJGVD5y4Dn .mbr-section-title,
.cid-uJGVD5y4Dn .mbr-section-subtitle {
  text-align: center;
}
.cid-uJGVD5y4Dn .mbr-text,
.cid-uJGVD5y4Dn .mbr-section-btn {
  text-align: center;
}
.cid-uSXc9077t7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXc9077t7 img,
.cid-uSXc9077t7 .item-img {
  width: 100%;
}
.cid-uSXc9077t7 .item:focus,
.cid-uSXc9077t7 span:focus {
  outline: none;
}
.cid-uSXc9077t7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXc9077t7 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXc9077t7 .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXc9077t7 .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXc9077t7 .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXc9077t7 section.slider3 .carousel,
.cid-uSXc9077t7 section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXc9077t7 .carousel-caption {
  bottom: 40px;
}
.cid-uSXc9077t7 .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXc9077t7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXc9077t7 .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXc9077t7 .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXc9077t7 .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXc9077t7 .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXc9077t7 .carousel-control {
    display: none;
  }
}
.cid-uSXc9077t7 .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXc9077t7 .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXc9077t7 .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXc9077t7 .carousel-indicators li.active,
.cid-uSXc9077t7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXc9077t7 .carousel-indicators li::after,
.cid-uSXc9077t7 .carousel-indicators li::before {
  content: none;
}
.cid-uSXc9077t7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXc9077t7 .row {
  align-items: center;
}
.cid-uSXc9077t7 a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXc9077t7 .carousel-inner {
    width: 100%;
  }
  .cid-uSXc9077t7 .item-content {
    padding-top: 20px;
  }
}
.cid-uSXc9077t7 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXc9077t7 .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMvWO0eckK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMvWO0eckK .carousel,
.cid-uMvWO0eckK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMvWO0eckK .item-wrapper {
  width: 100%;
}
.cid-uMvWO0eckK .carousel-caption {
  bottom: 40px;
}
.cid-uMvWO0eckK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMvWO0eckK .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMvWO0eckK .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMvWO0eckK .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMvWO0eckK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMvWO0eckK .carousel-control:hover {
  color: #d04d22;
}
.cid-uMvWO0eckK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMvWO0eckK .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMvWO0eckK .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMvWO0eckK .carousel-indicators {
  display: none;
}
.cid-uMvWO0eckK .text-content {
  width: 100%;
}
.cid-uMvWO0eckK .left-side {
  text-align: left;
}
.cid-uMvWO0eckK .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMvWO0eckK .carousel-control {
    display: none;
  }
}
.cid-uMvWO0eckK .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMvWO0eckK .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpF8CSOJF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpF8CSOJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpF8CSOJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpF8CSOJF .row {
  justify-content: center;
}
.cid-vgpF8CSOJF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpF8CSOJF .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpF8CSOJF .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpF8CSOJF .item {
    margin-bottom: 16px;
  }
}
.cid-vgpF8CSOJF .item:hover .item-wrapper .item-img img,
.cid-vgpF8CSOJF .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpF8CSOJF .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpF8CSOJF .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpF8CSOJF .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpF8CSOJF .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpF8CSOJF .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpF8CSOJF .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpF8CSOJF .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpF8CSOJF .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpF8CSOJF .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpF8CSOJF .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpF8CSOJF .item-title {
  color: #000000;
}
.cid-vgpF8CSOJF .list {
  color: #000000;
}
.cid-vgpF8CSOJF .item-title,
.cid-vgpF8CSOJF .icon-wrapper,
.cid-vgpF8CSOJF .mbr-section-btn {
  text-align: center;
}
.cid-vgpF8CSOJF .item-title,
.cid-vgpF8CSOJF .mbr-section-btn,
.cid-vgpF8CSOJF .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpF8CSOJF .list,
.cid-vgpF8CSOJF .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJGVD6t7g0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJGVD6t7g0 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJGVD6t7g0 .panel-group {
  border: none;
}
.cid-uJGVD6t7g0 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJGVD6t7g0 .card-header {
    padding: 0rem;
  }
}
.cid-uJGVD6t7g0 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJGVD6t7g0 .img-col {
  padding: 0;
}
.cid-uJGVD6t7g0 .img-item {
  height: 100%;
}
.cid-uJGVD6t7g0 img {
  height: 100%;
  object-fit: cover;
}
.cid-uJGVD6t7g0 .collapsed span {
  transform: rotate(0deg);
}
.cid-uJGVD6t7g0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJGVD6t7g0 p {
  margin-bottom: 0.3rem;
}
.cid-uJGVD6t7g0 .panel-title-edit {
  color: #000000;
}
.cid-uJGVD6t7g0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJGVD6t7g0 .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJGVD6t7g0 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJGVD6t7g0 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJGVD6t7g0 .panel-text {
  color: #ffffff;
}
.cid-uJGVD6t7g0 .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uJGVD6t7g0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJGVD6t7g0 .panel-title-edit,
.cid-uJGVD6t7g0 .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hrTFuKA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hrTFuKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hrTFuKA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hrTFuKA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hrTFuKA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hrTFuKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hrTFuKA .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hrTFuKA .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hrTFuKA .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hrTFuKA .card-title,
.cid-v55hrTFuKA .iconfont-wrapper {
  color: #000000;
}
.cid-v55hrTFuKA .card-text {
  color: #000000;
}
.cid-v55hrTFuKA .content-head {
  max-width: 800px;
}
.cid-v55hrTFuKA .mbr-section-title {
  color: #ffffff;
}
.cid-v55hrTFuKA .card-text,
.cid-v55hrTFuKA .mbr-section-btn {
  text-align: center;
}
.cid-v55hrTFuKA .card-title,
.cid-v55hrTFuKA .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hrTFuKA .price {
  text-align: center;
}
.cid-v55hrTFuKA .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hrTFuKA .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMvWRhvlDv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvWRhvlDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvWRhvlDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvWRhvlDv .mbr-section-title {
  color: #ffffff;
}
.cid-uMvWRhvlDv .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvWRhvlDv .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgeuEtYz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgeuEtYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgeuEtYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgeuEtYz .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgeuEtYz .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgeuEtYz .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgdgrumi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgdgrumi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgdgrumi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgdgrumi .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgdgrumi .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgdgrumi .item {
    margin-bottom: 15px;
  }
}
.cid-vewgdgrumi .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgdgrumi .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgdgrumi .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgdgrumi .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgdgrumi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgdgrumi .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgdgrumi .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgdgrumi .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgdgrumi .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgdgrumi .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgdgrumi .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgdgrumi .card-title {
  color: #000000;
}
.cid-vewgdgrumi .card-text {
  color: #8a8a8a;
}
.cid-vewgdgrumi .card-title,
.cid-vewgdgrumi .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgdgrumi .card-text,
.cid-vewgdgrumi .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgdgrumi P {
  color: #14cc13;
}
.cid-uWenBRRbu0 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenBRRbu0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenBRRbu0 .user {
  padding: 0 !important;
}
.cid-uWenBRRbu0 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenBRRbu0 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenBRRbu0 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenBRRbu0 .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenBRRbu0 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenBRRbu0 .carousel-item.active,
.cid-uWenBRRbu0 .carousel-item-next,
.cid-uWenBRRbu0 .carousel-item-prev {
  display: flex;
}
.cid-uWenBRRbu0 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenBRRbu0 .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenBRRbu0 .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenBRRbu0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenBRRbu0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenBRRbu0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenBRRbu0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenBRRbu0 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenBRRbu0 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenBRRbu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenBRRbu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenBRRbu0 .user_text {
  color: #ffffff;
}
.cid-uWenBRRbu0 H2 {
  color: #f7f7f7;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .title,
.cid-uWenBRRbu0 section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-item.active,
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-item-next,
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenBRRbu0 section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMvWWA1Gvu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMvWWA1Gvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvWWA1Gvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMvWWA1Gvu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMvWWA1Gvu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMvWWA1Gvu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMvWWA1Gvu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMvWWA1Gvu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMvWWA1Gvu .mbr-text,
.cid-uMvWWA1Gvu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMvWTTzBL2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvWTTzBL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvWTTzBL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvWTTzBL2 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvWTTzBL2 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvWTTzBL2 .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJGVD9xyPp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uJGVD9xyPp .container {
    padding: 0 16px;
  }
}
.cid-uJGVD9xyPp .row {
  position: relative;
  z-index: 1;
}
.cid-uJGVD9xyPp .title-wrapper {
  margin-bottom: 80px;
}
.cid-uJGVD9xyPp .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJGVD9xyPp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJGVD9xyPp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uJGVD9xyPp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uJGVD9xyPp .embla__slide .slide-content {
  width: 100%;
}
.cid-uJGVD9xyPp .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJGVD9xyPp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJGVD9xyPp .embla__button--next,
.cid-uJGVD9xyPp .embla__button--prev {
  display: flex;
}
.cid-uJGVD9xyPp .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJGVD9xyPp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJGVD9xyPp .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJGVD9xyPp .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJGVD9xyPp .embla__button.embla__button--next {
  right: 0;
}
.cid-uJGVD9xyPp .embla {
  position: relative;
  width: 100%;
}
.cid-uJGVD9xyPp .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJGVD9xyPp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJGVD9xyPp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJGVD9xyPp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJGVD9xyPp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJGVD9xyPp .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uJH3MxHawJ {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uJH3MxHawJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uJH3MxHawJ {
    align-items: center;
  }
  .cid-uJH3MxHawJ .row {
    justify-content: center;
  }
  .cid-uJH3MxHawJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJH3MxHawJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJH3MxHawJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJH3MxHawJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJH3MxHawJ .content-wrap {
    width: 100%;
  }
}
.cid-uJH3MxHawJ .mbr-section-title,
.cid-uJH3MxHawJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uJH3MxHawJ .mbr-text,
.cid-uJH3MxHawJ .mbr-section-btn {
  text-align: center;
}
.cid-uSXcg01WGO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXcg01WGO img,
.cid-uSXcg01WGO .item-img {
  width: 100%;
}
.cid-uSXcg01WGO .item:focus,
.cid-uSXcg01WGO span:focus {
  outline: none;
}
.cid-uSXcg01WGO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXcg01WGO .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXcg01WGO .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXcg01WGO .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXcg01WGO .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXcg01WGO section.slider3 .carousel,
.cid-uSXcg01WGO section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXcg01WGO .carousel-caption {
  bottom: 40px;
}
.cid-uSXcg01WGO .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXcg01WGO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXcg01WGO .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXcg01WGO .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXcg01WGO .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXcg01WGO .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXcg01WGO .carousel-control {
    display: none;
  }
}
.cid-uSXcg01WGO .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXcg01WGO .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXcg01WGO .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXcg01WGO .carousel-indicators li.active,
.cid-uSXcg01WGO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXcg01WGO .carousel-indicators li::after,
.cid-uSXcg01WGO .carousel-indicators li::before {
  content: none;
}
.cid-uSXcg01WGO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXcg01WGO .row {
  align-items: center;
}
.cid-uSXcg01WGO a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXcg01WGO .carousel-inner {
    width: 100%;
  }
  .cid-uSXcg01WGO .item-content {
    padding-top: 20px;
  }
}
.cid-uSXcg01WGO .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXcg01WGO .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMvXiwdYFP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMvXiwdYFP .carousel,
.cid-uMvXiwdYFP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMvXiwdYFP .item-wrapper {
  width: 100%;
}
.cid-uMvXiwdYFP .carousel-caption {
  bottom: 40px;
}
.cid-uMvXiwdYFP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMvXiwdYFP .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMvXiwdYFP .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMvXiwdYFP .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMvXiwdYFP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMvXiwdYFP .carousel-control:hover {
  color: #d04d22;
}
.cid-uMvXiwdYFP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMvXiwdYFP .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMvXiwdYFP .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMvXiwdYFP .carousel-indicators {
  display: none;
}
.cid-uMvXiwdYFP .text-content {
  width: 100%;
}
.cid-uMvXiwdYFP .left-side {
  text-align: left;
}
.cid-uMvXiwdYFP .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMvXiwdYFP .carousel-control {
    display: none;
  }
}
.cid-uMvXiwdYFP .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMvXiwdYFP .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpFtJTzTu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpFtJTzTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFtJTzTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFtJTzTu .row {
  justify-content: center;
}
.cid-vgpFtJTzTu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpFtJTzTu .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpFtJTzTu .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpFtJTzTu .item {
    margin-bottom: 16px;
  }
}
.cid-vgpFtJTzTu .item:hover .item-wrapper .item-img img,
.cid-vgpFtJTzTu .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpFtJTzTu .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpFtJTzTu .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpFtJTzTu .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpFtJTzTu .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpFtJTzTu .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpFtJTzTu .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpFtJTzTu .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpFtJTzTu .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpFtJTzTu .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpFtJTzTu .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpFtJTzTu .item-title {
  color: #000000;
}
.cid-vgpFtJTzTu .list {
  color: #000000;
}
.cid-vgpFtJTzTu .item-title,
.cid-vgpFtJTzTu .icon-wrapper,
.cid-vgpFtJTzTu .mbr-section-btn {
  text-align: center;
}
.cid-vgpFtJTzTu .item-title,
.cid-vgpFtJTzTu .mbr-section-btn,
.cid-vgpFtJTzTu .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpFtJTzTu .list,
.cid-vgpFtJTzTu .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJH3Myy4Am {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJH3Myy4Am .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJH3Myy4Am .panel-group {
  border: none;
}
.cid-uJH3Myy4Am .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJH3Myy4Am .card-header {
    padding: 0rem;
  }
}
.cid-uJH3Myy4Am .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJH3Myy4Am .img-col {
  padding: 0;
}
.cid-uJH3Myy4Am .img-item {
  height: 100%;
}
.cid-uJH3Myy4Am img {
  height: 100%;
  object-fit: cover;
}
.cid-uJH3Myy4Am .collapsed span {
  transform: rotate(0deg);
}
.cid-uJH3Myy4Am .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJH3Myy4Am p {
  margin-bottom: 0.3rem;
}
.cid-uJH3Myy4Am .panel-title-edit {
  color: #000000;
}
.cid-uJH3Myy4Am .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJH3Myy4Am .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJH3Myy4Am .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJH3Myy4Am .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJH3Myy4Am .panel-text {
  color: #ffffff;
}
.cid-uJH3Myy4Am .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uJH3Myy4Am .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJH3Myy4Am .panel-title-edit,
.cid-uJH3Myy4Am .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hBsJw8l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hBsJw8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hBsJw8l .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hBsJw8l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hBsJw8l .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hBsJw8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hBsJw8l .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hBsJw8l .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hBsJw8l .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hBsJw8l .card-title,
.cid-v55hBsJw8l .iconfont-wrapper {
  color: #000000;
}
.cid-v55hBsJw8l .card-text {
  color: #000000;
}
.cid-v55hBsJw8l .content-head {
  max-width: 800px;
}
.cid-v55hBsJw8l .mbr-section-title {
  color: #ffffff;
}
.cid-v55hBsJw8l .card-text,
.cid-v55hBsJw8l .mbr-section-btn {
  text-align: center;
}
.cid-v55hBsJw8l .card-title,
.cid-v55hBsJw8l .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hBsJw8l .price {
  text-align: center;
}
.cid-v55hBsJw8l .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hBsJw8l .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMvXlrKxqw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvXlrKxqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvXlrKxqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvXlrKxqw .mbr-section-title {
  color: #ffffff;
}
.cid-uMvXlrKxqw .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvXlrKxqw .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgpFPYu6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgpFPYu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgpFPYu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgpFPYu6 .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgpFPYu6 .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgpFPYu6 .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgoMtn3M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgoMtn3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgoMtn3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgoMtn3M .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgoMtn3M .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgoMtn3M .item {
    margin-bottom: 15px;
  }
}
.cid-vewgoMtn3M .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgoMtn3M .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgoMtn3M .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgoMtn3M .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgoMtn3M .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgoMtn3M .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgoMtn3M .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgoMtn3M .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgoMtn3M .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgoMtn3M .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgoMtn3M .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgoMtn3M .card-title {
  color: #000000;
}
.cid-vewgoMtn3M .card-text {
  color: #8a8a8a;
}
.cid-vewgoMtn3M .card-title,
.cid-vewgoMtn3M .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgoMtn3M .card-text,
.cid-vewgoMtn3M .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgoMtn3M P {
  color: #14cc13;
}
.cid-uWenHodnoH {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenHodnoH .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenHodnoH .user {
  padding: 0 !important;
}
.cid-uWenHodnoH .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenHodnoH .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenHodnoH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenHodnoH .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenHodnoH .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenHodnoH .carousel-item.active,
.cid-uWenHodnoH .carousel-item-next,
.cid-uWenHodnoH .carousel-item-prev {
  display: flex;
}
.cid-uWenHodnoH .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenHodnoH .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenHodnoH .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenHodnoH .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenHodnoH ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenHodnoH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenHodnoH .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenHodnoH .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenHodnoH .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenHodnoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenHodnoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenHodnoH .user_text {
  color: #ffffff;
}
.cid-uWenHodnoH H2 {
  color: #f7f7f7;
}
.cid-uWenHodnoH section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenHodnoH section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenHodnoH section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenHodnoH section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenHodnoH section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenHodnoH section.testimonaials-slider1 .title,
.cid-uWenHodnoH section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenHodnoH section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenHodnoH section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenHodnoH section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-item.active,
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-item-next,
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenHodnoH section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenHodnoH section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenHodnoH section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uTo1xgIiSO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uTo1xgIiSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTo1xgIiSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTo1xgIiSO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTo1xgIiSO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTo1xgIiSO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTo1xgIiSO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTo1xgIiSO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTo1xgIiSO .mbr-text,
.cid-uTo1xgIiSO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMvXmgoV4J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvXmgoV4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvXmgoV4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvXmgoV4J .mbr-section-title {
  color: #ffffff;
}
.cid-uMvXmgoV4J .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvXmgoV4J .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJH3MBkZzD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uJH3MBkZzD .container {
    padding: 0 16px;
  }
}
.cid-uJH3MBkZzD .row {
  position: relative;
  z-index: 1;
}
.cid-uJH3MBkZzD .title-wrapper {
  margin-bottom: 80px;
}
.cid-uJH3MBkZzD .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJH3MBkZzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJH3MBkZzD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uJH3MBkZzD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uJH3MBkZzD .embla__slide .slide-content {
  width: 100%;
}
.cid-uJH3MBkZzD .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJH3MBkZzD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJH3MBkZzD .embla__button--next,
.cid-uJH3MBkZzD .embla__button--prev {
  display: flex;
}
.cid-uJH3MBkZzD .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJH3MBkZzD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJH3MBkZzD .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJH3MBkZzD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJH3MBkZzD .embla__button.embla__button--next {
  right: 0;
}
.cid-uJH3MBkZzD .embla {
  position: relative;
  width: 100%;
}
.cid-uJH3MBkZzD .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJH3MBkZzD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJH3MBkZzD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJH3MBkZzD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJH3MBkZzD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJH3MBkZzD .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uKpKfEcgKg {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uKpKfEcgKg .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uKpKfEcgKg {
    align-items: center;
  }
  .cid-uKpKfEcgKg .row {
    justify-content: center;
  }
  .cid-uKpKfEcgKg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKpKfEcgKg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKpKfEcgKg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKpKfEcgKg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKpKfEcgKg .content-wrap {
    width: 100%;
  }
}
.cid-uKpKfEcgKg .mbr-section-title,
.cid-uKpKfEcgKg .mbr-section-subtitle {
  text-align: center;
}
.cid-uKpKfEcgKg .mbr-text,
.cid-uKpKfEcgKg .mbr-section-btn {
  text-align: center;
}
.cid-uSXckiIqwF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXckiIqwF img,
.cid-uSXckiIqwF .item-img {
  width: 100%;
}
.cid-uSXckiIqwF .item:focus,
.cid-uSXckiIqwF span:focus {
  outline: none;
}
.cid-uSXckiIqwF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXckiIqwF .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXckiIqwF .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXckiIqwF .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXckiIqwF .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXckiIqwF section.slider3 .carousel,
.cid-uSXckiIqwF section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXckiIqwF .carousel-caption {
  bottom: 40px;
}
.cid-uSXckiIqwF .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXckiIqwF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXckiIqwF .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXckiIqwF .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXckiIqwF .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXckiIqwF .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXckiIqwF .carousel-control {
    display: none;
  }
}
.cid-uSXckiIqwF .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXckiIqwF .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXckiIqwF .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXckiIqwF .carousel-indicators li.active,
.cid-uSXckiIqwF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXckiIqwF .carousel-indicators li::after,
.cid-uSXckiIqwF .carousel-indicators li::before {
  content: none;
}
.cid-uSXckiIqwF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXckiIqwF .row {
  align-items: center;
}
.cid-uSXckiIqwF a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXckiIqwF .carousel-inner {
    width: 100%;
  }
  .cid-uSXckiIqwF .item-content {
    padding-top: 20px;
  }
}
.cid-uSXckiIqwF .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXckiIqwF .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMvXwlePAu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMvXwlePAu .carousel,
.cid-uMvXwlePAu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMvXwlePAu .item-wrapper {
  width: 100%;
}
.cid-uMvXwlePAu .carousel-caption {
  bottom: 40px;
}
.cid-uMvXwlePAu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMvXwlePAu .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMvXwlePAu .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMvXwlePAu .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMvXwlePAu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMvXwlePAu .carousel-control:hover {
  color: #d04d22;
}
.cid-uMvXwlePAu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMvXwlePAu .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMvXwlePAu .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMvXwlePAu .carousel-indicators {
  display: none;
}
.cid-uMvXwlePAu .text-content {
  width: 100%;
}
.cid-uMvXwlePAu .left-side {
  text-align: left;
}
.cid-uMvXwlePAu .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMvXwlePAu .carousel-control {
    display: none;
  }
}
.cid-uMvXwlePAu .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMvXwlePAu .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpFzgChVr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpFzgChVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFzgChVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFzgChVr .row {
  justify-content: center;
}
.cid-vgpFzgChVr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpFzgChVr .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpFzgChVr .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpFzgChVr .item {
    margin-bottom: 16px;
  }
}
.cid-vgpFzgChVr .item:hover .item-wrapper .item-img img,
.cid-vgpFzgChVr .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpFzgChVr .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpFzgChVr .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpFzgChVr .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpFzgChVr .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpFzgChVr .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpFzgChVr .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpFzgChVr .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpFzgChVr .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpFzgChVr .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpFzgChVr .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpFzgChVr .item-title {
  color: #000000;
}
.cid-vgpFzgChVr .list {
  color: #000000;
}
.cid-vgpFzgChVr .item-title,
.cid-vgpFzgChVr .icon-wrapper,
.cid-vgpFzgChVr .mbr-section-btn {
  text-align: center;
}
.cid-vgpFzgChVr .item-title,
.cid-vgpFzgChVr .mbr-section-btn,
.cid-vgpFzgChVr .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpFzgChVr .list,
.cid-vgpFzgChVr .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKpKfEK9dS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKpKfEK9dS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKpKfEK9dS .panel-group {
  border: none;
}
.cid-uKpKfEK9dS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKpKfEK9dS .card-header {
    padding: 0rem;
  }
}
.cid-uKpKfEK9dS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKpKfEK9dS .img-col {
  padding: 0;
}
.cid-uKpKfEK9dS .img-item {
  height: 100%;
}
.cid-uKpKfEK9dS img {
  height: 100%;
  object-fit: cover;
}
.cid-uKpKfEK9dS .collapsed span {
  transform: rotate(0deg);
}
.cid-uKpKfEK9dS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKpKfEK9dS p {
  margin-bottom: 0.3rem;
}
.cid-uKpKfEK9dS .panel-title-edit {
  color: #000000;
}
.cid-uKpKfEK9dS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKpKfEK9dS .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKpKfEK9dS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKpKfEK9dS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKpKfEK9dS .panel-text {
  color: #ffffff;
}
.cid-uKpKfEK9dS .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uKpKfEK9dS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKpKfEK9dS .panel-title-edit,
.cid-uKpKfEK9dS .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hEBMBkU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hEBMBkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hEBMBkU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hEBMBkU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hEBMBkU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hEBMBkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hEBMBkU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hEBMBkU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hEBMBkU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hEBMBkU .card-title,
.cid-v55hEBMBkU .iconfont-wrapper {
  color: #000000;
}
.cid-v55hEBMBkU .card-text {
  color: #000000;
}
.cid-v55hEBMBkU .content-head {
  max-width: 800px;
}
.cid-v55hEBMBkU .mbr-section-title {
  color: #ffffff;
}
.cid-v55hEBMBkU .card-text,
.cid-v55hEBMBkU .mbr-section-btn {
  text-align: center;
}
.cid-v55hEBMBkU .card-title,
.cid-v55hEBMBkU .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hEBMBkU .price {
  text-align: center;
}
.cid-v55hEBMBkU .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hEBMBkU .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMvXAcwnTD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvXAcwnTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvXAcwnTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvXAcwnTD .mbr-section-title {
  color: #ffffff;
}
.cid-uMvXAcwnTD .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvXAcwnTD .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgvkDfam {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgvkDfam .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgvkDfam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgvkDfam .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgvkDfam .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgvkDfam .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgugdboH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgugdboH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgugdboH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgugdboH .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgugdboH .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgugdboH .item {
    margin-bottom: 15px;
  }
}
.cid-vewgugdboH .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgugdboH .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgugdboH .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgugdboH .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgugdboH .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgugdboH .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgugdboH .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgugdboH .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgugdboH .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgugdboH .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgugdboH .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgugdboH .card-title {
  color: #000000;
}
.cid-vewgugdboH .card-text {
  color: #8a8a8a;
}
.cid-vewgugdboH .card-title,
.cid-vewgugdboH .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgugdboH .card-text,
.cid-vewgugdboH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgugdboH P {
  color: #14cc13;
}
.cid-uWenJUGO6T {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenJUGO6T .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenJUGO6T .user {
  padding: 0 !important;
}
.cid-uWenJUGO6T .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenJUGO6T .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenJUGO6T .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenJUGO6T .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenJUGO6T .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenJUGO6T .carousel-item.active,
.cid-uWenJUGO6T .carousel-item-next,
.cid-uWenJUGO6T .carousel-item-prev {
  display: flex;
}
.cid-uWenJUGO6T .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenJUGO6T .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenJUGO6T .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenJUGO6T .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenJUGO6T ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenJUGO6T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenJUGO6T .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenJUGO6T .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenJUGO6T .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenJUGO6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenJUGO6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenJUGO6T .user_text {
  color: #ffffff;
}
.cid-uWenJUGO6T H2 {
  color: #f7f7f7;
}
.cid-uWenJUGO6T section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .title,
.cid-uWenJUGO6T section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-item.active,
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-item-next,
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenJUGO6T section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenJUGO6T section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMw2LdtuYG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMw2LdtuYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw2LdtuYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMw2LdtuYG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMw2LdtuYG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMw2LdtuYG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMw2LdtuYG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMw2LdtuYG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMw2LdtuYG .mbr-text,
.cid-uMw2LdtuYG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMvXDmdYnE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMvXDmdYnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvXDmdYnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvXDmdYnE .mbr-section-title {
  color: #ffffff;
}
.cid-uMvXDmdYnE .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMvXDmdYnE .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uKpKfGWdUI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uKpKfGWdUI .container {
    padding: 0 16px;
  }
}
.cid-uKpKfGWdUI .row {
  position: relative;
  z-index: 1;
}
.cid-uKpKfGWdUI .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKpKfGWdUI .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKpKfGWdUI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKpKfGWdUI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uKpKfGWdUI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uKpKfGWdUI .embla__slide .slide-content {
  width: 100%;
}
.cid-uKpKfGWdUI .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpKfGWdUI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uKpKfGWdUI .embla__button--next,
.cid-uKpKfGWdUI .embla__button--prev {
  display: flex;
}
.cid-uKpKfGWdUI .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKpKfGWdUI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKpKfGWdUI .embla__button:hover {
  opacity: .7 !important;
}
.cid-uKpKfGWdUI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKpKfGWdUI .embla__button.embla__button--next {
  right: 0;
}
.cid-uKpKfGWdUI .embla {
  position: relative;
  width: 100%;
}
.cid-uKpKfGWdUI .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKpKfGWdUI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKpKfGWdUI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKpKfGWdUI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKpKfGWdUI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKpKfGWdUI .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uKpOyTq9Fy {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uKpOyTq9Fy .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uKpOyTq9Fy {
    align-items: center;
  }
  .cid-uKpOyTq9Fy .row {
    justify-content: center;
  }
  .cid-uKpOyTq9Fy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKpOyTq9Fy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKpOyTq9Fy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKpOyTq9Fy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKpOyTq9Fy .content-wrap {
    width: 100%;
  }
}
.cid-uKpOyTq9Fy .mbr-section-title,
.cid-uKpOyTq9Fy .mbr-section-subtitle {
  text-align: center;
}
.cid-uKpOyTq9Fy .mbr-text,
.cid-uKpOyTq9Fy .mbr-section-btn {
  text-align: center;
}
.cid-uSXcoUJ7QL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXcoUJ7QL img,
.cid-uSXcoUJ7QL .item-img {
  width: 100%;
}
.cid-uSXcoUJ7QL .item:focus,
.cid-uSXcoUJ7QL span:focus {
  outline: none;
}
.cid-uSXcoUJ7QL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXcoUJ7QL .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXcoUJ7QL .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXcoUJ7QL .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXcoUJ7QL .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXcoUJ7QL section.slider3 .carousel,
.cid-uSXcoUJ7QL section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXcoUJ7QL .carousel-caption {
  bottom: 40px;
}
.cid-uSXcoUJ7QL .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXcoUJ7QL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXcoUJ7QL .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXcoUJ7QL .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXcoUJ7QL .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXcoUJ7QL .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXcoUJ7QL .carousel-control {
    display: none;
  }
}
.cid-uSXcoUJ7QL .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXcoUJ7QL .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXcoUJ7QL .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXcoUJ7QL .carousel-indicators li.active,
.cid-uSXcoUJ7QL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXcoUJ7QL .carousel-indicators li::after,
.cid-uSXcoUJ7QL .carousel-indicators li::before {
  content: none;
}
.cid-uSXcoUJ7QL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXcoUJ7QL .row {
  align-items: center;
}
.cid-uSXcoUJ7QL a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXcoUJ7QL .carousel-inner {
    width: 100%;
  }
  .cid-uSXcoUJ7QL .item-content {
    padding-top: 20px;
  }
}
.cid-uSXcoUJ7QL .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXcoUJ7QL .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMw5cVpsV0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMw5cVpsV0 .carousel,
.cid-uMw5cVpsV0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMw5cVpsV0 .item-wrapper {
  width: 100%;
}
.cid-uMw5cVpsV0 .carousel-caption {
  bottom: 40px;
}
.cid-uMw5cVpsV0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMw5cVpsV0 .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMw5cVpsV0 .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMw5cVpsV0 .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMw5cVpsV0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMw5cVpsV0 .carousel-control:hover {
  color: #d04d22;
}
.cid-uMw5cVpsV0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMw5cVpsV0 .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMw5cVpsV0 .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMw5cVpsV0 .carousel-indicators {
  display: none;
}
.cid-uMw5cVpsV0 .text-content {
  width: 100%;
}
.cid-uMw5cVpsV0 .left-side {
  text-align: left;
}
.cid-uMw5cVpsV0 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMw5cVpsV0 .carousel-control {
    display: none;
  }
}
.cid-uMw5cVpsV0 .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMw5cVpsV0 .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpFCGOVI3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpFCGOVI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFCGOVI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFCGOVI3 .row {
  justify-content: center;
}
.cid-vgpFCGOVI3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpFCGOVI3 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpFCGOVI3 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpFCGOVI3 .item {
    margin-bottom: 16px;
  }
}
.cid-vgpFCGOVI3 .item:hover .item-wrapper .item-img img,
.cid-vgpFCGOVI3 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpFCGOVI3 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpFCGOVI3 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpFCGOVI3 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpFCGOVI3 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpFCGOVI3 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpFCGOVI3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpFCGOVI3 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpFCGOVI3 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpFCGOVI3 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpFCGOVI3 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpFCGOVI3 .item-title {
  color: #000000;
}
.cid-vgpFCGOVI3 .list {
  color: #000000;
}
.cid-vgpFCGOVI3 .item-title,
.cid-vgpFCGOVI3 .icon-wrapper,
.cid-vgpFCGOVI3 .mbr-section-btn {
  text-align: center;
}
.cid-vgpFCGOVI3 .item-title,
.cid-vgpFCGOVI3 .mbr-section-btn,
.cid-vgpFCGOVI3 .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpFCGOVI3 .list,
.cid-vgpFCGOVI3 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKpOyW4Zqa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKpOyW4Zqa .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKpOyW4Zqa .panel-group {
  border: none;
}
.cid-uKpOyW4Zqa .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKpOyW4Zqa .card-header {
    padding: 0rem;
  }
}
.cid-uKpOyW4Zqa .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKpOyW4Zqa .img-col {
  padding: 0;
}
.cid-uKpOyW4Zqa .img-item {
  height: 100%;
}
.cid-uKpOyW4Zqa img {
  height: 100%;
  object-fit: cover;
}
.cid-uKpOyW4Zqa .collapsed span {
  transform: rotate(0deg);
}
.cid-uKpOyW4Zqa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKpOyW4Zqa p {
  margin-bottom: 0.3rem;
}
.cid-uKpOyW4Zqa .panel-title-edit {
  color: #000000;
}
.cid-uKpOyW4Zqa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKpOyW4Zqa .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKpOyW4Zqa .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKpOyW4Zqa .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKpOyW4Zqa .panel-text {
  color: #ffffff;
}
.cid-uKpOyW4Zqa .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uKpOyW4Zqa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKpOyW4Zqa .panel-title-edit,
.cid-uKpOyW4Zqa .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hHRy1Af {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hHRy1Af .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hHRy1Af .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hHRy1Af .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hHRy1Af .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hHRy1Af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hHRy1Af .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hHRy1Af .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hHRy1Af .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hHRy1Af .card-title,
.cid-v55hHRy1Af .iconfont-wrapper {
  color: #000000;
}
.cid-v55hHRy1Af .card-text {
  color: #000000;
}
.cid-v55hHRy1Af .content-head {
  max-width: 800px;
}
.cid-v55hHRy1Af .mbr-section-title {
  color: #ffffff;
}
.cid-v55hHRy1Af .card-text,
.cid-v55hHRy1Af .mbr-section-btn {
  text-align: center;
}
.cid-v55hHRy1Af .card-title,
.cid-v55hHRy1Af .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hHRy1Af .price {
  text-align: center;
}
.cid-v55hHRy1Af .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hHRy1Af .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMw5oVTxM0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw5oVTxM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw5oVTxM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw5oVTxM0 .mbr-section-title {
  color: #ffffff;
}
.cid-uMw5oVTxM0 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw5oVTxM0 .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgDNzHpe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgDNzHpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgDNzHpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgDNzHpe .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgDNzHpe .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgDNzHpe .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgCLGKUw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgCLGKUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgCLGKUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgCLGKUw .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgCLGKUw .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgCLGKUw .item {
    margin-bottom: 15px;
  }
}
.cid-vewgCLGKUw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgCLGKUw .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgCLGKUw .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgCLGKUw .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgCLGKUw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgCLGKUw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgCLGKUw .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgCLGKUw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgCLGKUw .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgCLGKUw .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgCLGKUw .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgCLGKUw .card-title {
  color: #000000;
}
.cid-vewgCLGKUw .card-text {
  color: #8a8a8a;
}
.cid-vewgCLGKUw .card-title,
.cid-vewgCLGKUw .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgCLGKUw .card-text,
.cid-vewgCLGKUw .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgCLGKUw P {
  color: #14cc13;
}
.cid-uWenMPVrqr {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenMPVrqr .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenMPVrqr .user {
  padding: 0 !important;
}
.cid-uWenMPVrqr .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenMPVrqr .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenMPVrqr .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenMPVrqr .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenMPVrqr .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenMPVrqr .carousel-item.active,
.cid-uWenMPVrqr .carousel-item-next,
.cid-uWenMPVrqr .carousel-item-prev {
  display: flex;
}
.cid-uWenMPVrqr .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenMPVrqr .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenMPVrqr .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenMPVrqr .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenMPVrqr ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenMPVrqr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenMPVrqr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenMPVrqr .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenMPVrqr .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenMPVrqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenMPVrqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenMPVrqr .user_text {
  color: #ffffff;
}
.cid-uWenMPVrqr H2 {
  color: #f7f7f7;
}
.cid-uWenMPVrqr section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .title,
.cid-uWenMPVrqr section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-item.active,
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-item-next,
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenMPVrqr section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenMPVrqr section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMw5uXPsxN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMw5uXPsxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw5uXPsxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMw5uXPsxN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMw5uXPsxN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMw5uXPsxN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMw5uXPsxN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMw5uXPsxN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMw5uXPsxN .mbr-text,
.cid-uMw5uXPsxN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMw5rBL9VY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw5rBL9VY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw5rBL9VY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw5rBL9VY .mbr-section-title {
  color: #ffffff;
}
.cid-uMw5rBL9VY .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw5rBL9VY .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uKpOz0Hh9e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uKpOz0Hh9e .container {
    padding: 0 16px;
  }
}
.cid-uKpOz0Hh9e .row {
  position: relative;
  z-index: 1;
}
.cid-uKpOz0Hh9e .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKpOz0Hh9e .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKpOz0Hh9e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKpOz0Hh9e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uKpOz0Hh9e .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uKpOz0Hh9e .embla__slide .slide-content {
  width: 100%;
}
.cid-uKpOz0Hh9e .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpOz0Hh9e .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uKpOz0Hh9e .embla__button--next,
.cid-uKpOz0Hh9e .embla__button--prev {
  display: flex;
}
.cid-uKpOz0Hh9e .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKpOz0Hh9e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKpOz0Hh9e .embla__button:hover {
  opacity: .7 !important;
}
.cid-uKpOz0Hh9e .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKpOz0Hh9e .embla__button.embla__button--next {
  right: 0;
}
.cid-uKpOz0Hh9e .embla {
  position: relative;
  width: 100%;
}
.cid-uKpOz0Hh9e .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKpOz0Hh9e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKpOz0Hh9e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKpOz0Hh9e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKpOz0Hh9e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKpOz0Hh9e .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uKpQQm129d {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uKpQQm129d .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uKpQQm129d {
    align-items: center;
  }
  .cid-uKpQQm129d .row {
    justify-content: center;
  }
  .cid-uKpQQm129d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKpQQm129d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKpQQm129d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKpQQm129d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKpQQm129d .content-wrap {
    width: 100%;
  }
}
.cid-uKpQQm129d .mbr-section-title,
.cid-uKpQQm129d .mbr-section-subtitle {
  text-align: center;
}
.cid-uKpQQm129d .mbr-text,
.cid-uKpQQm129d .mbr-section-btn {
  text-align: center;
}
.cid-uSXcsqZGmR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXcsqZGmR img,
.cid-uSXcsqZGmR .item-img {
  width: 100%;
}
.cid-uSXcsqZGmR .item:focus,
.cid-uSXcsqZGmR span:focus {
  outline: none;
}
.cid-uSXcsqZGmR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXcsqZGmR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXcsqZGmR .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXcsqZGmR .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXcsqZGmR .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXcsqZGmR section.slider3 .carousel,
.cid-uSXcsqZGmR section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXcsqZGmR .carousel-caption {
  bottom: 40px;
}
.cid-uSXcsqZGmR .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXcsqZGmR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXcsqZGmR .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXcsqZGmR .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXcsqZGmR .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXcsqZGmR .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXcsqZGmR .carousel-control {
    display: none;
  }
}
.cid-uSXcsqZGmR .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXcsqZGmR .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXcsqZGmR .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXcsqZGmR .carousel-indicators li.active,
.cid-uSXcsqZGmR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXcsqZGmR .carousel-indicators li::after,
.cid-uSXcsqZGmR .carousel-indicators li::before {
  content: none;
}
.cid-uSXcsqZGmR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXcsqZGmR .row {
  align-items: center;
}
.cid-uSXcsqZGmR a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXcsqZGmR .carousel-inner {
    width: 100%;
  }
  .cid-uSXcsqZGmR .item-content {
    padding-top: 20px;
  }
}
.cid-uSXcsqZGmR .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXcsqZGmR .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMw5CMtpro {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMw5CMtpro .carousel,
.cid-uMw5CMtpro .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMw5CMtpro .item-wrapper {
  width: 100%;
}
.cid-uMw5CMtpro .carousel-caption {
  bottom: 40px;
}
.cid-uMw5CMtpro .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMw5CMtpro .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMw5CMtpro .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMw5CMtpro .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMw5CMtpro .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMw5CMtpro .carousel-control:hover {
  color: #d04d22;
}
.cid-uMw5CMtpro .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMw5CMtpro .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMw5CMtpro .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMw5CMtpro .carousel-indicators {
  display: none;
}
.cid-uMw5CMtpro .text-content {
  width: 100%;
}
.cid-uMw5CMtpro .left-side {
  text-align: left;
}
.cid-uMw5CMtpro .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMw5CMtpro .carousel-control {
    display: none;
  }
}
.cid-uMw5CMtpro .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMw5CMtpro .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpFFR6mQT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpFFR6mQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFFR6mQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFFR6mQT .row {
  justify-content: center;
}
.cid-vgpFFR6mQT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpFFR6mQT .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpFFR6mQT .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpFFR6mQT .item {
    margin-bottom: 16px;
  }
}
.cid-vgpFFR6mQT .item:hover .item-wrapper .item-img img,
.cid-vgpFFR6mQT .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpFFR6mQT .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpFFR6mQT .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpFFR6mQT .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpFFR6mQT .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpFFR6mQT .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpFFR6mQT .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpFFR6mQT .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpFFR6mQT .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpFFR6mQT .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpFFR6mQT .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpFFR6mQT .item-title {
  color: #000000;
}
.cid-vgpFFR6mQT .list {
  color: #000000;
}
.cid-vgpFFR6mQT .item-title,
.cid-vgpFFR6mQT .icon-wrapper,
.cid-vgpFFR6mQT .mbr-section-btn {
  text-align: center;
}
.cid-vgpFFR6mQT .item-title,
.cid-vgpFFR6mQT .mbr-section-btn,
.cid-vgpFFR6mQT .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpFFR6mQT .list,
.cid-vgpFFR6mQT .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKpQQmWOlp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKpQQmWOlp .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKpQQmWOlp .panel-group {
  border: none;
}
.cid-uKpQQmWOlp .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKpQQmWOlp .card-header {
    padding: 0rem;
  }
}
.cid-uKpQQmWOlp .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKpQQmWOlp .img-col {
  padding: 0;
}
.cid-uKpQQmWOlp .img-item {
  height: 100%;
}
.cid-uKpQQmWOlp img {
  height: 100%;
  object-fit: cover;
}
.cid-uKpQQmWOlp .collapsed span {
  transform: rotate(0deg);
}
.cid-uKpQQmWOlp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKpQQmWOlp p {
  margin-bottom: 0.3rem;
}
.cid-uKpQQmWOlp .panel-title-edit {
  color: #000000;
}
.cid-uKpQQmWOlp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKpQQmWOlp .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKpQQmWOlp .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKpQQmWOlp .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKpQQmWOlp .panel-text {
  color: #ffffff;
}
.cid-uKpQQmWOlp .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uKpQQmWOlp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKpQQmWOlp .panel-title-edit,
.cid-uKpQQmWOlp .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hLMhXmv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hLMhXmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hLMhXmv .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hLMhXmv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hLMhXmv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hLMhXmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hLMhXmv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hLMhXmv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hLMhXmv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hLMhXmv .card-title,
.cid-v55hLMhXmv .iconfont-wrapper {
  color: #000000;
}
.cid-v55hLMhXmv .card-text {
  color: #000000;
}
.cid-v55hLMhXmv .content-head {
  max-width: 800px;
}
.cid-v55hLMhXmv .mbr-section-title {
  color: #ffffff;
}
.cid-v55hLMhXmv .card-text,
.cid-v55hLMhXmv .mbr-section-btn {
  text-align: center;
}
.cid-v55hLMhXmv .card-title,
.cid-v55hLMhXmv .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hLMhXmv .price {
  text-align: center;
}
.cid-v55hLMhXmv .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hLMhXmv .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMw5Gk1EFu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw5Gk1EFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw5Gk1EFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw5Gk1EFu .mbr-section-title {
  color: #ffffff;
}
.cid-uMw5Gk1EFu .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw5Gk1EFu .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgQ0W4uR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgQ0W4uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgQ0W4uR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgQ0W4uR .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgQ0W4uR .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgQ0W4uR .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgNGR0NE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgNGR0NE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgNGR0NE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgNGR0NE .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgNGR0NE .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgNGR0NE .item {
    margin-bottom: 15px;
  }
}
.cid-vewgNGR0NE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgNGR0NE .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgNGR0NE .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgNGR0NE .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgNGR0NE .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgNGR0NE .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgNGR0NE .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgNGR0NE .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgNGR0NE .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgNGR0NE .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgNGR0NE .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgNGR0NE .card-title {
  color: #000000;
}
.cid-vewgNGR0NE .card-text {
  color: #8a8a8a;
}
.cid-vewgNGR0NE .card-title,
.cid-vewgNGR0NE .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgNGR0NE .card-text,
.cid-vewgNGR0NE .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgNGR0NE P {
  color: #14cc13;
}
.cid-uWenPixUqz {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenPixUqz .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenPixUqz .user {
  padding: 0 !important;
}
.cid-uWenPixUqz .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenPixUqz .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenPixUqz .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenPixUqz .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenPixUqz .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenPixUqz .carousel-item.active,
.cid-uWenPixUqz .carousel-item-next,
.cid-uWenPixUqz .carousel-item-prev {
  display: flex;
}
.cid-uWenPixUqz .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenPixUqz .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenPixUqz .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenPixUqz .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenPixUqz ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenPixUqz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenPixUqz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenPixUqz .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenPixUqz .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenPixUqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenPixUqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenPixUqz .user_text {
  color: #ffffff;
}
.cid-uWenPixUqz H2 {
  color: #f7f7f7;
}
.cid-uWenPixUqz section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenPixUqz section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenPixUqz section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenPixUqz section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenPixUqz section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenPixUqz section.testimonaials-slider1 .title,
.cid-uWenPixUqz section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenPixUqz section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenPixUqz section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenPixUqz section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-item.active,
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-item-next,
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenPixUqz section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenPixUqz section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenPixUqz section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMw5LuAIMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMw5LuAIMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw5LuAIMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMw5LuAIMH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMw5LuAIMH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMw5LuAIMH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMw5LuAIMH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMw5LuAIMH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMw5LuAIMH .mbr-text,
.cid-uMw5LuAIMH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMw5J3QuAs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw5J3QuAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw5J3QuAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw5J3QuAs .mbr-section-title {
  color: #ffffff;
}
.cid-uMw5J3QuAs .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw5J3QuAs .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uKpQQqbzkF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uKpQQqbzkF .container {
    padding: 0 16px;
  }
}
.cid-uKpQQqbzkF .row {
  position: relative;
  z-index: 1;
}
.cid-uKpQQqbzkF .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKpQQqbzkF .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKpQQqbzkF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKpQQqbzkF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uKpQQqbzkF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uKpQQqbzkF .embla__slide .slide-content {
  width: 100%;
}
.cid-uKpQQqbzkF .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpQQqbzkF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uKpQQqbzkF .embla__button--next,
.cid-uKpQQqbzkF .embla__button--prev {
  display: flex;
}
.cid-uKpQQqbzkF .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKpQQqbzkF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKpQQqbzkF .embla__button:hover {
  opacity: .7 !important;
}
.cid-uKpQQqbzkF .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKpQQqbzkF .embla__button.embla__button--next {
  right: 0;
}
.cid-uKpQQqbzkF .embla {
  position: relative;
  width: 100%;
}
.cid-uKpQQqbzkF .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKpQQqbzkF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKpQQqbzkF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKpQQqbzkF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKpQQqbzkF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKpQQqbzkF .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uKpSt63rTN {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uKpSt63rTN .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uKpSt63rTN {
    align-items: center;
  }
  .cid-uKpSt63rTN .row {
    justify-content: center;
  }
  .cid-uKpSt63rTN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKpSt63rTN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKpSt63rTN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKpSt63rTN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKpSt63rTN .content-wrap {
    width: 100%;
  }
}
.cid-uKpSt63rTN .mbr-section-title,
.cid-uKpSt63rTN .mbr-section-subtitle {
  text-align: center;
}
.cid-uKpSt63rTN .mbr-text,
.cid-uKpSt63rTN .mbr-section-btn {
  text-align: center;
}
.cid-uT1wXuKnyp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT1wXuKnyp img,
.cid-uT1wXuKnyp .item-img {
  width: 100%;
}
.cid-uT1wXuKnyp .item:focus,
.cid-uT1wXuKnyp span:focus {
  outline: none;
}
.cid-uT1wXuKnyp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uT1wXuKnyp .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uT1wXuKnyp .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uT1wXuKnyp .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uT1wXuKnyp .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uT1wXuKnyp section.slider3 .carousel,
.cid-uT1wXuKnyp section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uT1wXuKnyp .carousel-caption {
  bottom: 40px;
}
.cid-uT1wXuKnyp .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uT1wXuKnyp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uT1wXuKnyp .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uT1wXuKnyp .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uT1wXuKnyp .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uT1wXuKnyp .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uT1wXuKnyp .carousel-control {
    display: none;
  }
}
.cid-uT1wXuKnyp .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uT1wXuKnyp .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uT1wXuKnyp .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uT1wXuKnyp .carousel-indicators li.active,
.cid-uT1wXuKnyp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uT1wXuKnyp .carousel-indicators li::after,
.cid-uT1wXuKnyp .carousel-indicators li::before {
  content: none;
}
.cid-uT1wXuKnyp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uT1wXuKnyp .row {
  align-items: center;
}
.cid-uT1wXuKnyp a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uT1wXuKnyp .carousel-inner {
    width: 100%;
  }
  .cid-uT1wXuKnyp .item-content {
    padding-top: 20px;
  }
}
.cid-uT1wXuKnyp .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uT1wXuKnyp .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMw5Ziwyt1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMw5Ziwyt1 .carousel,
.cid-uMw5Ziwyt1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMw5Ziwyt1 .item-wrapper {
  width: 100%;
}
.cid-uMw5Ziwyt1 .carousel-caption {
  bottom: 40px;
}
.cid-uMw5Ziwyt1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMw5Ziwyt1 .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMw5Ziwyt1 .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMw5Ziwyt1 .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMw5Ziwyt1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMw5Ziwyt1 .carousel-control:hover {
  color: #d04d22;
}
.cid-uMw5Ziwyt1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMw5Ziwyt1 .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMw5Ziwyt1 .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMw5Ziwyt1 .carousel-indicators {
  display: none;
}
.cid-uMw5Ziwyt1 .text-content {
  width: 100%;
}
.cid-uMw5Ziwyt1 .left-side {
  text-align: left;
}
.cid-uMw5Ziwyt1 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMw5Ziwyt1 .carousel-control {
    display: none;
  }
}
.cid-uMw5Ziwyt1 .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMw5Ziwyt1 .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpFIDn2Xr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpFIDn2Xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFIDn2Xr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFIDn2Xr .row {
  justify-content: center;
}
.cid-vgpFIDn2Xr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpFIDn2Xr .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpFIDn2Xr .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpFIDn2Xr .item {
    margin-bottom: 16px;
  }
}
.cid-vgpFIDn2Xr .item:hover .item-wrapper .item-img img,
.cid-vgpFIDn2Xr .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpFIDn2Xr .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpFIDn2Xr .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpFIDn2Xr .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpFIDn2Xr .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpFIDn2Xr .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpFIDn2Xr .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpFIDn2Xr .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpFIDn2Xr .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpFIDn2Xr .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpFIDn2Xr .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpFIDn2Xr .item-title {
  color: #000000;
}
.cid-vgpFIDn2Xr .list {
  color: #000000;
}
.cid-vgpFIDn2Xr .item-title,
.cid-vgpFIDn2Xr .icon-wrapper,
.cid-vgpFIDn2Xr .mbr-section-btn {
  text-align: center;
}
.cid-vgpFIDn2Xr .item-title,
.cid-vgpFIDn2Xr .mbr-section-btn,
.cid-vgpFIDn2Xr .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpFIDn2Xr .list,
.cid-vgpFIDn2Xr .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKpSt6Ox07 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKpSt6Ox07 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKpSt6Ox07 .panel-group {
  border: none;
}
.cid-uKpSt6Ox07 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKpSt6Ox07 .card-header {
    padding: 0rem;
  }
}
.cid-uKpSt6Ox07 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKpSt6Ox07 .img-col {
  padding: 0;
}
.cid-uKpSt6Ox07 .img-item {
  height: 100%;
}
.cid-uKpSt6Ox07 img {
  height: 100%;
  object-fit: cover;
}
.cid-uKpSt6Ox07 .collapsed span {
  transform: rotate(0deg);
}
.cid-uKpSt6Ox07 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKpSt6Ox07 p {
  margin-bottom: 0.3rem;
}
.cid-uKpSt6Ox07 .panel-title-edit {
  color: #000000;
}
.cid-uKpSt6Ox07 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKpSt6Ox07 .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKpSt6Ox07 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKpSt6Ox07 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKpSt6Ox07 .panel-text {
  color: #ffffff;
}
.cid-uKpSt6Ox07 .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uKpSt6Ox07 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKpSt6Ox07 .panel-title-edit,
.cid-uKpSt6Ox07 .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hPkAHeh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hPkAHeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hPkAHeh .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hPkAHeh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hPkAHeh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hPkAHeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hPkAHeh .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hPkAHeh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hPkAHeh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hPkAHeh .card-title,
.cid-v55hPkAHeh .iconfont-wrapper {
  color: #000000;
}
.cid-v55hPkAHeh .card-text {
  color: #000000;
}
.cid-v55hPkAHeh .content-head {
  max-width: 800px;
}
.cid-v55hPkAHeh .mbr-section-title {
  color: #ffffff;
}
.cid-v55hPkAHeh .card-text,
.cid-v55hPkAHeh .mbr-section-btn {
  text-align: center;
}
.cid-v55hPkAHeh .card-title,
.cid-v55hPkAHeh .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hPkAHeh .price {
  text-align: center;
}
.cid-v55hPkAHeh .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hPkAHeh .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMw7qTMeaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw7qTMeaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw7qTMeaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw7qTMeaq .mbr-section-title {
  color: #ffffff;
}
.cid-uMw7qTMeaq .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw7qTMeaq .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewgYV52rk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewgYV52rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgYV52rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgYV52rk .mbr-section-title {
  color: #0c2c68;
}
.cid-vewgYV52rk .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewgYV52rk .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewgXXm9eQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewgXXm9eQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewgXXm9eQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewgXXm9eQ .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewgXXm9eQ .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgXXm9eQ .item {
    margin-bottom: 15px;
  }
}
.cid-vewgXXm9eQ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewgXXm9eQ .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewgXXm9eQ .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewgXXm9eQ .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewgXXm9eQ .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewgXXm9eQ .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewgXXm9eQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewgXXm9eQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewgXXm9eQ .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewgXXm9eQ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewgXXm9eQ .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewgXXm9eQ .card-title {
  color: #000000;
}
.cid-vewgXXm9eQ .card-text {
  color: #8a8a8a;
}
.cid-vewgXXm9eQ .card-title,
.cid-vewgXXm9eQ .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewgXXm9eQ .card-text,
.cid-vewgXXm9eQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewgXXm9eQ P {
  color: #14cc13;
}
.cid-uWenRVnx2m {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenRVnx2m .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenRVnx2m .user {
  padding: 0 !important;
}
.cid-uWenRVnx2m .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenRVnx2m .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenRVnx2m .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenRVnx2m .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenRVnx2m .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenRVnx2m .carousel-item.active,
.cid-uWenRVnx2m .carousel-item-next,
.cid-uWenRVnx2m .carousel-item-prev {
  display: flex;
}
.cid-uWenRVnx2m .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenRVnx2m .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenRVnx2m .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenRVnx2m .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenRVnx2m ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenRVnx2m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenRVnx2m .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenRVnx2m .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenRVnx2m .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenRVnx2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenRVnx2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenRVnx2m .user_text {
  color: #ffffff;
}
.cid-uWenRVnx2m H2 {
  color: #f7f7f7;
}
.cid-uWenRVnx2m section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .title,
.cid-uWenRVnx2m section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-item.active,
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-item-next,
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenRVnx2m section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenRVnx2m section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMw7BZDhcM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMw7BZDhcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw7BZDhcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMw7BZDhcM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMw7BZDhcM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMw7BZDhcM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMw7BZDhcM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMw7BZDhcM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMw7BZDhcM .mbr-text,
.cid-uMw7BZDhcM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMw7tRdJjZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw7tRdJjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw7tRdJjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw7tRdJjZ .mbr-section-title {
  color: #ffffff;
}
.cid-uMw7tRdJjZ .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw7tRdJjZ .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uKpSt9rJgU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uKpSt9rJgU .container {
    padding: 0 16px;
  }
}
.cid-uKpSt9rJgU .row {
  position: relative;
  z-index: 1;
}
.cid-uKpSt9rJgU .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKpSt9rJgU .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKpSt9rJgU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKpSt9rJgU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uKpSt9rJgU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uKpSt9rJgU .embla__slide .slide-content {
  width: 100%;
}
.cid-uKpSt9rJgU .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpSt9rJgU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uKpSt9rJgU .embla__button--next,
.cid-uKpSt9rJgU .embla__button--prev {
  display: flex;
}
.cid-uKpSt9rJgU .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKpSt9rJgU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKpSt9rJgU .embla__button:hover {
  opacity: .7 !important;
}
.cid-uKpSt9rJgU .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKpSt9rJgU .embla__button.embla__button--next {
  right: 0;
}
.cid-uKpSt9rJgU .embla {
  position: relative;
  width: 100%;
}
.cid-uKpSt9rJgU .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKpSt9rJgU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKpSt9rJgU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKpSt9rJgU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKpSt9rJgU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKpSt9rJgU .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uKpUSZqmWV {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uKpUSZqmWV .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uKpUSZqmWV {
    align-items: center;
  }
  .cid-uKpUSZqmWV .row {
    justify-content: center;
  }
  .cid-uKpUSZqmWV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKpUSZqmWV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKpUSZqmWV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKpUSZqmWV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKpUSZqmWV .content-wrap {
    width: 100%;
  }
}
.cid-uKpUSZqmWV .mbr-section-title,
.cid-uKpUSZqmWV .mbr-section-subtitle {
  text-align: center;
}
.cid-uKpUSZqmWV .mbr-text,
.cid-uKpUSZqmWV .mbr-section-btn {
  text-align: center;
}
.cid-uSXczVKgIp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXczVKgIp img,
.cid-uSXczVKgIp .item-img {
  width: 100%;
}
.cid-uSXczVKgIp .item:focus,
.cid-uSXczVKgIp span:focus {
  outline: none;
}
.cid-uSXczVKgIp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXczVKgIp .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXczVKgIp .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXczVKgIp .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXczVKgIp .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXczVKgIp section.slider3 .carousel,
.cid-uSXczVKgIp section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXczVKgIp .carousel-caption {
  bottom: 40px;
}
.cid-uSXczVKgIp .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXczVKgIp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXczVKgIp .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXczVKgIp .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXczVKgIp .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXczVKgIp .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXczVKgIp .carousel-control {
    display: none;
  }
}
.cid-uSXczVKgIp .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXczVKgIp .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXczVKgIp .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXczVKgIp .carousel-indicators li.active,
.cid-uSXczVKgIp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXczVKgIp .carousel-indicators li::after,
.cid-uSXczVKgIp .carousel-indicators li::before {
  content: none;
}
.cid-uSXczVKgIp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXczVKgIp .row {
  align-items: center;
}
.cid-uSXczVKgIp a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXczVKgIp .carousel-inner {
    width: 100%;
  }
  .cid-uSXczVKgIp .item-content {
    padding-top: 20px;
  }
}
.cid-uSXczVKgIp .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXczVKgIp .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMw7Ol3Uir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMw7Ol3Uir .carousel,
.cid-uMw7Ol3Uir .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMw7Ol3Uir .item-wrapper {
  width: 100%;
}
.cid-uMw7Ol3Uir .carousel-caption {
  bottom: 40px;
}
.cid-uMw7Ol3Uir .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMw7Ol3Uir .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMw7Ol3Uir .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMw7Ol3Uir .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMw7Ol3Uir .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMw7Ol3Uir .carousel-control:hover {
  color: #d04d22;
}
.cid-uMw7Ol3Uir .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMw7Ol3Uir .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMw7Ol3Uir .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMw7Ol3Uir .carousel-indicators {
  display: none;
}
.cid-uMw7Ol3Uir .text-content {
  width: 100%;
}
.cid-uMw7Ol3Uir .left-side {
  text-align: left;
}
.cid-uMw7Ol3Uir .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMw7Ol3Uir .carousel-control {
    display: none;
  }
}
.cid-uMw7Ol3Uir .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMw7Ol3Uir .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpFMmSXKZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpFMmSXKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFMmSXKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFMmSXKZ .row {
  justify-content: center;
}
.cid-vgpFMmSXKZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpFMmSXKZ .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpFMmSXKZ .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpFMmSXKZ .item {
    margin-bottom: 16px;
  }
}
.cid-vgpFMmSXKZ .item:hover .item-wrapper .item-img img,
.cid-vgpFMmSXKZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpFMmSXKZ .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpFMmSXKZ .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpFMmSXKZ .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpFMmSXKZ .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpFMmSXKZ .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpFMmSXKZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpFMmSXKZ .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpFMmSXKZ .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpFMmSXKZ .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpFMmSXKZ .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpFMmSXKZ .item-title {
  color: #000000;
}
.cid-vgpFMmSXKZ .list {
  color: #000000;
}
.cid-vgpFMmSXKZ .item-title,
.cid-vgpFMmSXKZ .icon-wrapper,
.cid-vgpFMmSXKZ .mbr-section-btn {
  text-align: center;
}
.cid-vgpFMmSXKZ .item-title,
.cid-vgpFMmSXKZ .mbr-section-btn,
.cid-vgpFMmSXKZ .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpFMmSXKZ .list,
.cid-vgpFMmSXKZ .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uKpUT0iA0K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKpUT0iA0K .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKpUT0iA0K .panel-group {
  border: none;
}
.cid-uKpUT0iA0K .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKpUT0iA0K .card-header {
    padding: 0rem;
  }
}
.cid-uKpUT0iA0K .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKpUT0iA0K .img-col {
  padding: 0;
}
.cid-uKpUT0iA0K .img-item {
  height: 100%;
}
.cid-uKpUT0iA0K img {
  height: 100%;
  object-fit: cover;
}
.cid-uKpUT0iA0K .collapsed span {
  transform: rotate(0deg);
}
.cid-uKpUT0iA0K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKpUT0iA0K p {
  margin-bottom: 0.3rem;
}
.cid-uKpUT0iA0K .panel-title-edit {
  color: #000000;
}
.cid-uKpUT0iA0K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKpUT0iA0K .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKpUT0iA0K .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKpUT0iA0K .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKpUT0iA0K .panel-text {
  color: #ffffff;
}
.cid-uKpUT0iA0K .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uKpUT0iA0K .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKpUT0iA0K .panel-title-edit,
.cid-uKpUT0iA0K .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hSDNrrU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hSDNrrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hSDNrrU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hSDNrrU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hSDNrrU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hSDNrrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hSDNrrU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hSDNrrU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hSDNrrU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hSDNrrU .card-title,
.cid-v55hSDNrrU .iconfont-wrapper {
  color: #000000;
}
.cid-v55hSDNrrU .card-text {
  color: #000000;
}
.cid-v55hSDNrrU .content-head {
  max-width: 800px;
}
.cid-v55hSDNrrU .mbr-section-title {
  color: #ffffff;
}
.cid-v55hSDNrrU .card-text,
.cid-v55hSDNrrU .mbr-section-btn {
  text-align: center;
}
.cid-v55hSDNrrU .card-title,
.cid-v55hSDNrrU .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hSDNrrU .price {
  text-align: center;
}
.cid-v55hSDNrrU .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hSDNrrU .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMw7RjLCXd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw7RjLCXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw7RjLCXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw7RjLCXd .mbr-section-title {
  color: #ffffff;
}
.cid-uMw7RjLCXd .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw7RjLCXd .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewh5Id6ou {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewh5Id6ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewh5Id6ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewh5Id6ou .mbr-section-title {
  color: #0c2c68;
}
.cid-vewh5Id6ou .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewh5Id6ou .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewh4U0end {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewh4U0end .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewh4U0end .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewh4U0end .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewh4U0end .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewh4U0end .item {
    margin-bottom: 15px;
  }
}
.cid-vewh4U0end .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewh4U0end .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewh4U0end .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewh4U0end .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewh4U0end .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewh4U0end .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewh4U0end .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewh4U0end .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewh4U0end .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewh4U0end .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewh4U0end .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewh4U0end .card-title {
  color: #000000;
}
.cid-vewh4U0end .card-text {
  color: #8a8a8a;
}
.cid-vewh4U0end .card-title,
.cid-vewh4U0end .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewh4U0end .card-text,
.cid-vewh4U0end .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewh4U0end P {
  color: #14cc13;
}
.cid-uWenULDblQ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWenULDblQ .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWenULDblQ .user {
  padding: 0 !important;
}
.cid-uWenULDblQ .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenULDblQ .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenULDblQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWenULDblQ .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWenULDblQ .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenULDblQ .carousel-item.active,
.cid-uWenULDblQ .carousel-item-next,
.cid-uWenULDblQ .carousel-item-prev {
  display: flex;
}
.cid-uWenULDblQ .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenULDblQ .carousel-controls a {
  font-size: 2rem;
}
.cid-uWenULDblQ .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWenULDblQ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenULDblQ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenULDblQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWenULDblQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWenULDblQ .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenULDblQ .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWenULDblQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenULDblQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenULDblQ .user_text {
  color: #ffffff;
}
.cid-uWenULDblQ H2 {
  color: #f7f7f7;
}
.cid-uWenULDblQ section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWenULDblQ section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWenULDblQ section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWenULDblQ section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWenULDblQ section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWenULDblQ section.testimonaials-slider1 .title,
.cid-uWenULDblQ section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWenULDblQ section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWenULDblQ section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWenULDblQ section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-item.active,
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-item-next,
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWenULDblQ section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWenULDblQ section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWenULDblQ section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uTo1Q1IAUN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uTo1Q1IAUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTo1Q1IAUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTo1Q1IAUN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTo1Q1IAUN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTo1Q1IAUN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTo1Q1IAUN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTo1Q1IAUN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTo1Q1IAUN .mbr-text,
.cid-uTo1Q1IAUN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMw7Ts3Izw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMw7Ts3Izw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw7Ts3Izw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw7Ts3Izw .mbr-section-title {
  color: #ffffff;
}
.cid-uMw7Ts3Izw .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMw7Ts3Izw .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uKpUT32wAF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uKpUT32wAF .container {
    padding: 0 16px;
  }
}
.cid-uKpUT32wAF .row {
  position: relative;
  z-index: 1;
}
.cid-uKpUT32wAF .title-wrapper {
  margin-bottom: 80px;
}
.cid-uKpUT32wAF .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKpUT32wAF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKpUT32wAF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uKpUT32wAF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uKpUT32wAF .embla__slide .slide-content {
  width: 100%;
}
.cid-uKpUT32wAF .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpUT32wAF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uKpUT32wAF .embla__button--next,
.cid-uKpUT32wAF .embla__button--prev {
  display: flex;
}
.cid-uKpUT32wAF .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKpUT32wAF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKpUT32wAF .embla__button:hover {
  opacity: .7 !important;
}
.cid-uKpUT32wAF .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKpUT32wAF .embla__button.embla__button--next {
  right: 0;
}
.cid-uKpUT32wAF .embla {
  position: relative;
  width: 100%;
}
.cid-uKpUT32wAF .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKpUT32wAF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKpUT32wAF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKpUT32wAF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKpUT32wAF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKpUT32wAF .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-v50CTx4vbf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v50CTx4vbf .nav-item:focus,
.cid-v50CTx4vbf .nav-link:focus {
  outline: none;
}
.cid-v50CTx4vbf .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item:hover,
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item:active,
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v50CTx4vbf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v50CTx4vbf .navbar-caption:hover {
  color: inherit!important;
}
.cid-v50CTx4vbf .container {
  max-width: 1380px;
}
.cid-v50CTx4vbf .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-v50CTx4vbf .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-v50CTx4vbf .nav-link:hover,
.cid-v50CTx4vbf .nav-link:active,
.cid-v50CTx4vbf .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-v50CTx4vbf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-v50CTx4vbf .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-v50CTx4vbf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v50CTx4vbf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v50CTx4vbf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v50CTx4vbf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v50CTx4vbf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v50CTx4vbf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v50CTx4vbf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v50CTx4vbf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v50CTx4vbf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v50CTx4vbf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v50CTx4vbf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v50CTx4vbf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v50CTx4vbf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v50CTx4vbf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v50CTx4vbf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v50CTx4vbf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v50CTx4vbf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v50CTx4vbf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v50CTx4vbf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v50CTx4vbf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v50CTx4vbf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v50CTx4vbf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v50CTx4vbf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v50CTx4vbf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v50CTx4vbf .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-v50CTx4vbf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v50CTx4vbf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v50CTx4vbf .icons-menu span {
  color: #d04d22 !important;
}
.cid-v50CTx4vbf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v50CTx4vbf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v50CTx4vbf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v50CTx4vbf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v50CTx4vbf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v50CTx4vbf .dropdown-item.active,
.cid-v50CTx4vbf .dropdown-item:active {
  background-color: transparent;
}
.cid-v50CTx4vbf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v50CTx4vbf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v50CTx4vbf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v50CTx4vbf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-v50CTx4vbf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v50CTx4vbf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v50CTx4vbf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v50CTx4vbf .navbar-buttons {
  text-align: center;
}
.cid-v50CTx4vbf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v50CTx4vbf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v50CTx4vbf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v50CTx4vbf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v50CTx4vbf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v50CTx4vbf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v50CTx4vbf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v50CTx4vbf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v50CTx4vbf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v50CTx4vbf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v50CTx4vbf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v50CTx4vbf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v50CTx4vbf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v50CTx4vbf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-v50CTx4vbf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v50CTx4vbf .navbar {
    height: 77px;
  }
  .cid-v50CTx4vbf .navbar.opened {
    height: auto;
  }
  .cid-v50CTx4vbf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v50CTx4vbf .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-v50CTxqvbQ {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-v50CTxqvbQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-v50CTxqvbQ {
    align-items: center;
  }
  .cid-v50CTxqvbQ .row {
    justify-content: center;
  }
  .cid-v50CTxqvbQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v50CTxqvbQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v50CTxqvbQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v50CTxqvbQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v50CTxqvbQ .content-wrap {
    width: 100%;
  }
}
.cid-v50CTxqvbQ .mbr-section-title,
.cid-v50CTxqvbQ .mbr-section-subtitle {
  text-align: center;
}
.cid-v50CTxqvbQ .mbr-text,
.cid-v50CTxqvbQ .mbr-section-btn {
  text-align: center;
}
.cid-v50CTxGOqr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v50CTxGOqr img,
.cid-v50CTxGOqr .item-img {
  width: 100%;
}
.cid-v50CTxGOqr .item:focus,
.cid-v50CTxGOqr span:focus {
  outline: none;
}
.cid-v50CTxGOqr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v50CTxGOqr .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-v50CTxGOqr .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-v50CTxGOqr .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-v50CTxGOqr .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-v50CTxGOqr section.slider3 .carousel,
.cid-v50CTxGOqr section.slider3 .carousel-inner {
  display: block !important;
}
.cid-v50CTxGOqr .carousel-caption {
  bottom: 40px;
}
.cid-v50CTxGOqr .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-v50CTxGOqr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v50CTxGOqr .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v50CTxGOqr .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-v50CTxGOqr .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-v50CTxGOqr .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-v50CTxGOqr .carousel-control {
    display: none;
  }
}
.cid-v50CTxGOqr .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-v50CTxGOqr .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-v50CTxGOqr .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v50CTxGOqr .carousel-indicators li.active,
.cid-v50CTxGOqr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-v50CTxGOqr .carousel-indicators li::after,
.cid-v50CTxGOqr .carousel-indicators li::before {
  content: none;
}
.cid-v50CTxGOqr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v50CTxGOqr .row {
  align-items: center;
}
.cid-v50CTxGOqr a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-v50CTxGOqr .carousel-inner {
    width: 100%;
  }
  .cid-v50CTxGOqr .item-content {
    padding-top: 20px;
  }
}
.cid-v50CTxGOqr .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v50CTxGOqr .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-v50CTy1RkQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-v50CTy1RkQ .carousel,
.cid-v50CTy1RkQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v50CTy1RkQ .item-wrapper {
  align-items: center !important;
  text-align: center !important;
}
.cid-v50CTy1RkQ .carousel-caption {
  bottom: 40px;
}
.cid-v50CTy1RkQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v50CTy1RkQ .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-v50CTy1RkQ .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-v50CTy1RkQ .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v50CTy1RkQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v50CTy1RkQ .carousel-control:hover {
  color: #d04d22;
}
.cid-v50CTy1RkQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-v50CTy1RkQ .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-v50CTy1RkQ .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-v50CTy1RkQ .carousel-indicators {
  display: none;
}
.cid-v50CTy1RkQ .text-content {
  width: 100%;
}
.cid-v50CTy1RkQ .left-side {
  text-align: left;
}
.cid-v50CTy1RkQ .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-v50CTy1RkQ .carousel-control {
    display: none;
  }
}
.cid-v50CTy1RkQ .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-v50CTy1RkQ .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-v50CTy1RkQ .mbr-section-title,
.cid-v50CTy1RkQ .item-title {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  overflow-x: visible !important;
}
.cid-vgpEN2Hag9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpEN2Hag9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpEN2Hag9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpEN2Hag9 .row {
  justify-content: center;
}
.cid-vgpEN2Hag9 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpEN2Hag9 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpEN2Hag9 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpEN2Hag9 .item {
    margin-bottom: 16px;
  }
}
.cid-vgpEN2Hag9 .item:hover .item-wrapper .item-img img,
.cid-vgpEN2Hag9 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpEN2Hag9 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpEN2Hag9 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpEN2Hag9 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpEN2Hag9 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpEN2Hag9 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpEN2Hag9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpEN2Hag9 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpEN2Hag9 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpEN2Hag9 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpEN2Hag9 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpEN2Hag9 .item-title {
  color: #000000;
}
.cid-vgpEN2Hag9 .list {
  color: #000000;
}
.cid-vgpEN2Hag9 .item-title,
.cid-vgpEN2Hag9 .icon-wrapper,
.cid-vgpEN2Hag9 .mbr-section-btn {
  text-align: center;
}
.cid-vgpEN2Hag9 .item-title,
.cid-vgpEN2Hag9 .mbr-section-btn,
.cid-vgpEN2Hag9 .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpEN2Hag9 .list,
.cid-vgpEN2Hag9 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v50CTyA1SR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v50CTyA1SR .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v50CTyA1SR .panel-group {
  border: none;
}
.cid-v50CTyA1SR .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v50CTyA1SR .card-header {
    padding: 0rem;
  }
}
.cid-v50CTyA1SR .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v50CTyA1SR .img-col {
  padding: 0;
}
.cid-v50CTyA1SR .img-item {
  height: 100%;
}
.cid-v50CTyA1SR img {
  height: 100%;
  object-fit: cover;
}
.cid-v50CTyA1SR .collapsed span {
  transform: rotate(0deg);
}
.cid-v50CTyA1SR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v50CTyA1SR p {
  margin-bottom: 0.3rem;
}
.cid-v50CTyA1SR .panel-title-edit {
  color: #000000;
}
.cid-v50CTyA1SR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v50CTyA1SR .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v50CTyA1SR .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v50CTyA1SR .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v50CTyA1SR .panel-text {
  color: #ffffff;
}
.cid-v50CTyA1SR .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-v50CTyA1SR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v50CTyA1SR .panel-title-edit,
.cid-v50CTyA1SR .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55gX2OJmo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55gX2OJmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55gX2OJmo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55gX2OJmo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55gX2OJmo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55gX2OJmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55gX2OJmo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55gX2OJmo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55gX2OJmo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55gX2OJmo .card-title,
.cid-v55gX2OJmo .iconfont-wrapper {
  color: #000000;
}
.cid-v55gX2OJmo .card-text {
  color: #000000;
}
.cid-v55gX2OJmo .content-head {
  max-width: 800px;
}
.cid-v55gX2OJmo .mbr-section-title {
  color: #ffffff;
}
.cid-v55gX2OJmo .card-text,
.cid-v55gX2OJmo .mbr-section-btn {
  text-align: center;
}
.cid-v55gX2OJmo .card-title,
.cid-v55gX2OJmo .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55gX2OJmo .price {
  text-align: center;
}
.cid-v55gX2OJmo .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55gX2OJmo .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-v50CTztFBF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-v50CTztFBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50CTztFBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50CTztFBF .mbr-section-title {
  color: #ffffff;
}
.cid-v50CTztFBF .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v50CTztFBF .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewfKoaGxY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewfKoaGxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfKoaGxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfKoaGxY .mbr-section-title {
  color: #0c2c68;
}
.cid-vewfKoaGxY .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewfKoaGxY .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewfIERu0X {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewfIERu0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfIERu0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfIERu0X .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewfIERu0X .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfIERu0X .item {
    margin-bottom: 15px;
  }
}
.cid-vewfIERu0X .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewfIERu0X .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewfIERu0X .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfIERu0X .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewfIERu0X .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewfIERu0X .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewfIERu0X .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewfIERu0X .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewfIERu0X .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewfIERu0X .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewfIERu0X .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewfIERu0X .card-title {
  color: #000000;
}
.cid-vewfIERu0X .card-text {
  color: #8a8a8a;
}
.cid-vewfIERu0X .card-title,
.cid-vewfIERu0X .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewfIERu0X .card-text,
.cid-vewfIERu0X .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewfIERu0X P {
  color: #0a006f;
}
.cid-v50CTAfQY2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-v50CTAfQY2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-v50CTAfQY2 .user {
  padding: 0 !important;
}
.cid-v50CTAfQY2 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-v50CTAfQY2 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-v50CTAfQY2 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-v50CTAfQY2 .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-v50CTAfQY2 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v50CTAfQY2 .carousel-item.active,
.cid-v50CTAfQY2 .carousel-item-next,
.cid-v50CTAfQY2 .carousel-item-prev {
  display: flex;
}
.cid-v50CTAfQY2 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-v50CTAfQY2 .carousel-controls a {
  font-size: 2rem;
}
.cid-v50CTAfQY2 .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-v50CTAfQY2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-v50CTAfQY2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-v50CTAfQY2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-v50CTAfQY2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-v50CTAfQY2 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-v50CTAfQY2 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-v50CTAfQY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50CTAfQY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50CTAfQY2 .user_text {
  color: #ffffff;
}
.cid-v50CTAfQY2 H2 {
  color: #f7f7f7;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .title,
.cid-v50CTAfQY2 section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-item.active,
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-item-next,
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-v50CTAfQY2 section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-v50CTAR3TZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v50CTAR3TZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50CTAR3TZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v50CTAR3TZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v50CTAR3TZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v50CTAR3TZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v50CTAR3TZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v50CTAR3TZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v50CTAR3TZ .mbr-text,
.cid-v50CTAR3TZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v50CTBcFdN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-v50CTBcFdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50CTBcFdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50CTBcFdN .mbr-section-title {
  color: #ffffff;
}
.cid-v50CTBcFdN .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v50CTBcFdN .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v50CTByKiy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-v50CTByKiy .container {
    padding: 0 16px;
  }
}
.cid-v50CTByKiy .row {
  position: relative;
  z-index: 1;
}
.cid-v50CTByKiy .title-wrapper {
  margin-bottom: 80px;
}
.cid-v50CTByKiy .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v50CTByKiy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v50CTByKiy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-v50CTByKiy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-v50CTByKiy .embla__slide .slide-content {
  width: 100%;
}
.cid-v50CTByKiy .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v50CTByKiy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v50CTByKiy .embla__button--next,
.cid-v50CTByKiy .embla__button--prev {
  display: flex;
}
.cid-v50CTByKiy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v50CTByKiy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v50CTByKiy .embla__button:hover {
  opacity: .7 !important;
}
.cid-v50CTByKiy .embla__button.embla__button--prev {
  left: 0;
}
.cid-v50CTByKiy .embla__button.embla__button--next {
  right: 0;
}
.cid-v50CTByKiy .embla {
  position: relative;
  width: 100%;
}
.cid-v50CTByKiy .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-v50CTByKiy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v50CTByKiy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v50CTByKiy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v50CTByKiy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v50CTByKiy .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-v50CTCq47d {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-v50CTCq47d .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-v50CTCq47d .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-v50CTCq47d .links-block ul li {
  margin: 0 1rem;
}
.cid-v50CTCq47d .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-v50CTCq47d .links-block ul,
.cid-v50CTCq47d .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-v50CTCq47d .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-v54yDDT8zq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54yDDT8zq .nav-item:focus,
.cid-v54yDDT8zq .nav-link:focus {
  outline: none;
}
.cid-v54yDDT8zq .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item:hover,
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item:active,
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v54yDDT8zq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54yDDT8zq .navbar-caption:hover {
  color: inherit!important;
}
.cid-v54yDDT8zq .container {
  max-width: 1380px;
}
.cid-v54yDDT8zq .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-v54yDDT8zq .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-v54yDDT8zq .nav-link:hover,
.cid-v54yDDT8zq .nav-link:active,
.cid-v54yDDT8zq .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-v54yDDT8zq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-v54yDDT8zq .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-v54yDDT8zq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v54yDDT8zq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v54yDDT8zq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v54yDDT8zq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v54yDDT8zq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v54yDDT8zq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v54yDDT8zq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v54yDDT8zq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v54yDDT8zq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v54yDDT8zq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v54yDDT8zq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v54yDDT8zq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v54yDDT8zq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v54yDDT8zq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v54yDDT8zq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v54yDDT8zq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v54yDDT8zq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v54yDDT8zq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v54yDDT8zq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v54yDDT8zq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v54yDDT8zq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v54yDDT8zq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v54yDDT8zq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v54yDDT8zq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v54yDDT8zq .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-v54yDDT8zq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v54yDDT8zq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v54yDDT8zq .icons-menu span {
  color: #d04d22 !important;
}
.cid-v54yDDT8zq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v54yDDT8zq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v54yDDT8zq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v54yDDT8zq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v54yDDT8zq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v54yDDT8zq .dropdown-item.active,
.cid-v54yDDT8zq .dropdown-item:active {
  background-color: transparent;
}
.cid-v54yDDT8zq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v54yDDT8zq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v54yDDT8zq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v54yDDT8zq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-v54yDDT8zq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v54yDDT8zq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v54yDDT8zq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v54yDDT8zq .navbar-buttons {
  text-align: center;
}
.cid-v54yDDT8zq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v54yDDT8zq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v54yDDT8zq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v54yDDT8zq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v54yDDT8zq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v54yDDT8zq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v54yDDT8zq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v54yDDT8zq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v54yDDT8zq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v54yDDT8zq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v54yDDT8zq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v54yDDT8zq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v54yDDT8zq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v54yDDT8zq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-v54yDDT8zq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v54yDDT8zq .navbar {
    height: 77px;
  }
  .cid-v54yDDT8zq .navbar.opened {
    height: auto;
  }
  .cid-v54yDDT8zq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v54yDDT8zq .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-v54yDEsqFF {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-v54yDEsqFF .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-v54yDEsqFF {
    align-items: center;
  }
  .cid-v54yDEsqFF .row {
    justify-content: center;
  }
  .cid-v54yDEsqFF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v54yDEsqFF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v54yDEsqFF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v54yDEsqFF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v54yDEsqFF .content-wrap {
    width: 100%;
  }
}
.cid-v54yDEsqFF .mbr-section-title,
.cid-v54yDEsqFF .mbr-section-subtitle {
  text-align: center;
}
.cid-v54yDEsqFF .mbr-text,
.cid-v54yDEsqFF .mbr-section-btn {
  text-align: center;
}
.cid-v54yDET6qs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54yDET6qs img,
.cid-v54yDET6qs .item-img {
  width: 100%;
}
.cid-v54yDET6qs .item:focus,
.cid-v54yDET6qs span:focus {
  outline: none;
}
.cid-v54yDET6qs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v54yDET6qs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-v54yDET6qs .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-v54yDET6qs .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-v54yDET6qs .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-v54yDET6qs section.slider3 .carousel,
.cid-v54yDET6qs section.slider3 .carousel-inner {
  display: block !important;
}
.cid-v54yDET6qs .carousel-caption {
  bottom: 40px;
}
.cid-v54yDET6qs .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-v54yDET6qs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v54yDET6qs .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v54yDET6qs .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-v54yDET6qs .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-v54yDET6qs .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-v54yDET6qs .carousel-control {
    display: none;
  }
}
.cid-v54yDET6qs .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-v54yDET6qs .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-v54yDET6qs .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v54yDET6qs .carousel-indicators li.active,
.cid-v54yDET6qs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-v54yDET6qs .carousel-indicators li::after,
.cid-v54yDET6qs .carousel-indicators li::before {
  content: none;
}
.cid-v54yDET6qs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v54yDET6qs .row {
  align-items: center;
}
.cid-v54yDET6qs a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-v54yDET6qs .carousel-inner {
    width: 100%;
  }
  .cid-v54yDET6qs .item-content {
    padding-top: 20px;
  }
}
.cid-v54yDET6qs .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v54yDET6qs .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-v54yDFXmnb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-v54yDFXmnb .carousel,
.cid-v54yDFXmnb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v54yDFXmnb .item-wrapper {
  align-items: center !important;
  text-align: center !important;
}
.cid-v54yDFXmnb .carousel-caption {
  bottom: 40px;
}
.cid-v54yDFXmnb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v54yDFXmnb .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-v54yDFXmnb .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-v54yDFXmnb .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v54yDFXmnb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v54yDFXmnb .carousel-control:hover {
  color: #d04d22;
}
.cid-v54yDFXmnb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-v54yDFXmnb .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-v54yDFXmnb .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-v54yDFXmnb .carousel-indicators {
  display: none;
}
.cid-v54yDFXmnb .text-content {
  width: 100%;
}
.cid-v54yDFXmnb .left-side {
  text-align: left;
}
.cid-v54yDFXmnb .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-v54yDFXmnb .carousel-control {
    display: none;
  }
}
.cid-v54yDFXmnb .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-v54yDFXmnb .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-v54yDFXmnb .mbr-section-title,
.cid-v54yDFXmnb .item-title {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  overflow-x: visible !important;
}
.cid-vgpEYHwfZ1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpEYHwfZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpEYHwfZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpEYHwfZ1 .row {
  justify-content: center;
}
.cid-vgpEYHwfZ1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpEYHwfZ1 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpEYHwfZ1 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpEYHwfZ1 .item {
    margin-bottom: 16px;
  }
}
.cid-vgpEYHwfZ1 .item:hover .item-wrapper .item-img img,
.cid-vgpEYHwfZ1 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpEYHwfZ1 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpEYHwfZ1 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpEYHwfZ1 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpEYHwfZ1 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpEYHwfZ1 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpEYHwfZ1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpEYHwfZ1 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpEYHwfZ1 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpEYHwfZ1 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpEYHwfZ1 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpEYHwfZ1 .item-title {
  color: #000000;
}
.cid-vgpEYHwfZ1 .list {
  color: #000000;
}
.cid-vgpEYHwfZ1 .item-title,
.cid-vgpEYHwfZ1 .icon-wrapper,
.cid-vgpEYHwfZ1 .mbr-section-btn {
  text-align: center;
}
.cid-vgpEYHwfZ1 .item-title,
.cid-vgpEYHwfZ1 .mbr-section-btn,
.cid-vgpEYHwfZ1 .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpEYHwfZ1 .list,
.cid-vgpEYHwfZ1 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v54yDGRa7M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v54yDGRa7M .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v54yDGRa7M .panel-group {
  border: none;
}
.cid-v54yDGRa7M .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v54yDGRa7M .card-header {
    padding: 0rem;
  }
}
.cid-v54yDGRa7M .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v54yDGRa7M .img-col {
  padding: 0;
}
.cid-v54yDGRa7M .img-item {
  height: 100%;
}
.cid-v54yDGRa7M img {
  height: 100%;
  object-fit: cover;
}
.cid-v54yDGRa7M .collapsed span {
  transform: rotate(0deg);
}
.cid-v54yDGRa7M .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v54yDGRa7M p {
  margin-bottom: 0.3rem;
}
.cid-v54yDGRa7M .panel-title-edit {
  color: #000000;
}
.cid-v54yDGRa7M .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v54yDGRa7M .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v54yDGRa7M .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v54yDGRa7M .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v54yDGRa7M .panel-text {
  color: #ffffff;
}
.cid-v54yDGRa7M .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-v54yDGRa7M .mbr-section-subtitle {
  color: #de1e28;
  text-align: center;
}
.cid-v54yDGRa7M .panel-title-edit,
.cid-v54yDGRa7M .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55hggfW3t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55hggfW3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55hggfW3t .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55hggfW3t .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55hggfW3t .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55hggfW3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55hggfW3t .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55hggfW3t .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55hggfW3t .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55hggfW3t .card-title,
.cid-v55hggfW3t .iconfont-wrapper {
  color: #000000;
}
.cid-v55hggfW3t .card-text {
  color: #000000;
}
.cid-v55hggfW3t .content-head {
  max-width: 800px;
}
.cid-v55hggfW3t .mbr-section-title {
  color: #ffffff;
}
.cid-v55hggfW3t .card-text,
.cid-v55hggfW3t .mbr-section-btn {
  text-align: center;
}
.cid-v55hggfW3t .card-title,
.cid-v55hggfW3t .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55hggfW3t .price {
  text-align: center;
}
.cid-v55hggfW3t .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55hggfW3t .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-v54yDHTT7B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-v54yDHTT7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54yDHTT7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54yDHTT7B .mbr-section-title {
  color: #ffffff;
}
.cid-v54yDHTT7B .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v54yDHTT7B .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewfQJLbzx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewfQJLbzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfQJLbzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfQJLbzx .mbr-section-title {
  color: #0c2c68;
}
.cid-vewfQJLbzx .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewfQJLbzx .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewfPfpjby {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewfPfpjby .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfPfpjby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfPfpjby .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewfPfpjby .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfPfpjby .item {
    margin-bottom: 15px;
  }
}
.cid-vewfPfpjby .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewfPfpjby .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewfPfpjby .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfPfpjby .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewfPfpjby .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewfPfpjby .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewfPfpjby .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewfPfpjby .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewfPfpjby .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewfPfpjby .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewfPfpjby .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewfPfpjby .card-title {
  color: #000000;
}
.cid-vewfPfpjby .card-text {
  color: #8a8a8a;
}
.cid-vewfPfpjby .card-title,
.cid-vewfPfpjby .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewfPfpjby .card-text,
.cid-vewfPfpjby .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewfPfpjby P {
  color: #14cc13;
}
.cid-v54yDJ2hjm {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-v54yDJ2hjm .carousel {
  z-index: 2;
  position: relative;
}
.cid-v54yDJ2hjm .user {
  padding: 0 !important;
}
.cid-v54yDJ2hjm .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-v54yDJ2hjm .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-v54yDJ2hjm .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-v54yDJ2hjm .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-v54yDJ2hjm .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v54yDJ2hjm .carousel-item.active,
.cid-v54yDJ2hjm .carousel-item-next,
.cid-v54yDJ2hjm .carousel-item-prev {
  display: flex;
}
.cid-v54yDJ2hjm .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-v54yDJ2hjm .carousel-controls a {
  font-size: 2rem;
}
.cid-v54yDJ2hjm .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-v54yDJ2hjm .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-v54yDJ2hjm ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-v54yDJ2hjm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-v54yDJ2hjm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-v54yDJ2hjm .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-v54yDJ2hjm .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-v54yDJ2hjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54yDJ2hjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54yDJ2hjm .user_text {
  color: #ffffff;
}
.cid-v54yDJ2hjm H2 {
  color: #f7f7f7;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .title,
.cid-v54yDJ2hjm section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-item.active,
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-item-next,
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-v54yDJ2hjm section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-v54yDJUjmw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v54yDJUjmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54yDJUjmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v54yDJUjmw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v54yDJUjmw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v54yDJUjmw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v54yDJUjmw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v54yDJUjmw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v54yDJUjmw .mbr-text,
.cid-v54yDJUjmw .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v54yDKmy6R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-v54yDKmy6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54yDKmy6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54yDKmy6R .mbr-section-title {
  color: #ffffff;
}
.cid-v54yDKmy6R .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v54yDKmy6R .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v54yDKKjgG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-v54yDKKjgG .container {
    padding: 0 16px;
  }
}
.cid-v54yDKKjgG .row {
  position: relative;
  z-index: 1;
}
.cid-v54yDKKjgG .title-wrapper {
  margin-bottom: 80px;
}
.cid-v54yDKKjgG .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v54yDKKjgG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v54yDKKjgG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-v54yDKKjgG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-v54yDKKjgG .embla__slide .slide-content {
  width: 100%;
}
.cid-v54yDKKjgG .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v54yDKKjgG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v54yDKKjgG .embla__button--next,
.cid-v54yDKKjgG .embla__button--prev {
  display: flex;
}
.cid-v54yDKKjgG .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v54yDKKjgG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v54yDKKjgG .embla__button:hover {
  opacity: .7 !important;
}
.cid-v54yDKKjgG .embla__button.embla__button--prev {
  left: 0;
}
.cid-v54yDKKjgG .embla__button.embla__button--next {
  right: 0;
}
.cid-v54yDKKjgG .embla {
  position: relative;
  width: 100%;
}
.cid-v54yDKKjgG .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-v54yDKKjgG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v54yDKKjgG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v54yDKKjgG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v54yDKKjgG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v54yDKKjgG .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-v54yDLNIBd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-v54yDLNIBd .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-v54yDLNIBd .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-v54yDLNIBd .links-block ul li {
  margin: 0 1rem;
}
.cid-v54yDLNIBd .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-v54yDLNIBd .links-block ul,
.cid-v54yDLNIBd .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-v54yDLNIBd .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
.cid-uJunJridLj {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/seu-pneu-2.webp");
}
.cid-uJunJridLj .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uJunJridLj {
    align-items: center;
  }
  .cid-uJunJridLj .row {
    justify-content: center;
  }
  .cid-uJunJridLj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJunJridLj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJunJridLj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJunJridLj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJunJridLj .content-wrap {
    width: 100%;
  }
}
.cid-uJunJridLj .mbr-section-title,
.cid-uJunJridLj .mbr-section-subtitle {
  text-align: center;
}
.cid-uJunJridLj .mbr-text,
.cid-uJunJridLj .mbr-section-btn {
  text-align: center;
}
.cid-uSXbnlQK39 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXbnlQK39 img,
.cid-uSXbnlQK39 .item-img {
  width: 100%;
}
.cid-uSXbnlQK39 .item:focus,
.cid-uSXbnlQK39 span:focus {
  outline: none;
}
.cid-uSXbnlQK39 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXbnlQK39 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXbnlQK39 .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXbnlQK39 .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXbnlQK39 .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXbnlQK39 section.slider3 .carousel,
.cid-uSXbnlQK39 section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXbnlQK39 .carousel-caption {
  bottom: 40px;
}
.cid-uSXbnlQK39 .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXbnlQK39 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXbnlQK39 .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXbnlQK39 .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXbnlQK39 .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXbnlQK39 .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXbnlQK39 .carousel-control {
    display: none;
  }
}
.cid-uSXbnlQK39 .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXbnlQK39 .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXbnlQK39 .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXbnlQK39 .carousel-indicators li.active,
.cid-uSXbnlQK39 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXbnlQK39 .carousel-indicators li::after,
.cid-uSXbnlQK39 .carousel-indicators li::before {
  content: none;
}
.cid-uSXbnlQK39 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXbnlQK39 .row {
  align-items: center;
}
.cid-uSXbnlQK39 a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXbnlQK39 .carousel-inner {
    width: 100%;
  }
  .cid-uSXbnlQK39 .item-content {
    padding-top: 20px;
  }
}
.cid-uSXbnlQK39 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXbnlQK39 .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uMoAApqUoX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMoAApqUoX .carousel,
.cid-uMoAApqUoX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMoAApqUoX .item-wrapper {
  align-items: center !important;
  text-align: center !important;
}
.cid-uMoAApqUoX .carousel-caption {
  bottom: 40px;
}
.cid-uMoAApqUoX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMoAApqUoX .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMoAApqUoX .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMoAApqUoX .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMoAApqUoX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMoAApqUoX .carousel-control:hover {
  color: #d04d22;
}
.cid-uMoAApqUoX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMoAApqUoX .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMoAApqUoX .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMoAApqUoX .carousel-indicators {
  display: none;
}
.cid-uMoAApqUoX .text-content {
  width: 100%;
}
.cid-uMoAApqUoX .left-side {
  text-align: left;
}
.cid-uMoAApqUoX .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMoAApqUoX .carousel-control {
    display: none;
  }
}
.cid-uMoAApqUoX .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMoAApqUoX .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-uMoAApqUoX .mbr-section-title,
.cid-uMoAApqUoX .item-title {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  overflow-x: visible !important;
}
.cid-vgpEK3S3f9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpEK3S3f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpEK3S3f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpEK3S3f9 .row {
  justify-content: center;
}
.cid-vgpEK3S3f9 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpEK3S3f9 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpEK3S3f9 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpEK3S3f9 .item {
    margin-bottom: 16px;
  }
}
.cid-vgpEK3S3f9 .item:hover .item-wrapper .item-img img,
.cid-vgpEK3S3f9 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpEK3S3f9 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpEK3S3f9 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpEK3S3f9 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpEK3S3f9 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpEK3S3f9 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpEK3S3f9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpEK3S3f9 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpEK3S3f9 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpEK3S3f9 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpEK3S3f9 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpEK3S3f9 .item-title {
  color: #000000;
}
.cid-vgpEK3S3f9 .list {
  color: #000000;
}
.cid-vgpEK3S3f9 .item-title,
.cid-vgpEK3S3f9 .icon-wrapper,
.cid-vgpEK3S3f9 .mbr-section-btn {
  text-align: center;
}
.cid-vgpEK3S3f9 .item-title,
.cid-vgpEK3S3f9 .mbr-section-btn,
.cid-vgpEK3S3f9 .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpEK3S3f9 .list,
.cid-vgpEK3S3f9 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJusIBsus4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uJusIBsus4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJusIBsus4 .panel-group {
  border: none;
}
.cid-uJusIBsus4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJusIBsus4 .card-header {
    padding: 0rem;
  }
}
.cid-uJusIBsus4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJusIBsus4 .img-col {
  padding: 0;
}
.cid-uJusIBsus4 .img-item {
  height: 100%;
}
.cid-uJusIBsus4 img {
  height: 100%;
  object-fit: cover;
}
.cid-uJusIBsus4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uJusIBsus4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJusIBsus4 p {
  margin-bottom: 0.3rem;
}
.cid-uJusIBsus4 .panel-title-edit {
  color: #000000;
}
.cid-uJusIBsus4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJusIBsus4 .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJusIBsus4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJusIBsus4 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJusIBsus4 .panel-text {
  color: #ffffff;
}
.cid-uJusIBsus4 .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uJusIBsus4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJusIBsus4 .panel-title-edit,
.cid-uJusIBsus4 .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-v55gQWylit {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-v55gQWylit .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55gQWylit .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v55gQWylit .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v55gQWylit .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v55gQWylit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55gQWylit .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v55gQWylit .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v55gQWylit .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v55gQWylit .card-title,
.cid-v55gQWylit .iconfont-wrapper {
  color: #000000;
}
.cid-v55gQWylit .card-text {
  color: #000000;
}
.cid-v55gQWylit .content-head {
  max-width: 800px;
}
.cid-v55gQWylit .mbr-section-title {
  color: #ffffff;
}
.cid-v55gQWylit .card-text,
.cid-v55gQWylit .mbr-section-btn {
  text-align: center;
}
.cid-v55gQWylit .card-title,
.cid-v55gQWylit .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-v55gQWylit .price {
  text-align: center;
}
.cid-v55gQWylit .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v55gQWylit .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMoAMzE4xn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMoAMzE4xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoAMzE4xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoAMzE4xn .mbr-section-title {
  color: #ffffff;
}
.cid-uMoAMzE4xn .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMoAMzE4xn .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewfBFMcDn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewfBFMcDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfBFMcDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfBFMcDn .mbr-section-title {
  color: #0c2c68;
}
.cid-vewfBFMcDn .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewfBFMcDn .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewfAr3qud {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewfAr3qud .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfAr3qud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfAr3qud .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewfAr3qud .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfAr3qud .item {
    margin-bottom: 15px;
  }
}
.cid-vewfAr3qud .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewfAr3qud .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewfAr3qud .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfAr3qud .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewfAr3qud .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewfAr3qud .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewfAr3qud .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewfAr3qud .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewfAr3qud .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewfAr3qud .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewfAr3qud .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewfAr3qud .card-title {
  color: #000000;
}
.cid-vewfAr3qud .card-text {
  color: #8a8a8a;
}
.cid-vewfAr3qud .card-title,
.cid-vewfAr3qud .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewfAr3qud .card-text,
.cid-vewfAr3qud .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewfAr3qud P {
  color: #14cc13;
}
.cid-uWensyseWm {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uWensyseWm .carousel {
  z-index: 2;
  position: relative;
}
.cid-uWensyseWm .user {
  padding: 0 !important;
}
.cid-uWensyseWm .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWensyseWm .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWensyseWm .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uWensyseWm .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uWensyseWm .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWensyseWm .carousel-item.active,
.cid-uWensyseWm .carousel-item-next,
.cid-uWensyseWm .carousel-item-prev {
  display: flex;
}
.cid-uWensyseWm .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWensyseWm .carousel-controls a {
  font-size: 2rem;
}
.cid-uWensyseWm .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uWensyseWm .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWensyseWm ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWensyseWm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uWensyseWm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uWensyseWm .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWensyseWm .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uWensyseWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWensyseWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWensyseWm .user_text {
  color: #ffffff;
}
.cid-uWensyseWm H2 {
  color: #f7f7f7;
}
.cid-uWensyseWm section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uWensyseWm section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWensyseWm section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWensyseWm section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWensyseWm section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uWensyseWm section.testimonaials-slider1 .title,
.cid-uWensyseWm section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uWensyseWm section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uWensyseWm section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uWensyseWm section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-item.active,
.cid-uWensyseWm section.testimonaials-slider1 .carousel-item-next,
.cid-uWensyseWm section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uWensyseWm section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uWensyseWm section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uWensyseWm section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uTo1d9bGTs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uTo1d9bGTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTo1d9bGTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTo1d9bGTs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTo1d9bGTs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTo1d9bGTs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTo1d9bGTs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTo1d9bGTs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTo1d9bGTs .mbr-text,
.cid-uTo1d9bGTs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMoAPB5WFJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMoAPB5WFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoAPB5WFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoAPB5WFJ .mbr-section-title {
  color: #ffffff;
}
.cid-uMoAPB5WFJ .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMoAPB5WFJ .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJunJs8PO8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uJunJs8PO8 .container {
    padding: 0 16px;
  }
}
.cid-uJunJs8PO8 .row {
  position: relative;
  z-index: 1;
}
.cid-uJunJs8PO8 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uJunJs8PO8 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJunJs8PO8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJunJs8PO8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uJunJs8PO8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uJunJs8PO8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uJunJs8PO8 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJunJs8PO8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJunJs8PO8 .embla__button--next,
.cid-uJunJs8PO8 .embla__button--prev {
  display: flex;
}
.cid-uJunJs8PO8 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJunJs8PO8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJunJs8PO8 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJunJs8PO8 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJunJs8PO8 .embla__button.embla__button--next {
  right: 0;
}
.cid-uJunJs8PO8 .embla {
  position: relative;
  width: 100%;
}
.cid-uJunJs8PO8 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJunJs8PO8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJunJs8PO8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJunJs8PO8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJunJs8PO8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJunJs8PO8 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uKrrGtWdlK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .nav-item:focus,
.cid-uKrrGtWdlK .nav-link:focus {
  outline: none;
}
.cid-uKrrGtWdlK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKrrGtWdlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKrrGtWdlK .navbar-caption:hover {
  color: inherit!important;
}
.cid-uKrrGtWdlK .container {
  max-width: 1380px;
}
.cid-uKrrGtWdlK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKrrGtWdlK .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uKrrGtWdlK .nav-link:hover,
.cid-uKrrGtWdlK .nav-link:active,
.cid-uKrrGtWdlK .nav-link:focus {
  border-bottom: 3px solid #d04d22;
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.opened {
  transition: all .3s;
  background: #160d79 !important;
}
.cid-uKrrGtWdlK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uKrrGtWdlK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrrGtWdlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKrrGtWdlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKrrGtWdlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrrGtWdlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKrrGtWdlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKrrGtWdlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrrGtWdlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKrrGtWdlK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKrrGtWdlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKrrGtWdlK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKrrGtWdlK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKrrGtWdlK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKrrGtWdlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short {
  background: #160d79 !important;
  min-height: 60px;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKrrGtWdlK .icons-menu span {
  color: #d04d22 !important;
}
.cid-uKrrGtWdlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrrGtWdlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrrGtWdlK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKrrGtWdlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrrGtWdlK .dropdown-item.active,
.cid-uKrrGtWdlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrrGtWdlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrrGtWdlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #160d79;
}
.cid-uKrrGtWdlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrrGtWdlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrrGtWdlK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKrrGtWdlK .navbar-buttons {
  text-align: center;
}
.cid-uKrrGtWdlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKrrGtWdlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKrrGtWdlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKrrGtWdlK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKrrGtWdlK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKrrGtWdlK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKrrGtWdlK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKrrGtWdlK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrrGtWdlK .navbar {
    height: 77px;
  }
  .cid-uKrrGtWdlK .navbar.opened {
    height: auto;
  }
  .cid-uKrrGtWdlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrrGtWdlK .navbar.navbar-short .navbar-logo img {
  height: 4.7rem !important;
}
#custom-html-6v {
  /* Type valid CSS here */
}
#custom-html-6v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6v p {
  font-size: 60px;
  color: #777;
}
.cid-uMoA3voGQ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uMoA3voGQ3 .carousel,
.cid-uMoA3voGQ3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMoA3voGQ3 .item-wrapper {
  width: 100%;
}
.cid-uMoA3voGQ3 .carousel-caption {
  bottom: 40px;
}
.cid-uMoA3voGQ3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMoA3voGQ3 .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uMoA3voGQ3 .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uMoA3voGQ3 .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMoA3voGQ3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMoA3voGQ3 .carousel-control:hover {
  color: #d04d22;
}
.cid-uMoA3voGQ3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uMoA3voGQ3 .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uMoA3voGQ3 .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uMoA3voGQ3 .carousel-indicators {
  display: none;
}
.cid-uMoA3voGQ3 .text-content {
  width: 100%;
}
.cid-uMoA3voGQ3 .left-side {
  text-align: left;
}
.cid-uMoA3voGQ3 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uMoA3voGQ3 .carousel-control {
    display: none;
  }
}
.cid-uMoA3voGQ3 .mbr-section-subtitle {
  color: #0abab5;
  text-transform: uppercase;
}
.cid-uMoA3voGQ3 .mbr-text {
  color: #0a006f;
  padding-top: 10px;
}
.cid-vgpEEJuONo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgpEEJuONo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpEEJuONo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpEEJuONo .row {
  justify-content: center;
}
.cid-vgpEEJuONo .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgpEEJuONo .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-vgpEEJuONo .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgpEEJuONo .item {
    margin-bottom: 16px;
  }
}
.cid-vgpEEJuONo .item:hover .item-wrapper .item-img img,
.cid-vgpEEJuONo .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vgpEEJuONo .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #0a006f;
}
@media (max-width: 992px) {
  .cid-vgpEEJuONo .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-vgpEEJuONo .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgpEEJuONo .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgpEEJuONo .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0a006f;
  color: #ffffff;
  font-size: 60px;
}
.cid-vgpEEJuONo .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vgpEEJuONo .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-vgpEEJuONo .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-vgpEEJuONo .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgpEEJuONo .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-vgpEEJuONo .item-title {
  color: #000000;
}
.cid-vgpEEJuONo .list {
  color: #000000;
}
.cid-vgpEEJuONo .item-title,
.cid-vgpEEJuONo .icon-wrapper,
.cid-vgpEEJuONo .mbr-section-btn {
  text-align: center;
}
.cid-vgpEEJuONo .item-title,
.cid-vgpEEJuONo .mbr-section-btn,
.cid-vgpEEJuONo .icon-wrapper {
  color: #f7f7f7;
}
.cid-vgpEEJuONo .list,
.cid-vgpEEJuONo .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uSXb40s3S8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSXb40s3S8 img,
.cid-uSXb40s3S8 .item-img {
  width: 100%;
}
.cid-uSXb40s3S8 .item:focus,
.cid-uSXb40s3S8 span:focus {
  outline: none;
}
.cid-uSXb40s3S8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSXb40s3S8 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
  width: 100%;
}
.cid-uSXb40s3S8 .mbr-text {
  margin-bottom: 0;
  color: #232323;
  text-align: center;
}
.cid-uSXb40s3S8 .item-title {
  color: #0a006f;
  margin-bottom: 28px;
  text-align: center;
}
.cid-uSXb40s3S8 .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-uSXb40s3S8 section.slider3 .carousel,
.cid-uSXb40s3S8 section.slider3 .carousel-inner {
  display: block !important;
}
.cid-uSXb40s3S8 .carousel-caption {
  bottom: 40px;
}
.cid-uSXb40s3S8 .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-uSXb40s3S8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSXb40s3S8 .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXb40s3S8 .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-uSXb40s3S8 .carousel-control.carousel-control-prev {
    left: 5%;
  }
  .cid-uSXb40s3S8 .carousel-control.carousel-control-next {
    right: 45%;
  }
  .cid-uSXb40s3S8 .carousel-control {
    display: none;
  }
}
.cid-uSXb40s3S8 .carousel-control.carousel-control-next {
  right: 51%;
}
.cid-uSXb40s3S8 .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-uSXb40s3S8 .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSXb40s3S8 .carousel-indicators li.active,
.cid-uSXb40s3S8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uSXb40s3S8 .carousel-indicators li::after,
.cid-uSXb40s3S8 .carousel-indicators li::before {
  content: none;
}
.cid-uSXb40s3S8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uSXb40s3S8 .row {
  align-items: center;
}
.cid-uSXb40s3S8 a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-uSXb40s3S8 .carousel-inner {
    width: 100%;
  }
  .cid-uSXb40s3S8 .item-content {
    padding-top: 20px;
  }
}
.cid-uSXb40s3S8 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uSXb40s3S8 .btn .mbr-iconfont-btn {
  order: -1;
  margin-right: 8px;
  margin-left: 0;
}
.cid-uKkbGypJ0S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKkbGypJ0S .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKkbGypJ0S .panel-group {
  border: none;
}
.cid-uKkbGypJ0S .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKkbGypJ0S .card-header {
    padding: 0rem;
  }
}
.cid-uKkbGypJ0S .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKkbGypJ0S .img-col {
  padding: 0;
}
.cid-uKkbGypJ0S .img-item {
  height: 100%;
}
.cid-uKkbGypJ0S img {
  height: 100%;
  object-fit: cover;
}
.cid-uKkbGypJ0S .collapsed span {
  transform: rotate(0deg);
}
.cid-uKkbGypJ0S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKkbGypJ0S p {
  margin-bottom: 0.3rem;
}
.cid-uKkbGypJ0S .panel-title-edit {
  color: #000000;
}
.cid-uKkbGypJ0S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKkbGypJ0S .card {
  background: #160d79;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKkbGypJ0S .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKkbGypJ0S .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKkbGypJ0S .panel-text {
  color: #ffffff;
}
.cid-uKkbGypJ0S .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uKkbGypJ0S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKkbGypJ0S .panel-title-edit,
.cid-uKkbGypJ0S .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uKNANDxMkv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b13c16;
}
.cid-uKNANDxMkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKNANDxMkv .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uKNANDxMkv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKNANDxMkv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uKNANDxMkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKNANDxMkv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKNANDxMkv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKNANDxMkv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKNANDxMkv .card-title,
.cid-uKNANDxMkv .iconfont-wrapper {
  color: #000000;
}
.cid-uKNANDxMkv .card-text {
  color: #000000;
}
.cid-uKNANDxMkv .content-head {
  max-width: 800px;
}
.cid-uKNANDxMkv .mbr-section-title {
  color: #ffffff;
}
.cid-uKNANDxMkv .card-text,
.cid-uKNANDxMkv .mbr-section-btn {
  text-align: center;
}
.cid-uKNANDxMkv .card-title,
.cid-uKNANDxMkv .img-wrapper {
  text-align: center;
  color: #0a006f;
}
.cid-uKNANDxMkv .price {
  text-align: center;
}
.cid-uKNANDxMkv .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKNANDxMkv .features026 .card-title {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uMoAjcLWc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMoAjcLWc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoAjcLWc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoAjcLWc7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMoAjcLWc7 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMoAjcLWc7 .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vewft9O1Ze {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vewft9O1Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewft9O1Ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewft9O1Ze .mbr-section-title {
  color: #0c2c68;
}
.cid-vewft9O1Ze .mbr-section-subtitle {
  color: #232323;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cid-vewft9O1Ze .btn-danger {
  animation: pulsate 1.5s infinite;
}
.cid-vewfsmP8Dn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vewfsmP8Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewfsmP8Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewfsmP8Dn .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vewfsmP8Dn .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfsmP8Dn .item {
    margin-bottom: 15px;
  }
}
.cid-vewfsmP8Dn .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vewfsmP8Dn .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vewfsmP8Dn .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vewfsmP8Dn .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vewfsmP8Dn .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vewfsmP8Dn .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vewfsmP8Dn .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vewfsmP8Dn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vewfsmP8Dn .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewfsmP8Dn .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vewfsmP8Dn .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vewfsmP8Dn .card-title {
  color: #000000;
}
.cid-vewfsmP8Dn .card-text {
  color: #8a8a8a;
}
.cid-vewfsmP8Dn .card-title,
.cid-vewfsmP8Dn .iconfont-wrapper {
  color: #0a006f;
  text-align: center;
}
.cid-vewfsmP8Dn .card-text,
.cid-vewfsmP8Dn .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vewfsmP8Dn P {
  color: #14cc13;
}
.cid-uTBaGw4P0a {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #0a006f;
}
.cid-uTBaGw4P0a .carousel {
  z-index: 2;
  position: relative;
}
.cid-uTBaGw4P0a .user {
  padding: 0 !important;
}
.cid-uTBaGw4P0a .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uTBaGw4P0a .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uTBaGw4P0a .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uTBaGw4P0a .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uTBaGw4P0a .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uTBaGw4P0a .carousel-item.active,
.cid-uTBaGw4P0a .carousel-item-next,
.cid-uTBaGw4P0a .carousel-item-prev {
  display: flex;
}
.cid-uTBaGw4P0a .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uTBaGw4P0a .carousel-controls a {
  font-size: 2rem;
}
.cid-uTBaGw4P0a .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: 0.5;
}
.cid-uTBaGw4P0a .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uTBaGw4P0a ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uTBaGw4P0a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0a006f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uTBaGw4P0a .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uTBaGw4P0a .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uTBaGw4P0a .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uTBaGw4P0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBaGw4P0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBaGw4P0a .user_text {
  color: #ffffff;
}
.cid-uTBaGw4P0a H2 {
  color: #f7f7f7;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0a006f;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .user {
  padding: 0 !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .user_text {
  color: #ffffff;
  line-height: 1.5;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .title,
.cid-uTBaGw4P0a section.testimonaials-slider1 h2 {
  color: #f7f7f7;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff !important;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-item {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-item.active,
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-item-next,
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-item-prev {
  display: flex;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-item.active * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-item * {
  animation: none !important;
  transition: none !important;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .user_name {
  margin: 0;
  color: #f7f7f7;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-controls a {
  font-size: 2rem;
  position: relative;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-controls a span {
  position: absolute;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #0a006f;
  background: transparent;
  opacity: .5;
  transition: opacity .3s;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border: none;
  background: #0a006f;
  transition: all .3s;
  border-radius: 50%;
  opacity: .5;
  position: relative;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uTBaGw4P0a section.testimonaials-slider1 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uMoAqEh5rL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uMoAqEh5rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoAqEh5rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMoAqEh5rL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMoAqEh5rL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMoAqEh5rL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMoAqEh5rL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMoAqEh5rL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMoAqEh5rL .mbr-text,
.cid-uMoAqEh5rL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMoAn9YWwO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a006f;
}
.cid-uMoAn9YWwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoAn9YWwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoAn9YWwO .mbr-section-title {
  color: #ffffff;
}
.cid-uMoAn9YWwO .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uMoAn9YWwO .pulsate {
  animation: pulsate 1.5s infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJtu4wnUKq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uJtu4wnUKq .container {
    padding: 0 16px;
  }
}
.cid-uJtu4wnUKq .row {
  position: relative;
  z-index: 1;
}
.cid-uJtu4wnUKq .title-wrapper {
  margin-bottom: 80px;
}
.cid-uJtu4wnUKq .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJtu4wnUKq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJtu4wnUKq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uJtu4wnUKq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uJtu4wnUKq .embla__slide .slide-content {
  width: 100%;
}
.cid-uJtu4wnUKq .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJtu4wnUKq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJtu4wnUKq .embla__button--next,
.cid-uJtu4wnUKq .embla__button--prev {
  display: flex;
}
.cid-uJtu4wnUKq .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #d04d22 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJtu4wnUKq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJtu4wnUKq .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJtu4wnUKq .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJtu4wnUKq .embla__button.embla__button--next {
  right: 0;
}
.cid-uJtu4wnUKq .embla {
  position: relative;
  width: 100%;
}
.cid-uJtu4wnUKq .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJtu4wnUKq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJtu4wnUKq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJtu4wnUKq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJtu4wnUKq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJtu4wnUKq .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uLJLBLZQcB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #160d79;
}
.cid-uLJLBLZQcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJLBLZQcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJLBLZQcB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLJLBLZQcB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLJLBLZQcB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLJLBLZQcB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJLBLZQcB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLJLBLZQcB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLJLBLZQcB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLJLBLZQcB .copyright {
    text-align: center;
  }
}
.cid-uLJLQJUvmu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #160d79;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: 0.5;
}
.cid-uLJLQJUvmu .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uLJLQJUvmu .links-block ul li {
  margin: 0 1rem;
}
.cid-uLJLQJUvmu .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uLJLQJUvmu .links-block ul,
.cid-uLJLQJUvmu .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uLJLQJUvmu .logo-section img {
  width: auto;
  display: inline-block;
}
