body {
  font-family: Sofia Sans;
}
.display-1 {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 2.875rem;
  line-height: 150%;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.625rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 2rem;
  line-height: 150%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 12px;
}
.bg-primary {
  background-color: #003bbd !important;
}
.bg-success {
  background-color: #ffcd9f !important;
}
.bg-info {
  background-color: #b4dcfa !important;
}
.bg-warning {
  background-color: #e3b4fa !important;
}
.bg-danger {
  background-color: #fd282d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003bbd !important;
  border-color: #003bbd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002066 !important;
  border-color: #002066 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002066 !important;
  border-color: #002066 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6928 !important;
  border-color: #ff6928 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d03f00 !important;
  border-color: #d03f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d03f00 !important;
  border-color: #d03f00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b4dcfa !important;
  border-color: #b4dcfa !important;
  color: #0b62a4 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #63b6f5 !important;
  border-color: #63b6f5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0b62a4 !important;
  background-color: #63b6f5 !important;
  border-color: #63b6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffcd9f !important;
  border-color: #ffcd9f !important;
  color: #9f4c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffa048 !important;
  border-color: #ffa048 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9f4c00 !important;
  background-color: #ffa048 !important;
  border-color: #ffa048 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3b4fa !important;
  border-color: #e3b4fa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c563f5 !important;
  border-color: #c563f5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c563f5 !important;
  border-color: #c563f5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd282d !important;
  border-color: #fd282d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0207 !important;
  border-color: #cc0207 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0207 !important;
  border-color: #cc0207 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003bbd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002066 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003bbd !important;
  border-color: #003bbd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6928;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d03f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6928 !important;
  border-color: #ff6928 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4dcfa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #63b6f5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0b62a4 !important;
  background-color: #b4dcfa !important;
  border-color: #b4dcfa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcd9f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffa048 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9f4c00 !important;
  background-color: #ffcd9f !important;
  border-color: #ffcd9f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3b4fa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c563f5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e3b4fa !important;
  border-color: #e3b4fa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd282d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cc0207 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd282d !important;
  border-color: #fd282d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #003bbd !important;
}
.text-secondary {
  color: #ff6928 !important;
}
.text-success {
  color: #ffcd9f !important;
}
.text-info {
  color: #b4dcfa !important;
}
.text-warning {
  color: #e3b4fa !important;
}
.text-danger {
  color: #fd282d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001b57 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c13a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff9839 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #54aff4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bf54f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bd0206 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003bbd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b4dcfa;
}
.alert-warning {
  background-color: #e3b4fa;
}
.alert-danger {
  background-color: #fd282d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003bbd;
  border-color: #003bbd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003bbd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3e7aff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003bbd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Asap Condensed', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #003bbd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003bbd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003bbd;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003bbd;
  border-bottom-color: #003bbd;
}
.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: #003bbd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6928 !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='%23003bbd' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 22px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 16px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  border: 2px solid #003bbd !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  border: 2px solid #003bbd !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  border: 2px solid #ff6928 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  border: 2px solid #ff6928 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  border: 2px solid #ffcd9f !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  border: 2px solid #ffcd9f !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 2px solid #b4dcfa !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  border: 2px solid #b4dcfa !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  border: 2px solid #e3b4fa !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  border: 2px solid #e3b4fa !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  border: 2px solid #fd282d !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  border: 2px solid #fd282d !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  border: 2px solid #ffffff !important;
}
.cid-usqy6XJbVm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-usqy6XJbVm .navbar-fixed-top {
  padding-top: 0;
}
.cid-usqy6XJbVm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-usqy6XJbVm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ecf7fd;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-usqy6XJbVm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-usqy6XJbVm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-usqy6XJbVm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-usqy6XJbVm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-usqy6XJbVm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-usqy6XJbVm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-usqy6XJbVm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-usqy6XJbVm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-usqy6XJbVm .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-usqy6XJbVm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-usqy6XJbVm .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-usqy6XJbVm .nav-link,
.cid-usqy6XJbVm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-usqy6XJbVm .nav-link:hover,
.cid-usqy6XJbVm .brand-name:hover {
  color: #279e64 !important;
}
.cid-usqy6XJbVm .dropdown-menu {
  background-color: #ecf7fd;
}
.cid-usqy6XJbVm .dropdown-item:active {
  background-color: #ecf7fd;
}
.cid-usqy6XJbVm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-usqy6XJbVm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-usqy6XJbVm .nav-item {
  position: relative;
}
.cid-usqy6XJbVm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-usqy6XJbVm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-usqy6XJbVm .nav-item .nav-link:focus {
  outline: none;
}
.cid-usqy6XJbVm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usqy6XJbVm .content-text {
  margin-bottom: 0;
}
.cid-usqy6XJbVm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-usqy6XJbVm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003bbd;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-usqy6XJbVm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-usqy6XJbVm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-usqy6XJbVm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-usqy6XJbVm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usqy6XJbVm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-usqy6XJbVm .content-right-side {
  text-align: center;
}
.cid-usqy6XJbVm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-usqy6XJbVm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-usqy6XJbVm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-usqy6XJbVm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-usqy6XJbVm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usqy6XJbVm .info-widget:first-child {
  margin-left: 0;
}
.cid-usqy6XJbVm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-usqy6XJbVm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-usqy6XJbVm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-usqy6XJbVm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-usqy6XJbVm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-usqy6XJbVm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-usqy6XJbVm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-usqy6XJbVm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-usqy6XJbVm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #003bbd;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-usqy6XJbVm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-usqy6XJbVm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-usqy6XJbVm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-usqy6XJbVm .navbar {
    display: block;
    padding: 0;
  }
  .cid-usqy6XJbVm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-usqy6XJbVm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-usqy6XJbVm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-usqy6XJbVm .navbar-toggler {
    display: none;
  }
  .cid-usqy6XJbVm .navbar-collapse {
    justify-content: center;
  }
}
.cid-usqy6XJbVm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-usqy6XJbVm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-usqy6XJbVm .btn-sm {
  padding: 13px 29px;
}
.cid-usqy6XJbVm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-usqy6XJbVm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-usqy6XJbVm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-usqy6XJbVm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-usqy6XJbVm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-usqy6XJbVm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-usqy6XJbVm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-usqy6XJbVm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-usqy6XJbVm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-usqy6XJbVm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usqy6XJbVm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-usqy6XJbVm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-usqy6XJbVm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-usqy6XJbVm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-usqy6XJbVm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-usqy6XJbVm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-usqy6XJbVm button.navbar-toggler:focus {
  outline: none;
}
.cid-usqy6XJbVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd4403;
}
.cid-usqy6XJbVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usqy6XJbVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usqy6XJbVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usqy6XJbVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usqy6XJbVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usqy6XJbVm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usqy6XJbVm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usqy6XJbVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usqy6XJbVm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usqy6XJbVm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usqy6XJbVm .collapsed .btn {
  display: flex;
}
.cid-usqy6XJbVm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-usqy6XJbVm .collapsed .navbar-collapse.collapsing,
.cid-usqy6XJbVm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-usqy6XJbVm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-usqy6XJbVm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-usqy6XJbVm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-usqy6XJbVm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-usqy6XJbVm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-usqy6XJbVm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-usqy6XJbVm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-usqy6XJbVm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-usqy6XJbVm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-usqy6XJbVm .collapsed button.navbar-toggler {
  display: block;
}
.cid-usqy6XJbVm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-usqy6XJbVm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-usqy6XJbVm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-usqy6XJbVm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-usqy6XJbVm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-usqy6XJbVm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-usqy6XJbVm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-usqy6XJbVm .menu-content-top {
    display: flex;
  }
  .cid-usqy6XJbVm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-usqy6XJbVm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-usqy6XJbVm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-usqy6XJbVm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-usqy6XJbVm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-usqy6XJbVm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-usqy6XJbVm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-usqy6XJbVm .navbar-collapse.collapsing,
  .cid-usqy6XJbVm .navbar-collapse.show {
    display: block !important;
  }
  .cid-usqy6XJbVm .navbar-collapse.collapsing .navbar-nav,
  .cid-usqy6XJbVm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-usqy6XJbVm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-usqy6XJbVm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-usqy6XJbVm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-usqy6XJbVm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #003bbd;
  }
  .cid-usqy6XJbVm .navbar-collapse.collapsing .navbar-buttons,
  .cid-usqy6XJbVm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-usqy6XJbVm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-usqy6XJbVm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-usqy6XJbVm img {
    height: 3.8rem !important;
  }
  .cid-usqy6XJbVm .btn {
    display: flex;
  }
  .cid-usqy6XJbVm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-usqy6XJbVm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-usqy6XJbVm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-usqy6XJbVm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-usqy6XJbVm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-usqy6XJbVm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-usqy6XJbVm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-usqy6XJbVm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-usqy6XJbVm .nav-link:focus {
  outline: none;
}
.cid-usqy6XJbVm .navbar-toggler {
  position: relative;
}
.cid-usqy6XJbVm .widget-title,
.cid-usqy6XJbVm .widget-icon {
  color: #dd4403;
}
.cid-usqy6XJbVm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-usqy6XJbVm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-usqy6XJbVm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-usqy6XJbVm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-usqy6XJbVm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-usqy6XJbVm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-usqy6XJbVm .menu-content-top,
  .cid-usqy6XJbVm .menu-bottom {
    padding: 0 15px;
  }
  .cid-usqy6XJbVm button.navbar-toggler {
    align-self: center;
  }
  .cid-usqy6XJbVm .btn {
    margin-left: 0;
  }
  .cid-usqy6XJbVm .widget-icon {
    padding-right: 0;
  }
}
.cid-usqy6XJbVm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-usqy6XJbVm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #dd4403;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-usqy6XJbVm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-usqy6XJbVm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #003bbd;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-usqy6XJbVm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-usqOiusaLC {
  background-image: url("../../../assets/images/top-view-paint-can-1-1636x1091.jpg");
}
.cid-usqOiusaLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqOiusaLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqOiusaLC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usqOiusaLC .container-fluid {
    padding: 0 30px;
  }
}
.cid-usqOiusaLC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usqOiusaLC .container {
    padding: 0 30px;
  }
}
.cid-usqOiusaLC .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-usqOiusaLC .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-usqOiusaLC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-usqOiusaLC .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-usqOiusaLC .mbr-section-title {
  color: #ffffff;
}
.cid-usqOiusaLC .mbr-text {
  color: #ffffff;
}
.cid-tFcg6xOSs8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/top-view-paint-can-1-2000x1333.jpg");
}
.cid-tFcg6xOSs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFcg6xOSs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFcg6xOSs8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tFcg6xOSs8 .container {
    padding: 0 12px;
  }
}
.cid-tFcg6xOSs8 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tFcg6xOSs8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFcg6xOSs8 .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #fd282d;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFcg6xOSs8 .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tFcg6xOSs8 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tFcg6xOSs8 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tFcg6xOSs8 .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-tFcg6xOSs8 .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-tFcg6xOSs8 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-tFcg6xOSs8 .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-tFcg6xOSs8 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #b4dcfa;
}
.cid-tFcg6xOSs8 .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-tFcg6xOSs8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tFcg6xOSs8 .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
  background-color: #ffcd9f;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-tFcg6xOSs8 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-tFcg6xOSs8 .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-tFcg6xOSs8 .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-tFcg6xOSs8 .mbr-section-title {
  color: #222222;
}
.cid-tFcg6xOSs8 .mbr-text {
  color: #ececec;
}
.cid-tFcg6xOSs8 .mbr-tag {
  color: #222222;
}
.cid-tFcg6xOSs8 .mbr-section-title,
.cid-tFcg6xOSs8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tFcg6xOSs8 .mbr-tag,
.cid-tFcg6xOSs8 .tags-wrapper {
  color: #fdf2ec;
}
.cid-usrm3ISLjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usrm3ISLjE .mbr-overlay {
  padding: 0;
  background: #fafafa;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .cid-usrm3ISLjE .text-wrapper {
    padding-top: 30px;
  }
}
.cid-usrm3ISLjE .mbr-text {
  margin-bottom: 20.4px;
}
.cid-usrm3ISLjE .mbr-text,
.cid-usrm3ISLjE .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-usrm3ISLjE .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-usrm3ISLjE .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-usrm3ISLjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrm3ISLjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usrm71hlHP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usrm71hlHP .mbr-overlay {
  padding: 0;
  background: #fafafa;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-usrm71hlHP .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-usrm71hlHP .text-wrapper {
    padding-top: 30px;
  }
}
.cid-usrm71hlHP .mbr-text {
  margin-bottom: 20.4px;
}
.cid-usrm71hlHP .mbr-text,
.cid-usrm71hlHP .mbr-section-btn {
  text-align: left;
  color: #4c4c4c;
}
.cid-usrm71hlHP .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-usrm71hlHP .section-subtext {
  color: #231f59;
  text-align: left;
}
.cid-usrm71hlHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrm71hlHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uss2ytnZez {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uss2ytnZez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uss2ytnZez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uss2ytnZez .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uss2ytnZez .container {
    padding: 0 12px;
  }
}
.cid-uss2ytnZez .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uss2ytnZez .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uss2ytnZez .mbr-section-title {
  color: #032164;
}
.cid-uss2ytnZez .mbr-text {
  color: #222222;
}
.cid-uss0wrysYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uss0wrysYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uss0wrysYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uss0wrysYH .container {
    padding: 0 15px;
  }
}
.cid-uss0wrysYH .row {
  justify-content: center;
}
.cid-uss0wrysYH .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uss0wrysYH .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uss0wrysYH .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uss0wrysYH .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uss0wrysYH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #60a7de;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uss0wrysYH .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uss0wrysYH .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-uss0wrysYH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uss0wrysYH .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uss0wrysYH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uss0wrysYH .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uss0wrysYH .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uss0wrysYH .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uss0wrysYH .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uss0wrysYH .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-uss0wrysYH .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uss0wrysYH .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uss0wrysYH .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uss0wrysYH .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #dd4403;
  color: #ffffff;
  font-size: 16px;
}
.cid-uss0wrysYH .mbr-section-title {
  color: #ffffff;
}
.cid-uss0wrysYH .mbr-text {
  color: #ffffff;
}
.cid-uss0wrysYH .list {
  color: #ffffff;
}
.cid-uss0wrysYH .list,
.cid-uss0wrysYH .item-wrap {
  color: #ffffff;
}
.cid-uss0wrysYH .mbr-section-title,
.cid-uss0wrysYH .mbr-section-btn {
  color: #ecf7fd;
}
.cid-ux41WObSD9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-azul-2000x1333.png");
}
.cid-ux41WObSD9 .mbr-overlay {
  background-color: #032164;
  opacity: 0.6;
}
.cid-ux41WObSD9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ux41WObSD9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ux41WObSD9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ux41WObSD9 .row {
  margin: 0;
}
.cid-ux41WObSD9 .card {
  padding: 3rem;
  border: 1px solid #003bbd !important;
}
@media (max-width: 767px) {
  .cid-ux41WObSD9 .card {
    padding: 2rem 0.5rem;
  }
}
.cid-ux41WObSD9 h3 {
  margin-bottom: 3rem !important;
}
.cid-ux41WObSD9 .content-head {
  max-width: 800px;
}
.cid-ux41WObSD9 textarea {
  min-height: 200px;
}
.cid-ux41WObSD9 input,
.cid-ux41WObSD9 textarea {
  border: 1px solid #003bbd !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-ux41WObSD9 .mbr-section-title {
  color: #221b35;
}
.cid-ux41WObSD9 LABEL {
  color: #ffffff;
}
.cid-ux41WObSD9 H3 {
  color: #ffffff;
}
.cid-uv6ExfeLAj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv6ExfeLAj .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uv6ExfeLAj .btn-social,
.cid-uv6ExfeLAj .mbr-section-title {
  color: #57468b;
}
.cid-uv6ExfeLAj .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #032164;
}
.cid-uv6ExfeLAj .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uv6ExfeLAj .soc-item:hover {
  background: #ffffff;
}
.cid-uv6ExfeLAj .soc-item:hover span {
  color: #032164 !important;
}
@media (max-width: 992px) {
  .cid-uv6ExfeLAj .align-left,
  .cid-uv6ExfeLAj .align-right {
    text-align: center;
  }
  .cid-uv6ExfeLAj .social-list {
    justify-content: center;
  }
  .cid-uv6ExfeLAj .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uv6ExfeLAj .mbr-text {
  color: #ffffff;
}
.cid-uv6x9sWYIL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uv6x9sWYIL .navbar-fixed-top {
  padding-top: 0;
}
.cid-uv6x9sWYIL .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uv6x9sWYIL .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ecf7fd;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uv6x9sWYIL .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uv6x9sWYIL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uv6x9sWYIL .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uv6x9sWYIL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uv6x9sWYIL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uv6x9sWYIL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uv6x9sWYIL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uv6x9sWYIL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uv6x9sWYIL .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uv6x9sWYIL .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uv6x9sWYIL .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-uv6x9sWYIL .nav-link,
.cid-uv6x9sWYIL .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uv6x9sWYIL .nav-link:hover,
.cid-uv6x9sWYIL .brand-name:hover {
  color: #279e64 !important;
}
.cid-uv6x9sWYIL .dropdown-menu {
  background-color: #ecf7fd;
}
.cid-uv6x9sWYIL .dropdown-item:active {
  background-color: #ecf7fd;
}
.cid-uv6x9sWYIL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uv6x9sWYIL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uv6x9sWYIL .nav-item {
  position: relative;
}
.cid-uv6x9sWYIL .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uv6x9sWYIL .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uv6x9sWYIL .nav-item .nav-link:focus {
  outline: none;
}
.cid-uv6x9sWYIL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv6x9sWYIL .content-text {
  margin-bottom: 0;
}
.cid-uv6x9sWYIL .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uv6x9sWYIL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003bbd;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uv6x9sWYIL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uv6x9sWYIL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uv6x9sWYIL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uv6x9sWYIL .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv6x9sWYIL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uv6x9sWYIL .content-right-side {
  text-align: center;
}
.cid-uv6x9sWYIL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uv6x9sWYIL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uv6x9sWYIL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uv6x9sWYIL .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uv6x9sWYIL .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv6x9sWYIL .info-widget:first-child {
  margin-left: 0;
}
.cid-uv6x9sWYIL .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uv6x9sWYIL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uv6x9sWYIL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uv6x9sWYIL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uv6x9sWYIL .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uv6x9sWYIL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uv6x9sWYIL .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uv6x9sWYIL .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uv6x9sWYIL .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #003bbd;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uv6x9sWYIL .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uv6x9sWYIL .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uv6x9sWYIL .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uv6x9sWYIL .navbar {
    display: block;
    padding: 0;
  }
  .cid-uv6x9sWYIL .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uv6x9sWYIL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uv6x9sWYIL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uv6x9sWYIL .navbar-toggler {
    display: none;
  }
  .cid-uv6x9sWYIL .navbar-collapse {
    justify-content: center;
  }
}
.cid-uv6x9sWYIL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uv6x9sWYIL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uv6x9sWYIL .btn-sm {
  padding: 13px 29px;
}
.cid-uv6x9sWYIL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uv6x9sWYIL .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uv6x9sWYIL .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uv6x9sWYIL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uv6x9sWYIL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uv6x9sWYIL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uv6x9sWYIL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uv6x9sWYIL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uv6x9sWYIL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv6x9sWYIL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uv6x9sWYIL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uv6x9sWYIL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uv6x9sWYIL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uv6x9sWYIL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uv6x9sWYIL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uv6x9sWYIL button.navbar-toggler:focus {
  outline: none;
}
.cid-uv6x9sWYIL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd4403;
}
.cid-uv6x9sWYIL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv6x9sWYIL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv6x9sWYIL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv6x9sWYIL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv6x9sWYIL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv6x9sWYIL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv6x9sWYIL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv6x9sWYIL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv6x9sWYIL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv6x9sWYIL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv6x9sWYIL .collapsed .btn {
  display: flex;
}
.cid-uv6x9sWYIL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uv6x9sWYIL .collapsed .navbar-collapse.collapsing,
.cid-uv6x9sWYIL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uv6x9sWYIL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uv6x9sWYIL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uv6x9sWYIL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uv6x9sWYIL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uv6x9sWYIL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uv6x9sWYIL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uv6x9sWYIL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uv6x9sWYIL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uv6x9sWYIL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uv6x9sWYIL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uv6x9sWYIL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uv6x9sWYIL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uv6x9sWYIL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uv6x9sWYIL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uv6x9sWYIL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uv6x9sWYIL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uv6x9sWYIL .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uv6x9sWYIL .menu-content-top {
    display: flex;
  }
  .cid-uv6x9sWYIL .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uv6x9sWYIL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uv6x9sWYIL .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uv6x9sWYIL .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uv6x9sWYIL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uv6x9sWYIL .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uv6x9sWYIL .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uv6x9sWYIL .navbar-collapse.collapsing,
  .cid-uv6x9sWYIL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uv6x9sWYIL .navbar-collapse.collapsing .navbar-nav,
  .cid-uv6x9sWYIL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uv6x9sWYIL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uv6x9sWYIL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uv6x9sWYIL .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uv6x9sWYIL .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #003bbd;
  }
  .cid-uv6x9sWYIL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uv6x9sWYIL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uv6x9sWYIL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uv6x9sWYIL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uv6x9sWYIL img {
    height: 3.8rem !important;
  }
  .cid-uv6x9sWYIL .btn {
    display: flex;
  }
  .cid-uv6x9sWYIL button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uv6x9sWYIL .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uv6x9sWYIL .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uv6x9sWYIL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uv6x9sWYIL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uv6x9sWYIL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uv6x9sWYIL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uv6x9sWYIL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uv6x9sWYIL .nav-link:focus {
  outline: none;
}
.cid-uv6x9sWYIL .navbar-toggler {
  position: relative;
}
.cid-uv6x9sWYIL .widget-title,
.cid-uv6x9sWYIL .widget-icon {
  color: #dd4403;
}
.cid-uv6x9sWYIL .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uv6x9sWYIL .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uv6x9sWYIL .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uv6x9sWYIL .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uv6x9sWYIL .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uv6x9sWYIL .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uv6x9sWYIL .menu-content-top,
  .cid-uv6x9sWYIL .menu-bottom {
    padding: 0 15px;
  }
  .cid-uv6x9sWYIL button.navbar-toggler {
    align-self: center;
  }
  .cid-uv6x9sWYIL .btn {
    margin-left: 0;
  }
  .cid-uv6x9sWYIL .widget-icon {
    padding-right: 0;
  }
}
.cid-uv6x9sWYIL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uv6x9sWYIL .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #dd4403;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uv6x9sWYIL .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uv6x9sWYIL .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #003bbd;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uv6x9sWYIL .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uv6x9y3qFw {
  background-image: url("../../../assets/images/top-view-paint-can-2000x1333.jpg");
}
.cid-uv6x9y3qFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv6x9y3qFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv6x9y3qFw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv6x9y3qFw .container-fluid {
    padding: 0 30px;
  }
}
.cid-uv6x9y3qFw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv6x9y3qFw .container {
    padding: 0 30px;
  }
}
.cid-uv6x9y3qFw .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uv6x9y3qFw .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uv6x9y3qFw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uv6x9y3qFw .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uv6x9y3qFw .mbr-section-title {
  color: #ffffff;
}
.cid-uv6x9y3qFw .mbr-text {
  color: #ffffff;
}
.cid-uv6x9BAMfY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uv6x9BAMfY .row {
  justify-content: center;
}
.cid-uv6x9BAMfY img,
.cid-uv6x9BAMfY .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv6x9BAMfY .item:focus,
.cid-uv6x9BAMfY span:focus {
  outline: none;
}
.cid-uv6x9BAMfY .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uv6x9BAMfY .col-items {
    flex-wrap: wrap;
  }
}
.cid-uv6x9BAMfY .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uv6x9BAMfY .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uv6x9BAMfY .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uv6x9BAMfY .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-uv6x9BAMfY .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-uv6x9BAMfY .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-uv6x9BAMfY .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-uv6x9BAMfY .item-wrapper .btn-primary:hover span {
  color: #003bbd !important;
}
.cid-uv6x9BAMfY .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uv6x9BAMfY .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-uv6x9BAMfY .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-uv6x9BAMfY .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uv6x9BAMfY .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-uv6x9BAMfY .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-uv6x9BAMfY .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-uv6x9BAMfY .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-uv6x9BAMfY .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-uv6x9BAMfY .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uv6x9BAMfY .label-text {
    text-align: center !important;
  }
}
.cid-uv6x9BAMfY .mbr-section-title {
  width: 100%;
  color: #003bbd;
}
.cid-uv6x9BAMfY .mbr-text {
  color: #ffffff;
}
.cid-uv6x9BAMfY .item-title {
  color: #ffffff;
}
.cid-uv6x9BAMfY .item-subtitle {
  color: #ffffff;
}
.cid-uv6x9BAMfY .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-uv6x9BAMfY .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-uv6x9BAMfY .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uv6x9BAMfY .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uv6x9BAMfY .mbr-section-head {
    text-align: center !important;
  }
}
.cid-ux4DpTjDUE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-azul-2000x1333.png");
}
.cid-ux4DpTjDUE .mbr-overlay {
  background-color: #032164;
  opacity: 0.6;
}
.cid-ux4DpTjDUE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ux4DpTjDUE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ux4DpTjDUE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ux4DpTjDUE .row {
  margin: 0;
}
.cid-ux4DpTjDUE .card {
  padding: 3rem;
  border: 1px solid #003bbd !important;
}
@media (max-width: 767px) {
  .cid-ux4DpTjDUE .card {
    padding: 2rem 0.5rem;
  }
}
.cid-ux4DpTjDUE h3 {
  margin-bottom: 3rem !important;
}
.cid-ux4DpTjDUE .content-head {
  max-width: 800px;
}
.cid-ux4DpTjDUE textarea {
  min-height: 200px;
}
.cid-ux4DpTjDUE input,
.cid-ux4DpTjDUE textarea {
  border: 1px solid #003bbd !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-ux4DpTjDUE .mbr-section-title {
  color: #221b35;
}
.cid-ux4DpTjDUE LABEL {
  color: #ffffff;
}
.cid-ux4DpTjDUE H3 {
  color: #ffffff;
}
.cid-uv6ExfeLAj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv6ExfeLAj .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uv6ExfeLAj .btn-social,
.cid-uv6ExfeLAj .mbr-section-title {
  color: #57468b;
}
.cid-uv6ExfeLAj .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #032164;
}
.cid-uv6ExfeLAj .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uv6ExfeLAj .soc-item:hover {
  background: #ffffff;
}
.cid-uv6ExfeLAj .soc-item:hover span {
  color: #032164 !important;
}
@media (max-width: 992px) {
  .cid-uv6ExfeLAj .align-left,
  .cid-uv6ExfeLAj .align-right {
    text-align: center;
  }
  .cid-uv6ExfeLAj .social-list {
    justify-content: center;
  }
  .cid-uv6ExfeLAj .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uv6ExfeLAj .mbr-text {
  color: #ffffff;
}
