body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ff4f00 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #005b8c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #005b8c !important;
  border-color: #005b8c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #005b8c;
  border-color: #005b8c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005b8c !important;
  border-color: #005b8c !important;
}
.btn-secondary:hover {
  background-color: #003a59 !important;
  border-color: #003a59 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff4f00 !important;
  border-color: #ff4f00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff4f00;
  border-color: #ff4f00;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff4f00 !important;
  border-color: #ff4f00 !important;
}
.btn-success:hover {
  background-color: #cc3f00 !important;
  border-color: #cc3f00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #005b8c !important;
  border-color: #005b8c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #005b8c;
  border-color: #005b8c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #005b8c !important;
  border-color: #005b8c !important;
}
.btn-danger:hover {
  background-color: #007cbf !important;
  border-color: #007cbf !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #005b8c;
  color: #005b8c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #005b8c !important;
  border-color: #005b8c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #005b8c !important;
  border-color: #005b8c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff4f00;
  color: #ff4f00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ff4f00 !important;
  border-color: #ff4f00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f00 !important;
  border-color: #ff4f00 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #005b8c;
  color: #005b8c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #005b8c !important;
  border-color: #005b8c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #005b8c !important;
  border-color: #005b8c !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #005b8c !important;
}
.text-success {
  color: #ff4f00 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #005b8c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #262626 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #001926 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #992f00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #001926 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #ff4f00;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #005b8c;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffdccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #0daaff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #005b8c !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-s141Ippwmk {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s141Ippwmk .nav-link,
.cid-s141Ippwmk .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s141Ippwmk .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s141Ippwmk .nav-link.text-primary:hover,
.cid-s141Ippwmk .nav-link.text-primary:focus {
  color: #000000 !important;
}
.cid-s141Ippwmk .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s141Ippwmk .nav-link:hover:before {
  opacity: 1;
}
.cid-s141Ippwmk .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #005b8c;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .nav-link {
    margin: 0 !important;
  }
}
.cid-s141Ippwmk .icons-menu {
  line-height: 0;
}
.cid-s141Ippwmk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s141Ippwmk .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s141Ippwmk .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-s141Ippwmk.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s141Ippwmk .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s141Ippwmk .btn {
    white-space: nowrap;
  }
  .cid-s141Ippwmk .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item.dropdown:hover::before,
  .cid-s141Ippwmk .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s141Ippwmk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s141Ippwmk .navbar > .container,
.cid-s141Ippwmk .navbar > .container-fluid {
  align-items: center;
}
.cid-s141Ippwmk .dropdown-toggle::after,
.cid-s141Ippwmk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s141Ippwmk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s141Ippwmk .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s141Ippwmk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s141Ippwmk .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s141Ippwmk .nav-item:focus,
.cid-s141Ippwmk .nav-link:focus {
  outline: none;
}
.cid-s141Ippwmk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s141Ippwmk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s141Ippwmk .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s141Ippwmk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s141Ippwmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s141Ippwmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item .nav-link::before {
    display: none;
  }
  .cid-s141Ippwmk.opened .dropdown-menu {
    top: 0;
  }
  .cid-s141Ippwmk .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s141Ippwmk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s141Ippwmk .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s141Ippwmk .navbar-logo {
    margin: 0;
  }
  .cid-s141Ippwmk .navbar-logo img {
    height: 60px !important;
  }
  .cid-s141Ippwmk .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s141Ippwmk .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s141Ippwmk .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s141Ippwmk .navbar {
    padding: 13px 90px;
  }
  .cid-s141Ippwmk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s141Ippwmk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s141Ippwmk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s141Ippwmk .dropdown-toggle::after,
  .cid-s141Ippwmk .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s141Ippwmk .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s141Ippwmk a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s141Ippwmk .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s141Ippwmk.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s141Ippwmk.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s141Ippwmk .navbar {
    padding: 0 !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s141Ippwmk a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s141Ippwmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s141Ippwmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s141Ippwmk .dropdown-item.active,
.cid-s141Ippwmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s141Ippwmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s141Ippwmk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s141Ippwmk .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s141Ippwmk .navbar {
    height: 97px;
  }
  .cid-s141Ippwmk .navbar.opened {
    height: auto;
  }
  .cid-s141Ippwmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMnKlSk3jW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ff4f00;
}
.cid-sMnKlSk3jW .title__block {
  padding-bottom: 40px;
}
.cid-sMnKlSk3jW .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sMnKlSk3jW .mbr-section-title b,
.cid-sMnKlSk3jW .mbr-section-title strong {
  font-weight: 500;
}
.cid-sMnKlSk3jW .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sMnKlSk3jW .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/icone-big-482x482.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sMnKlSk3jW .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-sMnKlSk3jW .mbr-text {
  margin-bottom: 43px;
}
.cid-sMnKlSk3jW .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-sMnKlSk3jW .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #005b8c;
}
.cid-sMnKlSk3jW .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-sMnKlSk3jW .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-sMnKlSk3jW .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-sMnKlSk3jW .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sMnKlSk3jW .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-sMnKlSk3jW .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-sMnKlSk3jW .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sMnKlSk3jW .row {
    text-align: center;
  }
  .cid-sMnKlSk3jW .title__block {
    padding-bottom: 0;
  }
  .cid-sMnKlSk3jW .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-sMnKlSk3jW .figure:before {
    content: none;
  }
  .cid-sMnKlSk3jW .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sMnKlSk3jW .mbr-text {
    margin-bottom: 30px;
  }
  .cid-sMnKlSk3jW .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-sMnKlSk3jW .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-sMnKlSk3jW .mbr-text,
.cid-sMnKlSk3jW .mbr-section-btn {
  color: #282727;
}
.cid-sEgZ8TgdwL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/logo-big-72-2000x833.png");
}
.cid-sEgZ8TgdwL .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sEgZ8TgdwL .mbr-section-title b,
.cid-sEgZ8TgdwL .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sEgZ8TgdwL .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s141Uqu2Uk {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s141Uqu2Uk .mbr-section-subtitle {
  font-weight: 500;
  color: #005b8c;
}
.cid-s141Uqu2Uk .wrap {
  padding-left: 90px;
}
.cid-s141Uqu2Uk .mbr-section-title {
  color: #ff4f00;
}
.cid-s141Uqu2Uk .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s141Uqu2Uk .link a {
  font-weight: 700;
}
.cid-s141Uqu2Uk .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s141Uqu2Uk .link:hover span {
  transform: translateX(9px);
}
.cid-s141Uqu2Uk .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #2c3945;
}
.cid-s141Uqu2Uk .mbr-text {
  margin-bottom: 10px;
  text-align: justify;
}
.cid-s141Uqu2Uk .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-s141Uqu2Uk .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-s141Uqu2Uk .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-30px);
  }
  .cid-s141Uqu2Uk .figure:before {
    content: none;
  }
  .cid-s141Uqu2Uk .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s141Uqu2Uk .wrap {
    padding-left: 0;
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-s141Uqu2Uk .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-s141Uqu2Uk .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-s141Uqu2Uk .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sMnQHGBZhj {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMnQHGBZhj img {
  filter: grayscale(1);
}
.cid-sMnQHGBZhj .mbri-left:before {
  content: "\f053";
}
.cid-sMnQHGBZhj .mbri-right:before {
  content: "\f054";
}
.cid-sMnQHGBZhj .carousel-control-next,
.cid-sMnQHGBZhj .carousel-control-prev {
  color: #005b8c;
}
.cid-sMnQHGBZhj .title-block {
  justify-content: space-between;
}
.cid-sMnQHGBZhj .carousel-control {
  background: transparent !important;
  border: 2px solid #005b8c;
  opacity: 1 !important;
  transition: 0.3s;
}
.cid-sMnQHGBZhj .carousel-control:hover {
  background-color: #005b8c !important;
  border: 2px solid #ff4f00 !important;
  color: #ffffff !important;
}
.cid-sMnQHGBZhj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMnQHGBZhj .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sMnQHGBZhj .carousel-item .wrap-img {
  text-align: center;
}
.cid-sMnQHGBZhj .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sMnQHGBZhj .carousel-controls .carousel-control {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.cid-sMnQHGBZhj .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
  left: auto;
}
.cid-sMnQHGBZhj .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sMnQHGBZhj .cloneditem-1,
.cid-sMnQHGBZhj .cloneditem-2,
.cid-sMnQHGBZhj .cloneditem-3,
.cid-sMnQHGBZhj .cloneditem-4 {
  display: none;
}
.cid-sMnQHGBZhj .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sMnQHGBZhj .container {
  margin-bottom: 2.7rem;
}
.cid-sMnQHGBZhj .controls-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sMnQHGBZhj .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides2 .cloneditem-1,
  .cid-sMnQHGBZhj .carousel-inner.slides2 .cloneditem-2,
  .cid-sMnQHGBZhj .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides3 .cloneditem-1,
  .cid-sMnQHGBZhj .carousel-inner.slides3 .cloneditem-2,
  .cid-sMnQHGBZhj .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides4 .cloneditem-1,
  .cid-sMnQHGBZhj .carousel-inner.slides4 .cloneditem-2,
  .cid-sMnQHGBZhj .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides5 .cloneditem-1,
  .cid-sMnQHGBZhj .carousel-inner.slides5 .cloneditem-2,
  .cid-sMnQHGBZhj .carousel-inner.slides5 .cloneditem-3,
  .cid-sMnQHGBZhj .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMnQHGBZhj .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMnQHGBZhj .carousel-inner.slides6 .cloneditem-1,
  .cid-sMnQHGBZhj .carousel-inner.slides6 .cloneditem-2,
  .cid-sMnQHGBZhj .carousel-inner.slides6 .cloneditem-3,
  .cid-sMnQHGBZhj .carousel-inner.slides6 .cloneditem-4,
  .cid-sMnQHGBZhj .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sMnQHGBZhj .mbr-section-subtitle {
  font-weight: 700;
  color: #ff4f00;
}
.cid-sMnQHGBZhj .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sMnQHGBZhj .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sMnQHGBZhj .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sMnQHGBZhj .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sMnQHGBZhj .mbr-iconfont-2 {
  color: #005b8c !important;
}
.cid-sMnQHGBZhj .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sMnQHGBZhj .soc-item span {
  font-size: 1rem;
}
.cid-sMnQHGBZhj .soc-item-1 {
  transition: 0.3s;
}
.cid-sMnQHGBZhj .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sMnQHGBZhj .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sMnQHGBZhj .col-lg-2 {
    padding: 0rem;
  }
  .cid-sMnQHGBZhj .title-block {
    margin: 0;
  }
  .cid-sMnQHGBZhj .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sMnQHGBZhj .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sMnQHGBZhj .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sMnQHGBZhj .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sMnQHGBZhj .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 5%;
  }
}
.cid-sMnQHGBZhj .col-lg-2 {
  padding: 0rem;
}
.cid-sMnQHGBZhj .col-md-12 {
  padding: 0rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sMnQHGBZhj .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sMnQHGBZhj .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 21%;
  }
}
.cid-sMnQHGBZhj .container-fluid {
  padding: 0;
}
.cid-sMnQHGBZhj .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sMnQHGBZhj .row {
    padding: 0 1rem;
  }
}
.cid-sMnQHGBZhj .icon-left {
  margin-right: 0.1rem;
}
.cid-sMnQHGBZhj .icon-right {
  margin-left: 0.1rem;
}
.cid-s143xnpjgP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ff4f00;
  overflow: visible;
}
.cid-s143xnpjgP .text__items {
  padding-bottom: 200px;
}
.cid-s143xnpjgP .mbr-text {
  margin-bottom: 73px;
  font-weight: 500;
}
.cid-s143xnpjgP .bottom__block {
  position: relative;
  z-index: 1;
}
.cid-s143xnpjgP .bottom__block img {
  left: 0;
  top: -200px;
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-s143xnpjgP .figure:before {
    width: 83px;
    height: 80px;
    left: -58px;
    top: -58px;
  }
  .cid-s143xnpjgP .mbr-section-title {
    margin-bottom: 77px;
  }
  .cid-s143xnpjgP .mbr-text {
    margin-bottom: 44px;
  }
  .cid-s143xnpjgP .text__items {
    padding-bottom: 0;
  }
  .cid-s143xnpjgP .bottom__block img {
    position: static;
  }
}
.cid-s143xnpjgP .mbr-section-title {
  color: #005b8c;
}
.cid-s143xnpjgP .text__items {
  color: #ffffff;
}
.cid-s143LSqI5V {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #005b8c;
}
.cid-s143LSqI5V .mbr-section-title {
  color: #3a6686;
}
.cid-s143LSqI5V .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 68%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
}
.cid-s143LSqI5V .card__content {
  margin-top: 25px;
  color: #2c3945;
}
.cid-s143LSqI5V .mbr-text {
  margin-bottom: 9px;
  text-align: justify;
}
.cid-s143LSqI5V .right__block {
  margin-top: 25px;
  margin-top: 120px;
}
.cid-s143LSqI5V .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-s143LSqI5V .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -100px;
  width: 100px;
  height: 100px;
  background-image: url("../../../assets/images/girophare-bleu-avus72-196x196.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-s143LSqI5V .right__text {
  padding-right: 50px;
  color: #2c3945;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-s143LSqI5V .row {
    flex-direction: row !important;
  }
  .cid-s143LSqI5V .two__background:before {
    max-width: 100%;
  }
  .cid-s143LSqI5V .right__block {
    margin-top: 30px;
  }
  .cid-s143LSqI5V .figure:before {
    top: -4px;
    left: -38px;
  }
}
.cid-sEhyoQT6Zc {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sEhyoQT6Zc .carousel-item.active,
.cid-sEhyoQT6Zc .carousel-item-next,
.cid-sEhyoQT6Zc .carousel-item-prev {
  display: flex;
}
.cid-sEhyoQT6Zc .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sEhyoQT6Zc .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-sEhyoQT6Zc .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sEhyoQT6Zc .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-sEhyoQT6Zc .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sEhyoQT6Zc .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sEhyoQT6Zc .carousel-controls .carousel-control-next,
.cid-sEhyoQT6Zc .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEhyoQT6Zc .image-element {
    min-width: 50%;
  }
  .cid-sEhyoQT6Zc .media-container-row {
    width: 100%;
  }
}
.cid-sEhyoQT6Zc .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-sEhyoQT6Zc .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-sEhyoQT6Zc .img-wrap {
  position: relative;
}
.cid-sEhyoQT6Zc .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-sEhyoQT6Zc .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-sEhyoQT6Zc .slider__title {
  color: #005b8c;
  margin-bottom: 15px;
}
.cid-sEhyoQT6Zc .slider__subtitle {
  margin-bottom: 20px;
}
.cid-sEhyoQT6Zc .slider__text {
  margin-bottom: 50px;
  text-align: justify;
}
.cid-sEhyoQT6Zc .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sEhyoQT6Zc .link a {
  font-weight: 700;
}
.cid-sEhyoQT6Zc .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sEhyoQT6Zc .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-sEhyoQT6Zc .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-sEhyoQT6Zc .img-wrap:before {
    display: none;
  }
  .cid-sEhyoQT6Zc .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-sEhyoQT6Zc .slider__content {
    margin-top: 0;
  }
  .cid-sEhyoQT6Zc .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sEhyoQT6Zc .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-sEhyoQT6Zc .slider__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .cid-sEhyoQT6Zc .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sEhyoQT6Zc .media-container-row {
    min-height: 440px;
  }
  .cid-sEhyoQT6Zc .img-wrap img {
    width: 100%;
  }
  .cid-sEhyoQT6Zc .slider__content {
    margin: 0;
  }
}
.cid-sEho7KEZj8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEho7KEZj8 .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #ff4f00;
}
.cid-sEho7KEZj8 .mbr-section-title b,
.cid-sEho7KEZj8 .mbr-section-title strong {
  font-weight: 500;
}
.cid-sEho7KEZj8 .mbr-text {
  margin-bottom: 18px;
  text-align: justify;
}
.cid-sEho7KEZj8 .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-sEho7KEZj8 .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-sEho7KEZj8 .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-sEho7KEZj8 .image {
  margin-right: 13px;
  width: 100%;
}
.cid-sEho7KEZj8 .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-sEho7KEZj8 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sEho7KEZj8 .link a {
  font-weight: 700;
}
.cid-sEho7KEZj8 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sEho7KEZj8 .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-sEho7KEZj8 .row__image {
    margin-bottom: 9px;
  }
  .cid-sEho7KEZj8 .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-sEho7KEZj8 .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-sEho7KEZj8 .title__block {
    margin-top: 60px;
  }
  .cid-sEho7KEZj8 .image {
    margin-right: 10px;
    height: auto;
  }
  .cid-sEho7KEZj8 .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-sEho7KEZj8 .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-sEhugdnCzN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sEhugdnCzN .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ff4f00;
  z-index: 0;
}
.cid-sEhugdnCzN .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sEhugdnCzN .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sEhugdnCzN .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/girophare-orange-avus72-614x600.jpg");
}
.cid-sEhugdnCzN .mbr-section-title {
  margin-bottom: 33px;
  color: #ff4f00;
}
.cid-sEhugdnCzN .slider__image {
  margin-left: 11.8%;
}
.cid-sEhugdnCzN .img-wrap {
  max-width: 100%;
}
.cid-sEhugdnCzN .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sEhugdnCzN .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-sEhugdnCzN .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-sEhugdnCzN .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sEhugdnCzN .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sEhugdnCzN .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sEhugdnCzN .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-sEhugdnCzN .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sEhugdnCzN .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sEhugdnCzN .carousel-controls .carousel-control-next,
.cid-sEhugdnCzN .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sEhugdnCzN .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sEhugdnCzN .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEhugdnCzN .image-element {
    min-width: 50%;
  }
  .cid-sEhugdnCzN .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sEhugdnCzN .two__background:before {
    max-width: 90%;
  }
  .cid-sEhugdnCzN .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sEhugdnCzN .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sEhugdnCzN .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sEhugdnCzN .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sEhugdnCzN .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sEhugdnCzN .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sEhugdnCzN .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sEhugdnCzN .img-wrap {
    width: 100%;
  }
  .cid-sEhugdnCzN .carousel-controls {
    display: none;
  }
  .cid-sEhugdnCzN .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sEhzyNp75i {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEhzyNp75i .mbr-section-title {
  font-weight: 300;
  margin-bottom: 20px;
  color: #ff4f00;
}
.cid-sEhzyNp75i .mbr-section-title b,
.cid-sEhzyNp75i .mbr-section-title strong {
  font-weight: 500;
}
.cid-sEhzyNp75i .mbr-section-subtitle {
  font-weight: 300;
  margin-bottom: 20px;
  color: #005b8c;
}
.cid-sEhzyNp75i .mbr-section-subtitle b,
.cid-sEhzyNp75i .mbr-section-subtitle strong {
  font-weight: 500;
}
.cid-sEhzyNp75i .mbr-text {
  margin-bottom: 15px;
  text-align: justify;
}
.cid-sEhzyNp75i .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sEhzyNp75i .link a {
  font-weight: 700;
}
.cid-sEhzyNp75i .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sEhzyNp75i .link:hover span {
  transform: translateX(9px);
}
.cid-sEhzyNp75i .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-sEhzyNp75i .card__block:nth-child(2) .card__content::before {
  background-color: #005b8c;
}
.cid-sEhzyNp75i .card__block:nth-child(3) .card__content::before {
  background-color: #000000;
}
.cid-sEhzyNp75i .card__block:nth-child(4) .card__content::before {
  background-color: #ffffff;
}
.cid-sEhzyNp75i .card__block:nth-child(6) .card__content::before {
  background-color: #ff4f00;
}
.cid-sEhzyNp75i .card__block:nth-child(7) .card__content::before {
  background-color: #000000;
}
.cid-sEhzyNp75i .card__block:nth-child(8) .card__content::before {
  background-color: #005b8c;
}
.cid-sEhzyNp75i .card__content {
  position: relative;
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-sEhzyNp75i .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-sEhzyNp75i .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-sEhzyNp75i .card__content .card__image {
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-sEhzyNp75i .card__content .card__image img {
  max-width: 145px;
}
.cid-sEhzyNp75i .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-sEhzyNp75i .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .cid-sEhzyNp75i .title__block {
    padding: 24px 17px;
  }
  .cid-sEhzyNp75i .card__content {
    padding: 15px 13px 20px;
  }
  .cid-sEhzyNp75i .card__content .card__image {
    height: 73px;
  }
  .cid-sEhzyNp75i .card__content .card__image img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .cid-sEhzyNp75i .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-sEhzyNp75i .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-sEhzyNp75i .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-sEhzyNp75i .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-sEhzyNp75i .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-sEhzyNp75i .card__text {
  color: #005b8c;
}
.cid-sEhzyNp75i .mbr-text,
.cid-sEhzyNp75i .link {
  color: #000000;
}
.cid-sMnYWQ285V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sMnYWQ285V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMnYWQ285V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMnYWQ285V .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sMnYWQ285V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMnYWQ285V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMnYWQ285V .row > .row {
  display: block;
}
.cid-sMnYWQ285V .mbr-gallery-item {
  width: 100%;
}
.cid-sMnYWQ285V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #005b8c;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sMnYWQ285V .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sMnYWQ285V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMnYWQ285V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sMnYWQ285V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sMnYWQ285V .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #005b8c !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sMnYWQ285V .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sMnYWQ285V .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sMnYWQ285V {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-sMnYWQ285V .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sEhFmMG3K9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/logo-big-72-2000x833.png");
}
.cid-sEhFmMG3K9 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sEhFmMG3K9 .mbr-section-title b,
.cid-sEhFmMG3K9 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sEhFmMG3K9 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sEhFmMG3K9 .mbr-section-title,
.cid-sEhFmMG3K9 .mbr-section-btn {
  color: #ffffff;
}
.cid-sEhFmMG3K92 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/avus-manutention-72.jpg");
}
.cid-sEhFmMG3K92 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sEhFmMG3K92 .mbr-section-title b,
.cid-sEhFmMG3K92 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-sEhFmMG3K92 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sEhFmMG3K92 .mbr-section-title,
.cid-sEhFmMG3K92 .mbr-section-btn {
  color: #ffffff;
}
.cid-s14xqCLrIp {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-s14xqCLrIp .mbr-section-title {
  margin-bottom: 25px;
  color: #3a6686;
}
.cid-s14xqCLrIp .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #2c3945;
  text-align: justify
}
.cid-s14xqCLrIp .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-s14xqCLrIp .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-s14xqCLrIp .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-s14xqCLrIp .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #3a6686 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
}
.cid-s14xqCLrIp .mbr-gallery-filter ul {
  display: block;
}
.cid-s14xqCLrIp .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-s14xqCLrIp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-s14xqCLrIp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-s14xqCLrIp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #005b8c;
  transition: all 0.3s ease;
}
.cid-s14xqCLrIp .mbr-gallery-row {
  margin-top: 50px;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s14xqCLrIp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-s14xqCLrIp .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-s14xqCLrIp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-s14xqCLrIp .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-s14xqCLrIp .mbr-gallery-item > div img,
.cid-s14xqCLrIp .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-s14xqCLrIp .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-s14xqCLrIp .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-s14xqCLrIp .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-s14xqCLrIp .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-s14xqCLrIp .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-s14xqCLrIp .mbr-section-title {
    text-align: center;
  }
  .cid-s14xqCLrIp .image {
    top: auto;
    height: 420px;
  }
  .cid-s14xqCLrIp .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-s14xqCLrIp .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-s14xqCLrIp .mbr-gallery-item > div img,
  .cid-s14xqCLrIp .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-s14xqCLrIp .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-s14xqCLrIp .image {
    height: 290px;
  }
}
.cid-s143j43MJL {
  padding-top: 8rem;
  padding-bottom: 10rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-s143j43MJL .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-s143j43MJL .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-s143j43MJL .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-s143j43MJL .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s143j43MJL .img__wrap .image img {
    height: auto;
  }
  .cid-s143j43MJL .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-s143j43MJL {
    padding-top: 10rem;
  }
  .cid-s143j43MJL .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-s143j43MJL {
    padding-top: 8rem;
  }
  .cid-s143j43MJL .img__wrap {
    top: -60px;
  }
}
.cid-s143j43MJL .mbr-section-title {
  color: #ff4f00;
}
.cid-s143j43MJL .mbr-section-subtitle {
  color: #3a6686;
}
.cid-s143j43MJL .mbr-text,
.cid-s143j43MJL .mbr-section-btn {
  color: #2c3945;
}
.cid-sEhIqUfUuD {
  background-color: #005b8c;
}
.cid-sEhIqUfUuD input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-sEhIqUfUuD a {
  padding: 0;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sEhIqUfUuD .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-sEhIqUfUuD .form-group {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-sEhIqUfUuD .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sEhIqUfUuD .mbr-section-title {
  padding-bottom: 10px;
  color: #ff4f00;
  font-size: 42px;
}
.cid-sEhIqUfUuD .right {
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
}
.cid-sEhIqUfUuD .container {
  max-width: initial;
}
.cid-sEhIqUfUuD .no-padding {
  padding-right: 0;
}
.cid-sEhIqUfUuD .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #0c5b47;
}
.cid-sEhIqUfUuD .desc {
  margin-top: 13px;
  color: #0c5b47;
}
.cid-sEhIqUfUuD .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-sEhIqUfUuD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sEhIqUfUuD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sEhIqUfUuD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sEhIqUfUuD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sEhIqUfUuD .mbr-link .address {
  text-align: left;
  color: #ffffff;
}
.cid-sEhIqUfUuD .address {
  padding-top: 10px;
  margin-bottom: 0;
  font-style: italic;
}
.cid-sEhIqUfUuD .tel {
  font-style: initial;
}
.cid-sEhIqUfUuD .top {
  padding-top: 25px;
}
.cid-sEhIqUfUuD .row {
  align-items: center;
}
.cid-sEhIqUfUuD .b {
  text-align: left;
  width: 60%;
  margin: auto;
}
.cid-sEhIqUfUuD .bottom {
  margin: auto;
}
@media (max-width: 990px) {
  .cid-sEhIqUfUuD .b {
    width: 100%;
  }
  .cid-sEhIqUfUuD .google-map {
    padding: 15px 0px 0px;
  }
  .cid-sEhIqUfUuD .mbr-section-title {
    padding-top: 30px;
  }
}
@media (max-width: 690px) {
  .cid-sEhIqUfUuD .container {
    display: block;
  }
  .cid-sEhIqUfUuD .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-sEhIqUfUuD .no-padding {
    padding: 15px;
    padding-bottom: 0px;
  }
  .cid-sEhIqUfUuD .no-padd {
    padding: 0;
  }
  .cid-sEhIqUfUuD .bottom {
    margin-bottom: 30px;
  }
}
.cid-sEhIqUfUuD .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-sEhIqUfUuD .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-s1l6Lexutq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f6f7;
}
.cid-s1l6Lexutq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-s1l6Lexutq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-s1l6Lexutq .logo__footer img {
  display: block;
  width: 85px;
  object-fit: cover ;
}
.cid-s1l6Lexutq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-s1l6Lexutq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-s1l6Lexutq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-s1l6Lexutq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-s1l6Lexutq .item a {
  font-weight: 600;
}
.cid-s1l6Lexutq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-s1l6Lexutq .item:last-child:after {
  display: none;
}
.cid-s1l6Lexutq .footer__social {
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #000000;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-s1l6Lexutq .mbr-iconfont:hover {
  color: #000000;
}
.cid-s1l6Lexutq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-s1l6Lexutq .footer__ink {
  text-align: right;
}
.cid-s1l6Lexutq .copyright,
.cid-s1l6Lexutq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s1l6Lexutq .footer__menu {
    padding-right: 0;
  }
}
.cid-s1l6Lexutq .copyright {
  color: #3a6686;
}
.cid-s1l6Lexutq .ink {
  color: #3a6686;
}


