.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #767676 !important;
}
.bg-info {
  background-color: #f9652f !important;
}
.bg-warning {
  background-color: #da4209 !important;
}
.bg-danger {
  background-color: #ab2e00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9652f !important;
  border-color: #f9652f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cb3b06 !important;
  border-color: #cb3b06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cb3b06 !important;
  border-color: #cb3b06 !important;
}
.btn-success,
.btn-success:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #da4209 !important;
  border-color: #da4209 !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: #872906 !important;
  border-color: #872906 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #872906 !important;
  border-color: #872906 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !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: #541700 !important;
  border-color: #541700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #541700 !important;
  border-color: #541700 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f9652f;
  color: #f9652f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cb3b06 !important;
  background-color: transparent!important;
  border-color: #cb3b06 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f9652f !important;
  border-color: #f9652f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #767676;
  color: #767676;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4b4b4b !important;
  background-color: transparent!important;
  border-color: #4b4b4b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #da4209;
  color: #da4209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #872906 !important;
  background-color: transparent!important;
  border-color: #872906 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #da4209 !important;
  border-color: #da4209 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ab2e00;
  color: #ab2e00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #541700 !important;
  background-color: transparent!important;
  border-color: #541700 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #767676 !important;
}
.text-info {
  color: #f9652f !important;
}
.text-warning {
  color: #da4209 !important;
}
.text-danger {
  color: #ab2e00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #434343 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bd3605 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #782405 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #451300 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9652f;
}
.alert-warning {
  background-color: #da4209;
}
.alert-danger {
  background-color: #ab2e00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff8f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcc7b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff642b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #000000 !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='%23ffffff' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vaLUQ648Eo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaLUQ648Eo .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaLUQ648Eo .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaLUQ648Eo .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaLUQ648Eo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaLUQ648Eo .navbar.opened {
  transition: all 0.3s;
}
.cid-vaLUQ648Eo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaLUQ648Eo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaLUQ648Eo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaLUQ648Eo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaLUQ648Eo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaLUQ648Eo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaLUQ648Eo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaLUQ648Eo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaLUQ648Eo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaLUQ648Eo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaLUQ648Eo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaLUQ648Eo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaLUQ648Eo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaLUQ648Eo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaLUQ648Eo .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaLUQ648Eo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaLUQ648Eo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaLUQ648Eo .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaLUQ648Eo .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaLUQ648Eo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaLUQ648Eo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaLUQ648Eo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaLUQ648Eo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaLUQ648Eo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaLUQ648Eo .navbar-caption {
  padding-right: 4rem;
}
.cid-vaLUQ648Eo .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaLUQ648Eo .dropdown-menu,
.cid-vaLUQ648Eo .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaLUQ648Eo .nav-item:focus,
.cid-vaLUQ648Eo .nav-link:focus {
  outline: none;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaLUQ648Eo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaLUQ648Eo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaLUQ648Eo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaLUQ648Eo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaLUQ648Eo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaLUQ648Eo .dropdown-item.active,
.cid-vaLUQ648Eo .dropdown-item:active {
  background-color: transparent;
}
.cid-vaLUQ648Eo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaLUQ648Eo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaLUQ648Eo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaLUQ648Eo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaLUQ648Eo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaLUQ648Eo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaLUQ648Eo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaLUQ648Eo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaLUQ648Eo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaLUQ648Eo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaLUQ648Eo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaLUQ648Eo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaLUQ648Eo .navbar {
    height: 77px;
  }
  .cid-vaLUQ648Eo .navbar.opened {
    height: auto;
  }
  .cid-vaLUQ648Eo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb1BKev5LI {
  background-image: url("../../../assets/images/moto-pec3a7as-mecanica-lili-motos-1-1920x1080.jpg");
}
.cid-vb1BKev5LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1BKev5LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1BKev5LI .mbr-section-title {
  color: #da4209;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vb1BKev5LI .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vb1BKev5LI .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaHEmanL7Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaHEmanL7Y .mbr-text {
  color: #767676;
}
.cid-vaHEmanL7Y .media-container-row {
  flex-wrap: wrap;
}
.cid-vaHEmanL7Y .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-vaHEmanL7Y .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-vaHEmanL7Y .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #da4209;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-vaHEmanL7Y .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-vaHEmanL7Y .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHEmanL7Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-vaHEmanL7Y .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-vaHEmanL7Y .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-vaHEmanL7Y .card-title {
  color: #ffffff;
}
.cid-vaXZPCpe0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaXZPCpe0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXZPCpe0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXZPCpe0z .content-wrap {
  margin: 0 -20px;
}
.cid-vaXZPCpe0z .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaXZPCpe0z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaXZPCpe0z .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaXZPCpe0z .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaXZPCpe0z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaXZPCpe0z .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaXZPCpe0z .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaXZPCpe0z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaXZPCpe0z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaXZPCpe0z .embla__slide .slide-content {
  width: 100%;
}
.cid-vaXZPCpe0z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vaXZPCpe0z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vaXZPCpe0z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vaXZPCpe0z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vaXZPCpe0z .embla__button--next,
.cid-vaXZPCpe0z .embla__button--prev {
  display: flex;
}
.cid-vaXZPCpe0z .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vaXZPCpe0z .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaXZPCpe0z .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vaXZPCpe0z .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vaXZPCpe0z .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vaXZPCpe0z .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vaXZPCpe0z .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vaXZPCpe0z .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaXZPCpe0z .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaXZPCpe0z .embla__viewport {
    padding: 0;
  }
}
.cid-vaXZPCpe0z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaXZPCpe0z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaXZPCpe0z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaXZPCpe0z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaXZPCpe0z .mbr-label {
  color: #232323;
}
.cid-vaXZPCpe0z .mbr-section-title {
  color: #ffffff;
}
.cid-vaXZPCpe0z .mbr-text {
  color: #ffffff;
}
.cid-vaXZPCpe0z .mbr-text,
.cid-vaXZPCpe0z .text-wrapper {
  color: #232323;
}
.cid-vaXZPCpe0z .mbr-section-title,
.cid-vaXZPCpe0z .mbr-section-btn {
  color: #000000;
}
.cid-vaWsIq8QB9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWsIq8QB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWsIq8QB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWsIq8QB9 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaWsIq8QB9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaWsIq8QB9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWsIq8QB9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWsIq8QB9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWsIq8QB9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWsIq8QB9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaWsIq8QB9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaWsHTWYVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWsHTWYVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWsHTWYVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWsHTWYVd .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaWsHTWYVd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWsHTWYVd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWsHTWYVd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWsHTWYVd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWsHTWYVd .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaWsHTWYVd .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaTUhC1vgV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vaTUhC1vgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTUhC1vgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTUhC1vgV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaTUhC1vgV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaTUhC1vgV .embla__slide .slide-content {
  width: 100%;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaTUhC1vgV .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaTUhC1vgV .embla__button--next,
.cid-vaTUhC1vgV .embla__button--prev {
  display: flex;
}
.cid-vaTUhC1vgV .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vaTUhC1vgV .embla__button {
    bottom: 0;
  }
}
.cid-vaTUhC1vgV .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaTUhC1vgV .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vaTUhC1vgV .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaTUhC1vgV .embla__button.embla__button--next {
  right: 0;
}
.cid-vaTUhC1vgV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vaTUhC1vgV .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vaTUhC1vgV .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaTUhC1vgV .embla__viewport {
    padding: 0;
  }
}
.cid-vaTUhC1vgV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaTUhC1vgV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaTUhC1vgV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaTUhC1vgV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaTUhC1vgV .item-text {
  color: #ffffff;
}
.cid-vaTUhC1vgV .item-name {
  color: #ffffff;
}
.cid-vaTUhC1vgV .item-role {
  color: #a8a8a8;
}
.cid-vaTUhC1vgV .mbr-star {
  color: #f5b614;
}
.cid-vaHI2uprgD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaHI2uprgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHI2uprgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHI2uprgD .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaHI2uprgD .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaHI2uprgD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHI2uprgD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaHI2uprgD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHI2uprgD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaHI2uprgD .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaHI2uprgD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaHETkfGSj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaHETkfGSj section {
  position: relative;
}
.cid-vaHETkfGSj h4 {
  margin: 0;
}
.cid-vaHETkfGSj img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vaHETkfGSj a {
  font-weight: 300;
}
.cid-vaHETkfGSj .img1 {
  color: #f9652f;
}
.cid-vaHETkfGSj .img2 {
  color: #f9652f;
}
.cid-vaHETkfGSj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vaHETkfGSj .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaHETkfGSj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaHETkfGSj .item,
.cid-vaHETkfGSj .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vaHETkfGSj .item h4,
.cid-vaHETkfGSj .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vaHETkfGSj .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vaHETkfGSj .item {
    justify-content: center;
  }
}
.cid-vaHETkfGSj .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vaHETkfGSj .text1 {
  text-align: left;
}
.cid-vaHETkfGSj .link-title {
  text-align: left;
}
.cid-vaHETFkRIu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaHETFkRIu .mbr-text {
  color: #f6f6ef;
}
.cid-vaLUQ648Eo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaLUQ648Eo .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaLUQ648Eo .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaLUQ648Eo .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaLUQ648Eo .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaLUQ648Eo .navbar.opened {
  transition: all 0.3s;
}
.cid-vaLUQ648Eo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaLUQ648Eo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaLUQ648Eo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaLUQ648Eo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaLUQ648Eo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaLUQ648Eo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaLUQ648Eo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaLUQ648Eo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaLUQ648Eo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaLUQ648Eo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaLUQ648Eo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaLUQ648Eo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaLUQ648Eo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaLUQ648Eo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaLUQ648Eo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaLUQ648Eo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaLUQ648Eo .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaLUQ648Eo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaLUQ648Eo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaLUQ648Eo .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaLUQ648Eo .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaLUQ648Eo .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaLUQ648Eo .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaLUQ648Eo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaLUQ648Eo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaLUQ648Eo .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaLUQ648Eo .navbar-caption {
  padding-right: 4rem;
}
.cid-vaLUQ648Eo .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaLUQ648Eo .dropdown-menu,
.cid-vaLUQ648Eo .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaLUQ648Eo .nav-item:focus,
.cid-vaLUQ648Eo .nav-link:focus {
  outline: none;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaLUQ648Eo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaLUQ648Eo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaLUQ648Eo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaLUQ648Eo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaLUQ648Eo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaLUQ648Eo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaLUQ648Eo .dropdown-item.active,
.cid-vaLUQ648Eo .dropdown-item:active {
  background-color: transparent;
}
.cid-vaLUQ648Eo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaLUQ648Eo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaLUQ648Eo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaLUQ648Eo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaLUQ648Eo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaLUQ648Eo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaLUQ648Eo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaLUQ648Eo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaLUQ648Eo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaLUQ648Eo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaLUQ648Eo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaLUQ648Eo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaLUQ648Eo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaLUQ648Eo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaLUQ648Eo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaLUQ648Eo .navbar {
    height: 77px;
  }
  .cid-vaLUQ648Eo .navbar.opened {
    height: auto;
  }
  .cid-vaLUQ648Eo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaLUQ648Eo .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaSPuh23kM {
  background-image: url("../../../assets/images/moto-pec3a7as-mecanica-lili-motos-1-1920x1080.jpg");
}
.cid-vaSPuh23kM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSPuh23kM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSPuh23kM .mbr-section-title {
  color: #da4209;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaSPuh23kM .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vaSPuh23kM .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaHG8GANVH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaHG8GANVH .mbr-text {
  color: #767676;
}
.cid-vaHG8GANVH .media-container-row {
  flex-wrap: wrap;
}
.cid-vaHG8GANVH .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-vaHG8GANVH .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-vaHG8GANVH .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #daac32;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-vaHG8GANVH .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-vaHG8GANVH .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHG8GANVH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-vaHG8GANVH .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-vaHG8GANVH .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-vaHG8GANVH .card-title {
  color: #ffffff;
}
.cid-vaS0xjiLJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-vaS0xjiLJ2 .items-wrapper {
  justify-content: center;
}
.cid-vaS0xjiLJ2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vaS0xjiLJ2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vaS0xjiLJ2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaS0xjiLJ2 .embla__slide .slide-content .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vaS0xjiLJ2 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vaS0xjiLJ2 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-vaS0xjiLJ2 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vaS0xjiLJ2 .embla__button--next,
.cid-vaS0xjiLJ2 .embla__button--prev {
  display: flex;
}
.cid-vaS0xjiLJ2 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #da4209, #f87f51) !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vaS0xjiLJ2 .embla__button:hover {
  opacity: .9 !important;
}
.cid-vaS0xjiLJ2 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vaS0xjiLJ2 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vaS0xjiLJ2 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vaS0xjiLJ2 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vaS0xjiLJ2 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vaS0xjiLJ2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vaS0xjiLJ2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaS0xjiLJ2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaS0xjiLJ2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaS0xjiLJ2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaS0xjiLJ2 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vaS0xjiLJ2 .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-vbmkQGuRza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbmkQGuRza .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbmkQGuRza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbmkQGuRza .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vbmkQGuRza .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vbmkQGuRza .embla__slide .slide-content {
  width: 100%;
}
.cid-vbmkQGuRza .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vbmkQGuRza .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vbmkQGuRza .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-vbmkQGuRza .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vbmkQGuRza .embla__button--next,
.cid-vbmkQGuRza .embla__button--prev {
  display: flex;
}
.cid-vbmkQGuRza .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vbmkQGuRza .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-vbmkQGuRza .embla__button:hover::before {
  opacity: .5;
}
.cid-vbmkQGuRza .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-vbmkQGuRza .embla__button:disabled::before {
  opacity: .2;
}
.cid-vbmkQGuRza .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-vbmkQGuRza .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-vbmkQGuRza .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vbmkQGuRza .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vbmkQGuRza .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-vbmkQGuRza .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vbmkQGuRza .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vbmkQGuRza .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vbmkQGuRza .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbmkQGuRza .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbmkQGuRza .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbmkQGuRza .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbmkQGuRza .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vb1BF9msXP {
  padding-top: 300px;
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .cid-vb1BF9msXP {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-vb1BF9msXP {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-vb1BF9msXP .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-vb1BF9msXP .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-vb1BF9msXP .icon-wrap span {
  padding-left: 8px;
}
.cid-vb1BF9msXP .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-vb1BF9msXP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-vb1BF9msXP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vb1BF9msXP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vb1BF9msXP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vb1BF9msXP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vb1BF9msXP a.close:hover {
  color: #ffffff;
}
.cid-vb1BF9msXP H1 {
  color: #da4209;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaS4bXi21e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaS4bXi21e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaS4bXi21e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaS4bXi21e .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-vaS4bXi21e .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaS4bXi21e .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-vaS4bXi21e .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-vaS4bXi21e .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vaS4bXi21e .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vaS4bXi21e .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaS4bXi21e .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaS4bXi21e .mbr-section-title {
    text-align: center;
  }
}
.cid-vaS4bXi21e .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaS4bXi21e .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaS4bXi21e .card-row {
  align-items: stretch;
}
.cid-vaS4bXi21e .item {
  margin-top: 30px;
}
.cid-vaS4bXi21e .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-vaS4bXi21e .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-vaS4bXi21e .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vaS4bXi21e .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-vaS4bXi21e .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-vaS4bXi21e .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-vaS4bXi21e .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaS4bXi21e .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-vaS4bXi21e .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaS4bXi21e .head-container {
    margin-bottom: 10px;
  }
}
.cid-vaS4bXi21e .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-vaS4bXi21e .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-vaS4bXi21e .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-vaS4bXi21e .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-vaS4bXi21e .comment-item-text {
  color: #C4CFDE;
}
.cid-vaS4bXi21e .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaS4bXi21e .card-text a {
  transition: .4s all;
}
.cid-vaS4bXi21e .card-text a:hover {
  color: #ffffff !important;
}
.cid-vaS0y0IPTw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vaS0y0IPTw {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vaS0y0IPTw .item:focus,
.cid-vaS0y0IPTw span:focus {
  outline: none;
}
.cid-vaS0y0IPTw .item {
  cursor: pointer;
}
.cid-vaS0y0IPTw .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-vaS0y0IPTw .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vaS0y0IPTw .grid-container-1,
.cid-vaS0y0IPTw .grid-container-2,
.cid-vaS0y0IPTw .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-vaS0y0IPTw .grid-container-1,
  .cid-vaS0y0IPTw .grid-container-2,
  .cid-vaS0y0IPTw .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vaS0y0IPTw .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-vaS0y0IPTw .content-head {
  max-width: 800px;
}
.cid-vaS0y0IPTw .container,
.cid-vaS0y0IPTw .container-fluid {
  overflow: hidden;
}
.cid-vaS0y0IPTw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-vaS0y0IPTw .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vaS0y0IPTw .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-vaS0y0IPTw .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-vaS0y0IPTw .grid-container::before {
    height: 100%;
  }
}
.cid-vaS0y0IPTw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaS0y0IPTw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vaS0y0IPTw .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vaS0y0IPTw .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vaS0y0IPTw .grid-item img {
    height: 140px;
  }
}
.cid-vaS0y0IPTw .grid-container-1,
.cid-vaS0y0IPTw .grid-container-2,
.cid-vaS0y0IPTw .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vaS0y0IPTw .grid-container-1 {
  align-items: flex-end;
}
.cid-vaS0y0IPTw .grid-container-2 {
  align-items: flex-start;
}
.cid-vaS0yML0SY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-vaS0yML0SY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaS0yML0SY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaS0yML0SY .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vaS0yML0SY .item {
    margin-bottom: 16px;
  }
}
.cid-vaS0yML0SY .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-vaS0yML0SY .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-vaS0yML0SY .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-vaS0yML0SY .item .card_1 {
    padding: 0;
  }
}
.cid-vaS0yML0SY .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-vaS0yML0SY .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-vaS0yML0SY .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-vaS0yML0SY .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-vaS0yML0SY .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vaS0yML0SY .mbr-desc,
.cid-vaS0yML0SY .desc-wrapper {
  color: #212529;
  text-align: center;
}
.cid-vaS0ztluAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vaS0ztluAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaS0ztluAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaS0ztluAo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaS0ztluAo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaS0ztluAo .container {
    padding: 0 20px;
  }
}
.cid-vaS0ztluAo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaS0ztluAo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-vaS0ztluAo .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vaS0ztluAo .embla__slide .card-wrap {
    display: block;
  }
}
.cid-vaS0ztluAo .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vaS0ztluAo .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-vaS0ztluAo .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-vaS0ztluAo .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-vaS0ztluAo .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-vaS0ztluAo .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-vaS0ztluAo .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-vaS0ztluAo .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vaS0ztluAo .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vaS0ztluAo .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaS0ztluAo .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vaS0ztluAo .embla__button--next,
.cid-vaS0ztluAo .embla__button--prev {
  display: flex;
}
.cid-vaS0ztluAo .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #f9652f;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaS0ztluAo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaS0ztluAo .embla__button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cid-vaS0ztluAo .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-vaS0ztluAo .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-vaS0ztluAo .embla {
  position: relative;
  width: 100%;
}
.cid-vaS0ztluAo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaS0ztluAo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaS0ztluAo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaS0ztluAo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaS0ztluAo .card-subtitle {
  color: #ededed;
}
.cid-vaS0ztluAo .card-title {
  color: #ffffff;
}
.cid-vaS0ztluAo .card-desc {
  color: #ffffff;
}
.cid-vaS0ztluAo .card-text {
  color: #ffffff;
}
.cid-vaS0Ah11P7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0e0e10;
}
.cid-vaS0Ah11P7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaS0Ah11P7 .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-vaS0Ah11P7 .container {
    padding: 0 20px;
  }
}
.cid-vaS0Ah11P7 .row {
  margin: 0;
}
.cid-vaS0Ah11P7 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaS0Ah11P7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaS0Ah11P7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-vaS0Ah11P7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaS0Ah11P7 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-vaS0Ah11P7 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vaS0Ah11P7 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 32px;
}
.cid-vaS0Ah11P7 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vaS0Ah11P7 .embla__button--next,
.cid-vaS0Ah11P7 .embla__button--prev {
  display: flex;
}
.cid-vaS0Ah11P7 .embla__button {
  bottom: -4rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #f9652f;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaS0Ah11P7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaS0Ah11P7 .embla__button:hover {
  background: #ffffff;
  color: #000000;
}
.cid-vaS0Ah11P7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-vaS0Ah11P7 .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-vaS0Ah11P7 .embla__button {
    top: auto;
  }
}
.cid-vaS0Ah11P7 .embla {
  position: relative;
  width: 100%;
}
.cid-vaS0Ah11P7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaS0Ah11P7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaS0Ah11P7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaS0Ah11P7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaS0Ah11P7 .mbr-name {
  color: #f5fd7b;
}
.cid-vaS0Ah11P7 .mbr-text {
  color: #ffffff;
}
.cid-vaHPzcKnnk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPzcKnnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPzcKnnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPzcKnnk .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-vaHPzcKnnk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPzcKnnk .container {
    padding: 0 26px;
  }
}
.cid-vaHPzcKnnk .row {
  justify-content: center;
}
.cid-vaHPzcKnnk .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaHPzcKnnk .item {
    padding: 0 12px;
  }
}
.cid-vaHPzcKnnk .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  padding: 20px;
}
.cid-vaHPzcKnnk .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vaHPzcKnnk .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-vaHPzcKnnk .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vaHPzcKnnk .mbr-desc {
  color: #cacaca;
  text-align: center;
}
.cid-vaHPzNklqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPzNklqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPzNklqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPzNklqk .container-fluid {
  padding: 0 125px;
}
@media (max-width: 768px) {
  .cid-vaHPzNklqk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPzNklqk .container {
    padding: 0 26px;
  }
}
.cid-vaHPzNklqk .row {
  justify-content: center;
}
.cid-vaHPzNklqk .title-wrapper {
  margin-bottom: 50px;
}
.cid-vaHPzNklqk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaHPzNklqk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vaHPzNklqk .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaHPzNklqk .item {
    padding: 0 12px;
  }
}
.cid-vaHPzNklqk .item .item-wrapper {
  padding: 35px;
  border: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-vaHPzNklqk .item .item-wrapper {
    padding: 18px;
  }
}
.cid-vaHPzNklqk .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-vaHPzNklqk .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cid-vaHPzNklqk .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-vaHPzNklqk .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-vaHPzNklqk .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-vaHPzNklqk .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-vaHPzNklqk .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-vaHPzNklqk .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vaHPzNklqk .mbr-section-title {
  color: #ffffff;
}
.cid-vaHPzNklqk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaHPzNklqk .item-title {
  color: #ffffff;
}
.cid-vaHPzNklqk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vaHPzNklqk .item-title,
.cid-vaHPzNklqk .soc-wrap {
  text-align: center;
}
.cid-vaHPAdi4dz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPAdi4dz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPAdi4dz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPAdi4dz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-vaHPAdi4dz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPAdi4dz .container {
    padding: 0 26px;
  }
}
.cid-vaHPAdi4dz .row {
  justify-content: center;
}
.cid-vaHPAdi4dz .item {
  margin-bottom: 32px;
}
.cid-vaHPAdi4dz .item a {
  display: block;
}
.cid-vaHPAdi4dz .item a:hover .item-wrapper .item-img::before {
  opacity: .65;
}
.cid-vaHPAdi4dz .item a:hover .item-wrapper .item-img .item-content {
  opacity: 1;
  transform: translateX(0);
}
.cid-vaHPAdi4dz .item a .item-wrapper .item-img {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
.cid-vaHPAdi4dz .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vaHPAdi4dz .item a .item-wrapper .item-img::before {
    opacity: .65;
  }
}
.cid-vaHPAdi4dz .item a .item-wrapper .item-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vaHPAdi4dz .item a .item-wrapper .item-img .item-content {
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vaHPAdi4dz .item a .item-wrapper .item-img .item-content {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-vaHPAdi4dz .item a .item-wrapper .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-vaHPAdi4dz .item a .item-wrapper .item-img .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-vaHPAdi4dz .item-title {
  color: #ffffff;
}
.cid-vaHPAdi4dz .mbr-date {
  color: #cacaca;
}
.cid-vaHPAdi4dz .mbr-desc {
  color: #cacaca;
}
.cid-vaHPAHwrgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPAHwrgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPAHwrgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPAHwrgf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-vaHPAHwrgf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPAHwrgf .container {
    padding: 0 26px;
  }
}
.cid-vaHPAHwrgf .row {
  justify-content: center;
}
.cid-vaHPAHwrgf .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-vaHPAHwrgf .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-vaHPAHwrgf .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-vaHPAHwrgf .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vaHPAHwrgf .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vaHPAHwrgf .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-vaHPAHwrgf .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-vaHPAHwrgf .item .item-wrapper .item-content a .mbr-desc,
.cid-vaHPAHwrgf .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaHPAHwrgf .item-title {
  color: #ffffff;
}
.cid-vaHPAHwrgf .mbr-date {
  color: #cacaca;
}
.cid-vaHPAHwrgf .mbr-desc {
  color: #cacaca;
}
.cid-vaHPBxPBpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPBxPBpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPBxPBpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPBxPBpE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaHPBxPBpE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPBxPBpE .container {
    padding: 0 26px;
  }
}
.cid-vaHPBxPBpE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaHPBxPBpE .card {
    margin-bottom: 40px;
  }
  .cid-vaHPBxPBpE .card:last-child {
    margin-bottom: 0;
  }
}
.cid-vaHPBxPBpE .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-vaHPBxPBpE .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vaHPBxPBpE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vaHPBxPBpE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vaHPBxPBpE .image-wrapper a {
  display: block;
  position: relative;
}
.cid-vaHPBxPBpE .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-vaHPBxPBpE .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-vaHPBxPBpE .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vaHPBxPBpE .image-wrapper a img {
    height: 300px;
  }
}
.cid-vaHPBxPBpE .mbr-section-title {
  color: #ffffff;
}
.cid-vaHPBxPBpE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaHPBxPBpE .mbr-text {
  color: #cacaca;
}
.cid-vaHPBVCDr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPBVCDr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPBVCDr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPBVCDr5 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaHPBVCDr5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPBVCDr5 .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vaHPBVCDr5 .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vaHPBVCDr5 .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHPBVCDr5 .image-wrapper img {
    height: 300px;
  }
}
.cid-vaHPBVCDr5 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-vaHPBVCDr5 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-vaHPBVCDr5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vaHPBVCDr5 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vaHPBVCDr5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHPBVCDr5 .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-vaHPBVCDr5 .cards-wrapper {
    margin: 0;
  }
}
.cid-vaHPBVCDr5 .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-vaHPBVCDr5 .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-vaHPBVCDr5 .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-vaHPBVCDr5 .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-vaHPBVCDr5 .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-vaHPBVCDr5 .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-vaHPBVCDr5 .mbr-section-title {
  color: #ffffff;
}
.cid-vaHPBVCDr5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaHPBVCDr5 .mbr-text {
  color: #cacaca;
}
.cid-vaHPBVCDr5 .mbr-card-title {
  color: #ffffff;
}
.cid-vaHPCjw0PN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPCjw0PN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPCjw0PN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPCjw0PN .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaHPCjw0PN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPCjw0PN .container {
    padding: 0 26px;
  }
}
.cid-vaHPCjw0PN .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .row {
    margin: 0 -12px;
  }
}
.cid-vaHPCjw0PN .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-vaHPCjw0PN .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .card:first-child {
    border: none;
  }
}
.cid-vaHPCjw0PN .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .card:first-child::before {
    display: none;
  }
}
.cid-vaHPCjw0PN .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .card {
    padding: 0 12px;
  }
}
.cid-vaHPCjw0PN .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-vaHPCjw0PN .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .image-wrapper img {
    height: 300px;
  }
}
.cid-vaHPCjw0PN .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vaHPCjw0PN .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-vaHPCjw0PN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vaHPCjw0PN .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vaHPCjw0PN .mbr-section-title {
  color: #ffffff;
}
.cid-vaHPCjw0PN .mbr-text {
  color: #cacaca;
}
.cid-vaHPCIex1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-vaHPCIex1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPCIex1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPCIex1a .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHPCIex1a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaHPCIex1a .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vaHPCIex1a .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vaHPCIex1a .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-vaHPCIex1a .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-vaHPCIex1a .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaHPCIex1a .title-wrapper {
    padding: 0 26px;
  }
}
.cid-vaHPCIex1a .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vaHPCIex1a .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vaHPCIex1a .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vaHPCIex1a .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-vaHPCIex1a .mbr-section-title {
  color: #ffffff;
}
.cid-vaHPCIex1a .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-vaHPCIex1a .mbr-text {
  color: #cacaca;
  text-align: right;
}
.cid-vaHPCIex1a .mbr-section-title,
.cid-vaHPCIex1a .mbr-section-btn {
  text-align: right;
}
.cid-vaHPD83cRx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPD83cRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPD83cRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPD83cRx .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-vaHPD83cRx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPD83cRx .container {
    padding: 0 26px;
  }
}
.cid-vaHPD83cRx .row {
  justify-content: center;
}
.cid-vaHPD83cRx .card {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .cid-vaHPD83cRx .card {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vaHPD83cRx .card {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPD83cRx .card {
    padding: 0 12px;
  }
}
.cid-vaHPD83cRx .card .image-wrapper img {
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vaHPD83cRx .card .image-wrapper img {
    height: 180px;
  }
}
.cid-vaHPDwrPkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPDwrPkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPDwrPkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPDwrPkJ .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHPDwrPkJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaHPDwrPkJ .container {
    padding: 0 26px;
  }
}
.cid-vaHPDwrPkJ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHPDwrPkJ .image-wrapper img {
    height: 300px;
  }
}
.cid-vaHPDwrPkJ .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-vaHPDwrPkJ .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPDwrPkJ .title-wrapper {
    padding: 0 26px;
  }
}
.cid-vaHPDwrPkJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vaHPDwrPkJ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vaHPDwrPkJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHPDwrPkJ .mbr-section-title {
  color: #ffffff;
}
.cid-vaHPDwrPkJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaHPDwrPkJ .mbr-text {
  color: #cacaca;
}
.cid-vaHPEvEJuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vaHPEvEJuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPEvEJuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPEvEJuj .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHPEvEJuj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaHPEvEJuj .container {
    padding: 0 26px;
  }
}
.cid-vaHPEvEJuj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-vaHPEvEJuj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHPEvEJuj .embla__slide a {
  display: block;
  width: 100%;
}
.cid-vaHPEvEJuj .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHPEvEJuj .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vaHPEvEJuj .embla__button--next,
.cid-vaHPEvEJuj .embla__button--prev {
  display: flex;
}
.cid-vaHPEvEJuj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaHPEvEJuj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaHPEvEJuj .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vaHPEvEJuj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-vaHPEvEJuj .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-vaHPEvEJuj .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-vaHPEvEJuj .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-vaHPEvEJuj .embla {
  position: relative;
  width: 100%;
}
.cid-vaHPEvEJuj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaHPEvEJuj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHPEvEJuj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHPEvEJuj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHPERyrcJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaHPERyrcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPERyrcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPERyrcJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-vaHPERyrcJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaHPERyrcJ .container {
    padding: 0 26px;
  }
}
.cid-vaHPERyrcJ .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-vaHPFkdoUG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vaHPFkdoUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHPFkdoUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHPFkdoUG .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHPFkdoUG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaHPFkdoUG .container {
    padding: 0 26px;
  }
}
.cid-vaHPFkdoUG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 690px;
  max-width: 690px;
}
@media (max-width: 768px) {
  .cid-vaHPFkdoUG .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHPFkdoUG .embla__slide a {
  display: block;
  width: 100%;
}
.cid-vaHPFkdoUG .embla__slide a:hover .card-wrap .item-wrapper .image-wrap::before {
  opacity: .65;
}
.cid-vaHPFkdoUG .embla__slide a:hover .card-wrap .item-wrapper .image-wrap .content-wrap {
  opacity: 1;
  transform: translateX(0);
}
.cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
    opacity: .65;
  }
}
.cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease-in-out;
}
.cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-desc {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vaHPFkdoUG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-vaHPFkdoUG .embla__button--next,
.cid-vaHPFkdoUG .embla__button--prev {
  display: flex;
}
.cid-vaHPFkdoUG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vaHPFkdoUG .embla__button {
    display: none;
  }
}
.cid-vaHPFkdoUG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaHPFkdoUG .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vaHPFkdoUG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-vaHPFkdoUG .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-vaHPFkdoUG .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-vaHPFkdoUG .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-vaHPFkdoUG .embla {
  position: relative;
  width: 100%;
}
.cid-vaHPFkdoUG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaHPFkdoUG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHPFkdoUG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHPFkdoUG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHPFkdoUG .card-title {
  color: #ffffff;
}
.cid-vaHPFkdoUG .card-desc {
  color: #cacaca;
}
.cid-vaHQLp3zoj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaHQLp3zoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHQLp3zoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaHQLp3zoj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaHQLp3zoj .row {
  flex-direction: row-reverse;
}
.cid-vaHQLp3zoj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaHQLp3zoj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHQLp3zoj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaHQLp3zoj .mbr-section-title {
  color: #000000;
}
.cid-vaHQLp3zoj .mbr-text,
.cid-vaHQLp3zoj .mbr-section-btn {
  color: #232323;
}
.cid-vaHQMLl29a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaHQMLl29a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHQMLl29a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHQMLl29a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaHQMLl29a .item {
    margin-bottom: 1rem;
  }
}
.cid-vaHQMLl29a .item-wrapper {
  position: relative;
}
.cid-vaHQMLl29a .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vaHQMLl29a .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vaHQMLl29a .carousel-control,
.cid-vaHQMLl29a .close {
  background: #1b1b1b;
}
.cid-vaHQMLl29a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaHQMLl29a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaHQMLl29a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaHQMLl29a .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaHQMLl29a .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaHQMLl29a .close::before {
  content: '\e91a';
}
.cid-vaHQMLl29a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vaHQMLl29a .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaHQMLl29a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHQMLl29a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaHQMLl29a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaHQMLl29a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaHQMLl29a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaHQMLl29a .carousel-indicators li.active,
.cid-vaHQMLl29a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaHQMLl29a .carousel-indicators li::after,
.cid-vaHQMLl29a .carousel-indicators li::before {
  content: none;
}
.cid-vaHQMLl29a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaHQMLl29a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaHQMLl29a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHQMLl29a .carousel-indicators {
    display: none;
  }
}
.cid-vaHQMLl29a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaHQMLl29a .carousel-inner > .active {
  display: block;
}
.cid-vaHQMLl29a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHQMLl29a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaHQMLl29a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaHQMLl29a .carousel-control,
  .cid-vaHQMLl29a .carousel-indicators,
  .cid-vaHQMLl29a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaHQMLl29a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaHQMLl29a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaHQMLl29a .carousel-indicators .active,
.cid-vaHQMLl29a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaHQMLl29a .carousel-indicators .active {
  background: #fff;
}
.cid-vaHQMLl29a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaHQMLl29a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaHQMLl29a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaHQMLl29a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaHQMLl29a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaHQMLl29a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaHQMLl29a .carousel {
  width: 100%;
}
.cid-vaHQMLl29a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaHQMLl29a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaHQMLl29a .modal.fade .modal-dialog,
.cid-vaHQMLl29a .modal.in .modal-dialog {
  transform: none;
}
.cid-vaHQMLl29a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaHQMLl29a .content-head {
  max-width: 800px;
}
.cid-vaHQMLl29a H3 {
  text-align: center;
}
.cid-vaHQMLl29a H4 {
  text-align: center;
}
.cid-vaHVyaLsGx {
  background-image: url("../../../assets/images/background2-3.jpg");
}
.cid-vaHVyaLsGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVyaLsGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVyaLsGx .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vaHVyaLsGx .image-wrap {
    height: 300px;
  }
}
.cid-vaHVyTBARB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVyTBARB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVyTBARB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVyTBARB .card-wrapper {
  padding: 40px 0;
  background-color: #2b2b2b;
}
@media (max-width: 992px) {
  .cid-vaHVyTBARB .card-wrapper {
    padding: 16px;
  }
}
.cid-vaHVyTBARB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vaHVyTBARB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHVyTBARB .embla__slide .slide-content {
  width: 100%;
}
.cid-vaHVyTBARB .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHVyTBARB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vaHVyTBARB .embla__button--next,
.cid-vaHVyTBARB .embla__button--prev {
  display: flex;
}
.cid-vaHVyTBARB .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #ffffff !important;
  color: #121212 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaHVyTBARB .embla__button {
    bottom: 0;
  }
}
.cid-vaHVyTBARB .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaHVyTBARB .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #121212 !important;
}
.cid-vaHVyTBARB .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vaHVyTBARB .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vaHVyTBARB .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vaHVyTBARB .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vaHVyTBARB .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHVyTBARB .embla {
    padding: 0;
  }
}
.cid-vaHVyTBARB .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHVyTBARB .embla__viewport {
    padding: 0;
  }
}
.cid-vaHVyTBARB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHVyTBARB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHVyTBARB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHVyTBARB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaHVyTBARB .item-text {
  color: #000000;
}
.cid-vaHVyTBARB .item-name {
  color: #000000;
}
.cid-vaHVyTBARB .item-role {
  color: #767676;
}
.cid-vaHVyTBARB .mbr-star {
  color: #f5b614;
}
.cid-vaHTbrOKFo {
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-vaHTbrOKFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTbrOKFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTbrOKFo .mbr-section-title {
  color: #da4209;
}
.cid-vaHTbrOKFo .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-vaHTbrOKFo .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaHVzw4Mtt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVzw4Mtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVzw4Mtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVzw4Mtt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaHVzw4Mtt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHVzw4Mtt .embla__slide .slide-content {
  width: 100%;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaHVzw4Mtt .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaHVzw4Mtt .embla__button--next,
.cid-vaHVzw4Mtt .embla__button--prev {
  display: flex;
}
.cid-vaHVzw4Mtt .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vaHVzw4Mtt .embla__button {
    bottom: 0;
  }
}
.cid-vaHVzw4Mtt .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaHVzw4Mtt .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vaHVzw4Mtt .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaHVzw4Mtt .embla__button.embla__button--next {
  right: 0;
}
.cid-vaHVzw4Mtt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vaHVzw4Mtt .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vaHVzw4Mtt .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHVzw4Mtt .embla__viewport {
    padding: 0;
  }
}
.cid-vaHVzw4Mtt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHVzw4Mtt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHVzw4Mtt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHVzw4Mtt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaHVzw4Mtt .item-text {
  color: #ffffff;
}
.cid-vaHVzw4Mtt .item-name {
  color: #ffffff;
}
.cid-vaHVzw4Mtt .item-role {
  color: #a8a8a8;
}
.cid-vaHVzw4Mtt .mbr-star {
  color: #f5b614;
}
.cid-vaHVIiQgTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVIiQgTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVIiQgTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVIiQgTS .items-wrapper {
  margin: 0 -8px;
}
.cid-vaHVIiQgTS .items-wrapper .item {
  padding: 0 8px;
}
.cid-vaHVIiQgTS .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vaHVIiQgTS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vaHVIiQgTS .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px;
  background-color: #2b2b2b;
}
@media (max-width: 1200px) {
  .cid-vaHVIiQgTS .item .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-vaHVIiQgTS .item .item-wrapper .item-content {
    margin-bottom: 24px;
  }
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vaHVIiQgTS .item .item-wrapper .item-content .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content .name-wrapper .item-name {
  margin-bottom: 4px;
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vaHVIiQgTS .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vaHVIiQgTS .item .item-wrapper .item-img {
  position: relative;
  min-height: 370px;
}
@media (max-width: 992px) {
  .cid-vaHVIiQgTS .item .item-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vaHVIiQgTS .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vaHVIiQgTS .item-name {
  color: #ffffff;
}
.cid-vaHVIiQgTS .item-role {
  color: #a1a1a1;
}
.cid-vaHVIiQgTS .item-title {
  color: #ffffff;
}
.cid-vaHVIiQgTS .item-text {
  color: #a1a1a1;
}
.cid-vaHVIUKivt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVIUKivt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVIUKivt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVIUKivt .content-wrap {
  margin: 0 -20px;
}
.cid-vaHVIUKivt .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaHVIUKivt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaHVIUKivt .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaHVIUKivt .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaHVIUKivt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHVIUKivt .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaHVIUKivt .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaHVIUKivt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaHVIUKivt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHVIUKivt .embla__slide .slide-content {
  width: 100%;
}
.cid-vaHVIUKivt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vaHVIUKivt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vaHVIUKivt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vaHVIUKivt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vaHVIUKivt .embla__button--next,
.cid-vaHVIUKivt .embla__button--prev {
  display: flex;
}
.cid-vaHVIUKivt .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vaHVIUKivt .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaHVIUKivt .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vaHVIUKivt .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vaHVIUKivt .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vaHVIUKivt .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vaHVIUKivt .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vaHVIUKivt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaHVIUKivt .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHVIUKivt .embla__viewport {
    padding: 0;
  }
}
.cid-vaHVIUKivt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHVIUKivt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHVIUKivt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHVIUKivt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaHVIUKivt .mbr-label {
  color: #232323;
}
.cid-vaHVIUKivt .mbr-section-title {
  color: #ffffff;
}
.cid-vaHVIUKivt .mbr-text {
  color: #ffffff;
}
.cid-vaHVIUKivt .mbr-text,
.cid-vaHVIUKivt .text-wrapper {
  color: #232323;
}
.cid-vaHVIUKivt .mbr-section-title,
.cid-vaHVIUKivt .mbr-section-btn {
  color: #000000;
}
.cid-vaHVJJGMe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVJJGMe4 .item:focus,
.cid-vaHVJJGMe4 span:focus {
  outline: none;
}
.cid-vaHVJJGMe4 .item {
  cursor: pointer;
}
.cid-vaHVJJGMe4 .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vaHVJJGMe4 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vaHVJJGMe4 .grid-container-1,
.cid-vaHVJJGMe4 .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vaHVJJGMe4 .grid-container-1,
  .cid-vaHVJJGMe4 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vaHVJJGMe4 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-vaHVJJGMe4 .content-head {
  max-width: 800px;
}
.cid-vaHVJJGMe4 .container,
.cid-vaHVJJGMe4 .container-fluid {
  overflow: hidden;
}
.cid-vaHVJJGMe4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vaHVJJGMe4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaHVJJGMe4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vaHVJJGMe4 .grid-item img {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vaHVJJGMe4 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vaHVJJGMe4 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vaHVJJGMe4 .grid-item img {
    height: 150px;
  }
}
.cid-vaHVJJGMe4 .grid-container-1,
.cid-vaHVJJGMe4 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vaHVJJGMe4 .grid-container-1 {
  align-items: flex-end;
}
.cid-vaHVJJGMe4 .grid-container-2 {
  align-items: flex-start;
}
.cid-vaHVKnVjA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVKnVjA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVKnVjA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVKnVjA5 .card-wrapper {
  padding: 40px 0;
  background-color: #2b2b2b;
}
@media (max-width: 992px) {
  .cid-vaHVKnVjA5 .card-wrapper {
    padding: 16px;
  }
}
.cid-vaHVKnVjA5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vaHVKnVjA5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHVKnVjA5 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaHVKnVjA5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHVKnVjA5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vaHVKnVjA5 .embla__button--next,
.cid-vaHVKnVjA5 .embla__button--prev {
  display: flex;
}
.cid-vaHVKnVjA5 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #ffffff !important;
  color: #121212 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaHVKnVjA5 .embla__button {
    bottom: 0;
  }
}
.cid-vaHVKnVjA5 .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaHVKnVjA5 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #121212 !important;
}
.cid-vaHVKnVjA5 .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vaHVKnVjA5 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vaHVKnVjA5 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vaHVKnVjA5 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vaHVKnVjA5 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHVKnVjA5 .embla {
    padding: 0;
  }
}
.cid-vaHVKnVjA5 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHVKnVjA5 .embla__viewport {
    padding: 0;
  }
}
.cid-vaHVKnVjA5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHVKnVjA5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHVKnVjA5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHVKnVjA5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaHVKnVjA5 .item-text {
  color: #000000;
}
.cid-vaHVKnVjA5 .item-name {
  color: #000000;
}
.cid-vaHVKnVjA5 .item-role {
  color: #767676;
}
.cid-vaHVKnVjA5 .mbr-star {
  color: #f5b614;
}
.cid-vaHVL4pJm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVL4pJm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVL4pJm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVL4pJm5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaHVL4pJm5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaHVL4pJm5 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaHVL4pJm5 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaHVL4pJm5 .embla__button--next,
.cid-vaHVL4pJm5 .embla__button--prev {
  display: flex;
}
.cid-vaHVL4pJm5 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vaHVL4pJm5 .embla__button {
    bottom: 0;
  }
}
.cid-vaHVL4pJm5 .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaHVL4pJm5 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vaHVL4pJm5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaHVL4pJm5 .embla__button.embla__button--next {
  right: 0;
}
.cid-vaHVL4pJm5 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vaHVL4pJm5 .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vaHVL4pJm5 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaHVL4pJm5 .embla__viewport {
    padding: 0;
  }
}
.cid-vaHVL4pJm5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHVL4pJm5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHVL4pJm5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHVL4pJm5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaHVL4pJm5 .item-text {
  color: #ffffff;
}
.cid-vaHVL4pJm5 .item-name {
  color: #ffffff;
}
.cid-vaHVL4pJm5 .item-role {
  color: #a8a8a8;
}
.cid-vaHVL4pJm5 .mbr-star {
  color: #f5b614;
}
.cid-vaHVLC4BEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVLC4BEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVLC4BEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVLC4BEZ .row {
  margin: 0 -20px;
}
.cid-vaHVLC4BEZ .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vaHVLC4BEZ .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vaHVLC4BEZ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaHVLC4BEZ .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaHVLC4BEZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHVLC4BEZ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaHVLC4BEZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaHVLC4BEZ .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #2a2a2a;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vaHVLC4BEZ .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vaHVLC4BEZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vaHVLC4BEZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vaHVLC4BEZ .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vaHVLC4BEZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaHVLC4BEZ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vaHVLC4BEZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vaHVLC4BEZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vaHVLC4BEZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vaHVLC4BEZ .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vaHVLC4BEZ .mbr-label {
  color: #a8a8a8;
}
.cid-vaHVLC4BEZ .mbr-section-title {
  color: #ffffff;
}
.cid-vaHVLC4BEZ .mbr-text {
  color: #ffffff;
}
.cid-vaHVLC4BEZ .panel-title-edit {
  color: #ffffff;
}
.cid-vaHVLC4BEZ .panel-text {
  color: #a8a8a8;
}
.cid-vaHTcrBlaP {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-vaHTcrBlaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTcrBlaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTcrBlaP .mbr-section-title {
  color: #FFFFFF;
}
.cid-vaHTcrBlaP .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vaHTcrBlaP .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaHVA3p2Pj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaHVA3p2Pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHVA3p2Pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHVA3p2Pj .row {
  margin: 0 -20px;
}
.cid-vaHVA3p2Pj .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vaHVA3p2Pj .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vaHVA3p2Pj .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaHVA3p2Pj .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaHVA3p2Pj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHVA3p2Pj .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaHVA3p2Pj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaHVA3p2Pj .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #2a2a2a;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vaHVA3p2Pj .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vaHVA3p2Pj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vaHVA3p2Pj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vaHVA3p2Pj .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vaHVA3p2Pj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaHVA3p2Pj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vaHVA3p2Pj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vaHVA3p2Pj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vaHVA3p2Pj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vaHVA3p2Pj .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vaHVA3p2Pj .mbr-label {
  color: #a8a8a8;
}
.cid-vaHVA3p2Pj .mbr-section-title {
  color: #ffffff;
}
.cid-vaHVA3p2Pj .mbr-text {
  color: #ffffff;
}
.cid-vaHVA3p2Pj .panel-title-edit {
  color: #ffffff;
}
.cid-vaHVA3p2Pj .panel-text {
  color: #a8a8a8;
}
.cid-vaHTdynQSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-vaHTdynQSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTdynQSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTdynQSO .row {
  flex-direction: row-reverse;
}
.cid-vaHTdynQSO .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTdynQSO .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vaHTdynQSO .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTdynQSO .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-vaHTdynQSO .col-img {
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-vaHTdynQSO .col-img {
    padding: 30px !important;
  }
}
.cid-vaHTdynQSO .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-vaHTdynQSO .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vaHTdynQSO .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaHTdynQSO .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vaHTdynQSO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-vaHTdynQSO .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vaHTdynQSO .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-vaHTdynQSO .mbr-text {
    padding-right: 0;
  }
}
.cid-vaHTdynQSO .mbr-section-btn {
  margin-top: 20px;
}
.cid-vaHTdynQSO .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-vaHTdynQSO .social-container {
    padding-top: 40px;
  }
}
.cid-vaHTdynQSO .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vaHTdynQSO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-vaHTdynQSO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vaHTdynQSO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vaHTdynQSO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vaHTdynQSO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vaHTdynQSO .soc-item:hover:before {
  opacity: 1;
}
.cid-vaHTdynQSO .soc-item a {
  animation: none;
}
.cid-vaHTdynQSO .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #000000, #da4209);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-vaHTdynQSO .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-vaHTdynQSO .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-vaHTsI2LU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-vaHTsI2LU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTsI2LU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTsI2LU9 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTsI2LU9 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vaHTsI2LU9 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTsI2LU9 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vaHTsI2LU9 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-vaHTsI2LU9 .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaHTsI2LU9 .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-vaHTsI2LU9 .text-wrapper {
    padding: 10px;
  }
}
.cid-vaHTsI2LU9 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-vaHTsI2LU9 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-vaHTsI2LU9 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-vaHTsI2LU9 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vaHTsI2LU9 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vaHTsI2LU9 .mbr-text {
    padding-right: 0;
  }
}
.cid-vaHTsI2LU9 .mbr-section-btn {
  margin-top: 10px;
}
.cid-vaHTsI2LU9 .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-vaHTsI2LU9 .list-container {
    margin-bottom: 20px;
  }
}
.cid-vaHTsI2LU9 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-vaHTsI2LU9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-vaHTsI2LU9 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-vaHTsI2LU9 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vaHTsI2LU9 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vaHTsI2LU9 .col-img {
    order: 1;
  }
}
.cid-vaHTsI2LU9 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-vaHTsI2LU9 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-vaHTsI2LU9 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-vaHTtgQOTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vaHTtgQOTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTtgQOTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTtgQOTF .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-vaHTtgQOTF .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vaHTtgQOTF .row {
  margin-left: -60px;
  margin-right: -60px;
  justify-content: flex-start;
}
.cid-vaHTtgQOTF .row > [class*="col"] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-vaHTtgQOTF .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vaHTtgQOTF .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-vaHTtgQOTF .row {
    flex-wrap: wrap;
  }
}
.cid-vaHTtgQOTF .mbr-section-head {
  width: 100%;
}
.cid-vaHTtgQOTF .mbr-section-title {
  color: #C4CFDE;
}
.cid-vaHTtgQOTF .mbr-section-subtitle {
  color: #C4CFDE;
  opacity: 0.75;
  margin-top: 16px;
}
.cid-vaHTtgQOTF .mbr-section-btn {
  margin-top: 40px;
}
.cid-vaHTtgQOTF .lines-container {
  width: 100%;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .cid-vaHTtgQOTF .lines-container {
    padding: 0;
    margin-top: 40px;
  }
}
.cid-vaHTtgQOTF .lines-title {
  color: #C4CFDE;
  margin-bottom: 34px;
}
.cid-vaHTtgQOTF .lines-wrap {
  width: 100%;
}
.cid-vaHTtgQOTF .line-item-container {
  width: 100%;
}
.cid-vaHTtgQOTF .line-item-container:not(:first-child) {
  margin-top: 40px;
}
.cid-vaHTtgQOTF .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-vaHTtgQOTF .line-item {
  width: 100%;
  height: 60px;
  padding: 5px;
  background-color: #212428;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.cid-vaHTtgQOTF .line-item-active {
  height: 100%;
  border-radius: 500px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #f9652f 0%, #da4209 100%);
}
.cid-vaHTtgQOTF .line-item-active-1 {
  width: 100%;
}
.cid-vaHTtgQOTF .line-item-active-2 {
  width: 100%;
}
.cid-vaHTtgQOTF .line-item-active-3 {
  width: 100%;
}
.cid-vaHTtFXGQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vaHTtFXGQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTtFXGQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTtFXGQt .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-vaHTtFXGQt .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-vaHTtFXGQt .container {
    max-width: 540px;
  }
}
.cid-vaHTtFXGQt .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-vaHTtFXGQt .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-vaHTtFXGQt .mbr-section-title {
  color: #FF014E;
}
.cid-vaHTtFXGQt .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
.cid-vaHTtFXGQt .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-vaHTtFXGQt .mbr-section-btn {
  margin-top: 25px;
}
.cid-vaHTu8t7tC {
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-vaHTu8t7tC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTu8t7tC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTu8t7tC .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTu8t7tC .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vaHTu8t7tC .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTu8t7tC .col-text {
  padding: 10px;
}
.cid-vaHTu8t7tC .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vaHTu8t7tC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-vaHTu8t7tC .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vaHTu8t7tC .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-vaHTu8t7tC .mbr-text {
    padding-right: 0;
  }
}
.cid-vaHTu8t7tC .mbr-section-btn {
  margin-top: 20px;
}
.cid-vaHTu8t7tC .social-container {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .cid-vaHTu8t7tC .social-container {
    padding-top: 40px;
  }
}
.cid-vaHTu8t7tC .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vaHTu8t7tC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-vaHTu8t7tC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-vaHTu8t7tC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vaHTu8t7tC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vaHTu8t7tC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vaHTu8t7tC .soc-item:hover:before {
  opacity: 1;
}
.cid-vaHTu8t7tC .soc-item a {
  animation: none;
}
.cid-vaHTuyWFEZ {
  background-image: url("../../../assets/images/background5.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-vaHTuyWFEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTuyWFEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTuyWFEZ .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-vaHTuyWFEZ .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-vaHTuyWFEZ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vaHTuyWFEZ .container {
    max-width: 540px;
  }
}
.cid-vaHTuyWFEZ .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-vaHTuyWFEZ .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-vaHTuyWFEZ .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vaHTuyWFEZ .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vaHTuyWFEZ .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vaHTuyWFEZ .mbr-section-title {
  color: #C4CFDE;
}
.cid-vaHTuyWFEZ .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-vaHTuyWFEZ .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-vaHTuyWFEZ .card-row {
  align-items: stretch;
}
.cid-vaHTuyWFEZ .card {
  margin-top: 30px;
}
.cid-vaHTuyWFEZ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-vaHTuyWFEZ .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vaHTuyWFEZ .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-vaHTuyWFEZ .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-vaHTuyWFEZ .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-vaHTuyWFEZ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-vaHTuyWFEZ .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-vaHTuyWFEZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-vaHTuyWFEZ .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-vaHTuyWFEZ .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vaHTuyWFEZ .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-vaHTvab2Ex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-vaHTvab2Ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTvab2Ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTvab2Ex .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTvab2Ex .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vaHTvab2Ex .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vaHTvab2Ex .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vaHTvab2Ex .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-vaHTvab2Ex .text-wrapper {
  width: 100%;
}
.cid-vaHTvab2Ex .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-vaHTvab2Ex .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-vaHTvab2Ex .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-vaHTvab2Ex .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-vaHTvab2Ex .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vaHTvab2Ex .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vaHTvab2Ex .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-vaHTvab2Ex .mbr-text {
    padding-right: 0;
  }
}
.cid-vaHTvab2Ex .mbr-section-btn {
  margin-top: 40px;
}
.cid-vaHTvab2Ex .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vaHTvab2Ex .col-img {
    order: 1;
  }
}
.cid-vaHTvab2Ex .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaHTvab2Ex .img-container {
    padding-right: 20px;
  }
}
.cid-vaHTvab2Ex .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-vaHTvab2Ex .image-wrapper {
    padding: 15px;
  }
}
.cid-vaHTvab2Ex .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vaHTvab2Ex .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vaHTvab2Ex .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vaHTvNGnh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-vaHTvNGnh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTvNGnh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTvNGnh5 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-vaHTvNGnh5 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-vaHTvNGnh5 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-vaHTvNGnh5 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-vaHTvNGnh5 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-vaHTvNGnh5 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-vaHTvNGnh5 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #ff014e;
}
.cid-vaHTvNGnh5 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(255, 1, 78, 0.2);
}
.cid-vaHTvNGnh5 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 11px;
}
.cid-vaHTvNGnh5 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vaHTvNGnh5 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaHTvNGnh5 .list-container {
  margin-top: 30px;
}
.cid-vaHTvNGnh5 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-vaHTvNGnh5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vaHTvNGnh5 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ff014e;
}
.cid-vaHTvNGnh5 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vaHTvNGnh5 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-vaHTvNGnh5 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-vaHTvNGnh5 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-vaHTvNGnh5 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaHTvNGnh5 .img-container {
    padding-right: 20px;
  }
}
.cid-vaHTvNGnh5 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-vaHTvNGnh5 .image-wrapper {
    padding: 15px;
  }
}
.cid-vaHTvNGnh5 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vaHTvNGnh5 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vaHTvNGnh5 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vaHTvNGnh5 .shadow-item {
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-vaHTwMhdZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaHTwMhdZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTwMhdZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTwMhdZT .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaHTwMhdZT .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaHTwMhdZT .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-vaHTwMhdZT .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-vaHTwMhdZT .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vaHTwMhdZT .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vaHTwMhdZT .mbr-section-head {
  width: 100%;
}
.cid-vaHTwMhdZT .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaHTwMhdZT .mbr-section-title {
    text-align: center;
  }
}
.cid-vaHTwMhdZT .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaHTwMhdZT .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaHTwMhdZT .card-row {
  align-items: stretch;
}
.cid-vaHTwMhdZT .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-vaHTwMhdZT .card {
    margin-top: 30px;
  }
}
.cid-vaHTwMhdZT .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-vaHTwMhdZT .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-vaHTwMhdZT .card-wrapper {
    padding: 20px;
  }
}
.cid-vaHTwMhdZT .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vaHTwMhdZT .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-vaHTwMhdZT .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-vaHTwMhdZT .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-vaHTwMhdZT .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-vaHTwMhdZT .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-vaHTwMhdZT .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-vaHTwMhdZT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-vaHTwMhdZT .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vaHTwMhdZT .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-vaHTwMhdZT .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-vaHTwMhdZT .card-title {
    margin-bottom: 15px;
  }
}
.cid-vaHTwMhdZT .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-vaHTwMhdZT .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-vaHTwMhdZT .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-vaHTxMoowt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaHTxMoowt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTxMoowt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTxMoowt .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-vaHTxMoowt .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaHTxMoowt .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-vaHTxMoowt .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-vaHTxMoowt .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vaHTxMoowt .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vaHTxMoowt .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaHTxMoowt .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaHTxMoowt .mbr-section-title {
    text-align: center;
  }
}
.cid-vaHTxMoowt .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaHTxMoowt .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaHTxMoowt .card-row {
  align-items: stretch;
}
.cid-vaHTxMoowt .item {
  margin-top: 30px;
}
.cid-vaHTxMoowt .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-vaHTxMoowt .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-vaHTxMoowt .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vaHTxMoowt .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-vaHTxMoowt .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-vaHTxMoowt .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-vaHTxMoowt .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaHTxMoowt .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-vaHTxMoowt .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaHTxMoowt .head-container {
    margin-bottom: 10px;
  }
}
.cid-vaHTxMoowt .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-vaHTxMoowt .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-vaHTxMoowt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-vaHTxMoowt .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-vaHTxMoowt .comment-item-text {
  color: #C4CFDE;
}
.cid-vaHTxMoowt .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaHTxMoowt .card-text a {
  transition: .4s all;
}
.cid-vaHTxMoowt .card-text a:hover {
  color: #ffffff !important;
}
.cid-vaHTzNlZn4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaHTzNlZn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTzNlZn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTzNlZn4 .mbr-section-head {
  width: 100%;
  padding-bottom: 60px;
}
.cid-vaHTzNlZn4 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vaHTzNlZn4 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
  }
}
.cid-vaHTzNlZn4 .item-wrap {
  position: relative;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .item-wrap {
    padding: 30px;
    margin-bottom: 82px;
  }
}
.cid-vaHTzNlZn4 .item-wrap:hover .carousel-control {
  opacity: 1;
}
.cid-vaHTzNlZn4 .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-vaHTzNlZn4 .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-vaHTzNlZn4 .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-vaHTzNlZn4 .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .carousel-control {
    width: 52px;
    height: 52px;
    border-radius: 20%;
    opacity: 1 !important;
  }
}
.cid-vaHTzNlZn4 .carousel-control.carousel-control-prev {
  left: -55px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
.cid-vaHTzNlZn4 .carousel-control.carousel-control-next {
  right: -55px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
.cid-vaHTzNlZn4 .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-vaHTzNlZn4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vaHTzNlZn4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vaHTzNlZn4 .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-vaHTzNlZn4 .item-menu-overlay {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  .cid-vaHTzNlZn4 .col-img {
    order: 1;
  }
}
@media (max-width: 991px) {
  .cid-vaHTzNlZn4 .col-text {
    order: 2;
  }
}
.cid-vaHTzNlZn4 .text-box {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vaHTzNlZn4 .text-box {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .text-box {
    padding-top: 40px;
  }
}
.cid-vaHTzNlZn4 .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vaHTzNlZn4 .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-vaHTzNlZn4 .list-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vaHTzNlZn4 .list-container {
    margin-top: 20px;
  }
}
.cid-vaHTzNlZn4 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vaHTzNlZn4 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-vaHTzNlZn4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vaHTzNlZn4 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-vaHTzNlZn4 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vaHTzNlZn4 .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-vaHTzNlZn4 .img-box img {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  width: 100%;
}
.cid-vaHTAgiCWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaHTAgiCWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHTAgiCWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHTAgiCWj .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaHTAgiCWj .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaHTAgiCWj .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaHTAgiCWj .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaHTAgiCWj .mbr-section-title {
    text-align: center;
  }
}
.cid-vaHTAgiCWj .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaHTAgiCWj .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaHTAgiCWj .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaHTAgiCWj .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaHTAgiCWj .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaHTAgiCWj .item-wrapper {
    padding: 20px;
  }
}
.cid-vaHTAgiCWj .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaHTAgiCWj .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaHTAgiCWj .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaHTAgiCWj .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaHTAgiCWj .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaHTAgiCWj .item-right {
    flex-basis: 100%;
  }
}
.cid-vaHTAgiCWj .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaHTAgiCWj .item-img {
    max-width: 250px;
  }
}
.cid-vaHTAgiCWj .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaHTAgiCWj .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaHTAgiCWj .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaHTAgiCWj .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaHTAgiCWj .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaHTAgiCWj .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaHTAgiCWj .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaHTAgiCWj .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaHTAgiCWj .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaHTAgiCWj .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaHTAgiCWj .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaHTAgiCWj .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaHKODQiW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-vaHKODQiW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHKODQiW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHKODQiW3 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vaHKODQiW3 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vaHKODQiW3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vaHKODQiW3 .item-wrapper .w-100 {
  height: 300px;
}
.cid-vaHKODQiW3 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vaHKODQiW3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vaHKODQiW3 .carousel-control,
.cid-vaHKODQiW3 .close {
  background: #1b1b1b;
}
.cid-vaHKODQiW3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaHKODQiW3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaHKODQiW3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaHKODQiW3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaHKODQiW3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaHKODQiW3 .close::before {
  content: '\e91a';
}
.cid-vaHKODQiW3 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vaHKODQiW3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaHKODQiW3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHKODQiW3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaHKODQiW3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaHKODQiW3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaHKODQiW3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaHKODQiW3 .carousel-indicators li.active,
.cid-vaHKODQiW3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaHKODQiW3 .carousel-indicators li::after,
.cid-vaHKODQiW3 .carousel-indicators li::before {
  content: none;
}
.cid-vaHKODQiW3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaHKODQiW3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaHKODQiW3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHKODQiW3 .carousel-indicators {
    display: none;
  }
}
.cid-vaHKODQiW3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaHKODQiW3 .carousel-inner > .active {
  display: block;
}
.cid-vaHKODQiW3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHKODQiW3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaHKODQiW3 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaHKODQiW3 .carousel-control,
  .cid-vaHKODQiW3 .carousel-indicators,
  .cid-vaHKODQiW3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaHKODQiW3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaHKODQiW3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaHKODQiW3 .carousel-indicators .active,
.cid-vaHKODQiW3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaHKODQiW3 .carousel-indicators .active {
  background: #fafafa;
}
.cid-vaHKODQiW3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaHKODQiW3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaHKODQiW3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaHKODQiW3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaHKODQiW3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaHKODQiW3 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaHKODQiW3 .carousel {
  width: 100%;
}
.cid-vaHKODQiW3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaHKODQiW3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaHKODQiW3 .modal.fade .modal-dialog,
.cid-vaHKODQiW3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vaHKODQiW3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaHKODQiW3 H6 {
  text-align: center;
}
.cid-vaHKODQiW3 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vaHKODQiW3 .rotate {
    top: -6px;
  }
}
.cid-vaHKODQiW3 .title-relative {
  position: relative;
}
.cid-vaHKODQiW3 .mbr-section-title,
.cid-vaHKODQiW3 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vaHKODQiW3 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vaHKODQiW3 .item-content {
    padding-top: 10px;
  }
}
.cid-vaHKODQiW3 .mbr-text,
.cid-vaHKODQiW3 .item-title {
  color: #fafafa;
}
.cid-vaHKODQiW3 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vaHKODQiW3 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vaHKODQiW3 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vaHKODQiW3 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vaHKODQiW3 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vaHKODQiW3 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vaHKODQiW3 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vaHKPw22FC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
}
.cid-vaHKPw22FC .mbr-text,
.cid-vaHKPw22FC .mbr-section-btn {
  color: #fafafa;
}
.cid-vaHKPw22FC .row {
  justify-content: start;
}
.cid-vaHKPw22FC .mbr-section-title {
  color: #fafafa;
}
.cid-vaHKPw22FC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vaHKPw22FC .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-vaHKPw22FC .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vaHKPw22FC .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vaHKPw22FC .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vaHKPw22FC .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vaHKPw22FC .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-vaHKPw22FC .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-vaHNw5iAyH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
}
.cid-vaHNw5iAyH .mbr-text,
.cid-vaHNw5iAyH .mbr-section-btn {
  color: #fafafa;
}
.cid-vaHNw5iAyH .row {
  justify-content: start;
}
.cid-vaHNw5iAyH .mbr-section-title {
  color: #fafafa;
}
.cid-vaHNw5iAyH .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vaHNw5iAyH .rotate {
    top: -6px;
  }
}
.cid-vaHNw5iAyH .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vaHNw5iAyH .wrapper {
    flex-direction: column-reverse;
  }
  .cid-vaHNw5iAyH .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vaHNw5iAyH .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-vaHNw5iAyH .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-vaHNw5iAyH .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-vaHNw5iAyH .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-vaHKQ8Qvkc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-vaHKQ8Qvkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHKQ8Qvkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHKQ8Qvkc .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vaHKQ8Qvkc .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vaHKQ8Qvkc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vaHKQ8Qvkc .item-wrapper .w-100 {
  height: 300px;
}
.cid-vaHKQ8Qvkc .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vaHKQ8Qvkc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vaHKQ8Qvkc .carousel-control,
.cid-vaHKQ8Qvkc .close {
  background: #1b1b1b;
}
.cid-vaHKQ8Qvkc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaHKQ8Qvkc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaHKQ8Qvkc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaHKQ8Qvkc .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaHKQ8Qvkc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaHKQ8Qvkc .close::before {
  content: '\e91a';
}
.cid-vaHKQ8Qvkc .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vaHKQ8Qvkc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaHKQ8Qvkc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHKQ8Qvkc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaHKQ8Qvkc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaHKQ8Qvkc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaHKQ8Qvkc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaHKQ8Qvkc .carousel-indicators li.active,
.cid-vaHKQ8Qvkc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaHKQ8Qvkc .carousel-indicators li::after,
.cid-vaHKQ8Qvkc .carousel-indicators li::before {
  content: none;
}
.cid-vaHKQ8Qvkc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaHKQ8Qvkc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaHKQ8Qvkc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHKQ8Qvkc .carousel-indicators {
    display: none;
  }
}
.cid-vaHKQ8Qvkc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaHKQ8Qvkc .carousel-inner > .active {
  display: block;
}
.cid-vaHKQ8Qvkc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHKQ8Qvkc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaHKQ8Qvkc .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaHKQ8Qvkc .carousel-control,
  .cid-vaHKQ8Qvkc .carousel-indicators,
  .cid-vaHKQ8Qvkc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaHKQ8Qvkc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaHKQ8Qvkc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaHKQ8Qvkc .carousel-indicators .active,
.cid-vaHKQ8Qvkc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaHKQ8Qvkc .carousel-indicators .active {
  background: #fafafa;
}
.cid-vaHKQ8Qvkc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaHKQ8Qvkc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaHKQ8Qvkc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaHKQ8Qvkc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaHKQ8Qvkc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaHKQ8Qvkc .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaHKQ8Qvkc .carousel {
  width: 100%;
}
.cid-vaHKQ8Qvkc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaHKQ8Qvkc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaHKQ8Qvkc .modal.fade .modal-dialog,
.cid-vaHKQ8Qvkc .modal.in .modal-dialog {
  transform: none;
}
.cid-vaHKQ8Qvkc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaHKQ8Qvkc H6 {
  text-align: center;
}
.cid-vaHKQ8Qvkc .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vaHKQ8Qvkc .rotate {
    top: -6px;
  }
}
.cid-vaHKQ8Qvkc .title-relative {
  position: relative;
}
.cid-vaHKQ8Qvkc .mbr-section-title,
.cid-vaHKQ8Qvkc .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vaHKQ8Qvkc .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vaHKQ8Qvkc .item-content {
    padding-top: 10px;
  }
}
.cid-vaHKQ8Qvkc .mbr-text,
.cid-vaHKQ8Qvkc .item-title {
  color: #fafafa;
}
.cid-vaHKQ8Qvkc .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vaHKQ8Qvkc .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vaHKQ8Qvkc .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vaHKQ8Qvkc .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vaHKQ8Qvkc .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vaHKQ8Qvkc .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vaHKQ8Qvkc .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vaHNwK2AEu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-vaHNwK2AEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHNwK2AEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHNwK2AEu .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vaHNwK2AEu .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vaHNwK2AEu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vaHNwK2AEu .item-wrapper .w-100 {
  height: 300px;
}
.cid-vaHNwK2AEu .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vaHNwK2AEu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vaHNwK2AEu .carousel-control,
.cid-vaHNwK2AEu .close {
  background: #1b1b1b;
}
.cid-vaHNwK2AEu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaHNwK2AEu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaHNwK2AEu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaHNwK2AEu .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaHNwK2AEu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaHNwK2AEu .close::before {
  content: '\e91a';
}
.cid-vaHNwK2AEu .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vaHNwK2AEu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaHNwK2AEu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHNwK2AEu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaHNwK2AEu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaHNwK2AEu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaHNwK2AEu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaHNwK2AEu .carousel-indicators li.active,
.cid-vaHNwK2AEu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaHNwK2AEu .carousel-indicators li::after,
.cid-vaHNwK2AEu .carousel-indicators li::before {
  content: none;
}
.cid-vaHNwK2AEu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaHNwK2AEu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaHNwK2AEu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHNwK2AEu .carousel-indicators {
    display: none;
  }
}
.cid-vaHNwK2AEu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaHNwK2AEu .carousel-inner > .active {
  display: block;
}
.cid-vaHNwK2AEu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaHNwK2AEu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaHNwK2AEu .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaHNwK2AEu .carousel-control,
  .cid-vaHNwK2AEu .carousel-indicators,
  .cid-vaHNwK2AEu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaHNwK2AEu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaHNwK2AEu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaHNwK2AEu .carousel-indicators .active,
.cid-vaHNwK2AEu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaHNwK2AEu .carousel-indicators .active {
  background: #fafafa;
}
.cid-vaHNwK2AEu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaHNwK2AEu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaHNwK2AEu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaHNwK2AEu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaHNwK2AEu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaHNwK2AEu .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaHNwK2AEu .carousel {
  width: 100%;
}
.cid-vaHNwK2AEu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaHNwK2AEu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaHNwK2AEu .modal.fade .modal-dialog,
.cid-vaHNwK2AEu .modal.in .modal-dialog {
  transform: none;
}
.cid-vaHNwK2AEu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaHNwK2AEu H6 {
  text-align: center;
}
.cid-vaHNwK2AEu .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vaHNwK2AEu .rotate {
    top: -6px;
  }
}
.cid-vaHNwK2AEu .title-relative {
  position: relative;
}
.cid-vaHNwK2AEu .mbr-section-title,
.cid-vaHNwK2AEu .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vaHNwK2AEu .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vaHNwK2AEu .item-content {
    padding-top: 10px;
  }
}
.cid-vaHNwK2AEu .mbr-text,
.cid-vaHNwK2AEu .item-title {
  color: #fafafa;
}
.cid-vaHNwK2AEu .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vaHNwK2AEu .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vaHNwK2AEu .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vaHNwK2AEu .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vaHNwK2AEu .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vaHNwK2AEu .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vaHNwK2AEu .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vaHNzaT7ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-vaHNzaT7ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHNzaT7ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHNzaT7ul .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHNzaT7ul .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaHNzaT7ul .container {
    padding: 0 20px;
  }
}
.cid-vaHNzaT7ul .row {
  justify-content: center;
}
.cid-vaHNzaT7ul .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaHNzaT7ul .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-vaHNzaT7ul .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaHNzaT7ul .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-vaHNzaT7ul .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vaHNzaT7ul .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-vaHNzaT7ul .mbr-text {
  color: #e4dfd4;
}
.cid-vaHNzaT7ul .mbr-desc {
  color: #e4dfd4;
}
.cid-vaHNzwnYvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-vaHNzwnYvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHNzwnYvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHNzwnYvd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHNzwnYvd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaHNzwnYvd .container {
    padding: 0 20px;
  }
}
.cid-vaHNzwnYvd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaHNzwnYvd .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vaHNzwnYvd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaHNzwnYvd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaHNzwnYvd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaHNzwnYvd .image-wrapper img {
  height: 320px;
  object-fit: cover;
}
.cid-vaHNzwnYvd .mbr-section-title {
  color: #c2b299;
}
.cid-vaHNzwnYvd .mbr-text {
  color: #e4dfd4;
}
.cid-vaHNzYMr6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-vaHNzYMr6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHNzYMr6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHNzYMr6F .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHNzYMr6F .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaHNzYMr6F .container {
    padding: 0 20px;
  }
}
.cid-vaHNzYMr6F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaHNzYMr6F .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vaHNzYMr6F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaHNzYMr6F .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaHNzYMr6F .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vaHNzYMr6F .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-vaHNzYMr6F .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-vaHNzYMr6F .mbr-section-title {
  color: #c2b299;
}
.cid-vaHNzYMr6F .mbr-text {
  color: #e4dfd4;
}
.cid-vaHNzYMr6F .list {
  color: #e4dfd4;
}
.cid-vaHNAnXgia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1b1b1b;
}
.cid-vaHNAnXgia .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHNAnXgia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHNAnXgia .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHNAnXgia .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaHNAnXgia .container {
    padding: 0 20px;
  }
}
.cid-vaHNAnXgia .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vaHNAnXgia .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vaHNAnXgia .mbr-section-btn {
    display: none;
  }
}
.cid-vaHNAnXgia .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #555354;
}
@media (max-width: 768px) {
  .cid-vaHNAnXgia .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-vaHNAnXgia .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vaHNAnXgia .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-vaHNAnXgia .embla__slide .card-wrap a {
  display: block;
}
.cid-vaHNAnXgia .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-vaHNAnXgia .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaHNAnXgia .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vaHNAnXgia .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-vaHNAnXgia .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-vaHNAnXgia .embla__button--next,
.cid-vaHNAnXgia .embla__button--prev {
  display: flex;
}
.cid-vaHNAnXgia .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #555354;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaHNAnXgia .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaHNAnXgia .embla__button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cid-vaHNAnXgia .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-vaHNAnXgia .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-vaHNAnXgia .embla {
  position: relative;
  width: 100%;
}
.cid-vaHNAnXgia .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaHNAnXgia .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaHNAnXgia .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaHNAnXgia .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaHNAnXgia .mbr-section-title {
  color: #ffffff;
}
.cid-vaHNAnXgia .card-title {
  color: #ededed;
}
.cid-vaHNAnXgia .card-date {
  color: #e4dfd4;
}
.cid-vaHNBDmdW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-vaHNBDmdW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHNBDmdW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHNBDmdW3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaHNBDmdW3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaHNBDmdW3 .container {
    padding: 0 20px;
  }
}
.cid-vaHNBDmdW3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vaHNBDmdW3 .link-wrapper {
  display: block;
}
.cid-vaHNBDmdW3 .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-vaHNBDmdW3 .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-vaHNBDmdW3 .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-vaHNBDmdW3 .row.items {
  margin: 0 -28px;
}
.cid-vaHNBDmdW3 .item {
  padding: 0 28px;
  margin-bottom: 56px;
}
.cid-vaHNBDmdW3 .item .item-wrapper a {
  display: block;
}
.cid-vaHNBDmdW3 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-vaHNBDmdW3 .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.cid-vaHNBDmdW3 .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vaHNBDmdW3 .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vaHNBDmdW3 .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vaHNBDmdW3 .mbr-section-title {
  color: #c2b299;
}
.cid-vaHNBDmdW3 .mbr-link {
  color: #c2b299;
  text-align: right;
}
.cid-vaHNBDmdW3 .mbr-desc {
  color: #f2f2f2;
}
.cid-vaHG8GZaeE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaHG8GZaeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHG8GZaeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaHG8GZaeE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaHG8GZaeE img {
  width: 100%;
  border-radius: 50px 0 50px 0;
}
@media (min-width: 992px) {
  .cid-vaHG8GZaeE .text-wrapper {
    padding: 2rem;
  }
}
.cid-vaHG8Hhnjn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
  background: linear-gradient(#efefef, #ffffff);
}
.cid-vaHG8Hhnjn .carousel-control {
  background: #000;
}
.cid-vaHG8Hhnjn .mbr-section-subtitle {
  color: #767676;
}
.cid-vaHG8Hhnjn .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaHG8Hhnjn .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vaHG8Hhnjn .carousel-item .wrap-img {
  text-align: center;
}
.cid-vaHG8Hhnjn .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-vaHG8Hhnjn .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaHG8Hhnjn .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vaHG8Hhnjn .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vaHG8Hhnjn .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vaHG8Hhnjn .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vaHG8Hhnjn .cloneditem-1,
.cid-vaHG8Hhnjn .cloneditem-2,
.cid-vaHG8Hhnjn .cloneditem-3,
.cid-vaHG8Hhnjn .cloneditem-4,
.cid-vaHG8Hhnjn .cloneditem-5 {
  display: none;
}
.cid-vaHG8Hhnjn .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: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaHG8Hhnjn .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides2 .cloneditem-1,
  .cid-vaHG8Hhnjn .carousel-inner.slides2 .cloneditem-2,
  .cid-vaHG8Hhnjn .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides3 .cloneditem-1,
  .cid-vaHG8Hhnjn .carousel-inner.slides3 .cloneditem-2,
  .cid-vaHG8Hhnjn .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides4 .cloneditem-1,
  .cid-vaHG8Hhnjn .carousel-inner.slides4 .cloneditem-2,
  .cid-vaHG8Hhnjn .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides5 .cloneditem-1,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 .cloneditem-2,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 .cloneditem-3,
  .cid-vaHG8Hhnjn .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vaHG8Hhnjn .carousel-inner.slides6 .cloneditem-1,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 .cloneditem-2,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 .cloneditem-3,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 .cloneditem-4,
  .cid-vaHG8Hhnjn .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vaHG8I6DZ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaHG8I6DZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHG8I6DZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHG8I6DZ1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaHG8I6DZ1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaHG8I6DZ1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHG8I6DZ1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaHG8I6DZ1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHG8I6DZ1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaHG8I6DZ1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaHG8I6DZ1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaHG8IrVjd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaHG8IrVjd section {
  position: relative;
}
.cid-vaHG8IrVjd h4 {
  margin: 0;
}
.cid-vaHG8IrVjd img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vaHG8IrVjd a {
  font-weight: 300;
}
.cid-vaHG8IrVjd .img1 {
  color: #8ec4d5;
}
.cid-vaHG8IrVjd .img2 {
  color: #8ec4d5;
}
.cid-vaHG8IrVjd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #8ec4d5;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vaHG8IrVjd .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaHG8IrVjd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vaHG8IrVjd .item,
.cid-vaHG8IrVjd .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vaHG8IrVjd .item h4,
.cid-vaHG8IrVjd .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vaHG8IrVjd .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vaHG8IrVjd .item {
    justify-content: center;
  }
}
.cid-vaHG8IrVjd .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vaHG8IrVjd .text1 {
  text-align: left;
}
.cid-vaHG8IrVjd .link-title {
  text-align: left;
}
.cid-vaHG8J51G5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaHG8J51G5 .mbr-text {
  color: #f6f6ef;
}
.cid-vaMwOzV0c7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwOzV0c7 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaMwOzV0c7 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaMwOzV0c7 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaMwOzV0c7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaMwOzV0c7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaMwOzV0c7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaMwOzV0c7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaMwOzV0c7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaMwOzV0c7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaMwOzV0c7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaMwOzV0c7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaMwOzV0c7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaMwOzV0c7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaMwOzV0c7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaMwOzV0c7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaMwOzV0c7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaMwOzV0c7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaMwOzV0c7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaMwOzV0c7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaMwOzV0c7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaMwOzV0c7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaMwOzV0c7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaMwOzV0c7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaMwOzV0c7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaMwOzV0c7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaMwOzV0c7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaMwOzV0c7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaMwOzV0c7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaMwOzV0c7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaMwOzV0c7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaMwOzV0c7 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaMwOzV0c7 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaMwOzV0c7 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaMwOzV0c7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaMwOzV0c7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaMwOzV0c7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaMwOzV0c7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaMwOzV0c7 .navbar-caption {
  padding-right: 4rem;
}
.cid-vaMwOzV0c7 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaMwOzV0c7 .dropdown-menu,
.cid-vaMwOzV0c7 .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaMwOzV0c7 .nav-item:focus,
.cid-vaMwOzV0c7 .nav-link:focus {
  outline: none;
}
.cid-vaMwOzV0c7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwOzV0c7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaMwOzV0c7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaMwOzV0c7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwOzV0c7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaMwOzV0c7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaMwOzV0c7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaMwOzV0c7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaMwOzV0c7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaMwOzV0c7 .dropdown-item.active,
.cid-vaMwOzV0c7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaMwOzV0c7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaMwOzV0c7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaMwOzV0c7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaMwOzV0c7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaMwOzV0c7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaMwOzV0c7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaMwOzV0c7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaMwOzV0c7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaMwOzV0c7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaMwOzV0c7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaMwOzV0c7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaMwOzV0c7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMwOzV0c7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMwOzV0c7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaMwOzV0c7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMwOzV0c7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaMwOzV0c7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaMwOzV0c7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMwOzV0c7 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaMwOzV0c7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaMwOzV0c7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaMwOzV0c7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaMwOzV0c7 .navbar {
    height: 77px;
  }
  .cid-vaMwOzV0c7 .navbar.opened {
    height: auto;
  }
  .cid-vaMwOzV0c7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaMwOzV0c7 .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaXFv8ooG0 {
  background-image: url("../../../assets/images/lili-motos-frente-1-1920x1080.jpg");
}
.cid-vaXFv8ooG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXFv8ooG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXFv8ooG0 .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaXFv8ooG0 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.cid-vaXFv8ooG0 .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaMzaHsYsa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaMzaHsYsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaMzaHsYsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaMzaHsYsa .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-vaMzaHsYsa .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vaMzaHsYsa .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vaMzaHsYsa .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vaMzaHsYsa .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaMzaHsYsa .image-wrapper img {
    height: 300px;
  }
}
.cid-vaMzaHsYsa .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-vaMzaHsYsa .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-vaMzaHsYsa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-vaMzaHsYsa .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vaMzaHsYsa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaMzaHsYsa .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-vaMzaHsYsa .cards-wrapper {
    margin: 0;
  }
}
.cid-vaMzaHsYsa .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-vaMzaHsYsa .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-vaMzaHsYsa .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-vaMzaHsYsa .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-vaMzaHsYsa .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-vaMzaHsYsa .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-vaMzaHsYsa .mbr-section-title {
  color: #ffffff;
}
.cid-vaMzaHsYsa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaMzaHsYsa .mbr-text {
  color: #cacaca;
}
.cid-vaMzaHsYsa .mbr-card-title {
  color: #ffffff;
}
.cid-vaZjVt80i9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaZjVt80i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZjVt80i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZjVt80i9 .content-wrap {
  margin: 0 -20px;
}
.cid-vaZjVt80i9 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaZjVt80i9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaZjVt80i9 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaZjVt80i9 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaZjVt80i9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaZjVt80i9 .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaZjVt80i9 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaZjVt80i9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaZjVt80i9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaZjVt80i9 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaZjVt80i9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vaZjVt80i9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vaZjVt80i9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vaZjVt80i9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vaZjVt80i9 .embla__button--next,
.cid-vaZjVt80i9 .embla__button--prev {
  display: flex;
}
.cid-vaZjVt80i9 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vaZjVt80i9 .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaZjVt80i9 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vaZjVt80i9 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vaZjVt80i9 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vaZjVt80i9 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vaZjVt80i9 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vaZjVt80i9 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaZjVt80i9 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaZjVt80i9 .embla__viewport {
    padding: 0;
  }
}
.cid-vaZjVt80i9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaZjVt80i9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaZjVt80i9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaZjVt80i9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaZjVt80i9 .mbr-label {
  color: #232323;
}
.cid-vaZjVt80i9 .mbr-section-title {
  color: #ffffff;
}
.cid-vaZjVt80i9 .mbr-text {
  color: #ffffff;
}
.cid-vaZjVt80i9 .mbr-text,
.cid-vaZjVt80i9 .text-wrapper {
  color: #232323;
}
.cid-vaZjVt80i9 .mbr-section-title,
.cid-vaZjVt80i9 .mbr-section-btn {
  color: #000000;
}
.cid-vaZk97ACnc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaZk97ACnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZk97ACnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZk97ACnc .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaZk97ACnc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaZk97ACnc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaZk97ACnc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaZk97ACnc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaZk97ACnc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaZk97ACnc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaZk97ACnc .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaZk9vdwmr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaZk9vdwmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZk9vdwmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZk9vdwmr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaZk9vdwmr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaZk9vdwmr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaZk9vdwmr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaZk9vdwmr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaZk9vdwmr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaZk9vdwmr .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaZkoDLE2F {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-vaZkoDLE2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZkoDLE2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZkoDLE2F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaZkoDLE2F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaZkoDLE2F .embla__slide .slide-content {
  width: 100%;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaZkoDLE2F .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaZkoDLE2F .embla__button--next,
.cid-vaZkoDLE2F .embla__button--prev {
  display: flex;
}
.cid-vaZkoDLE2F .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vaZkoDLE2F .embla__button {
    bottom: 0;
  }
}
.cid-vaZkoDLE2F .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaZkoDLE2F .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vaZkoDLE2F .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaZkoDLE2F .embla__button.embla__button--next {
  right: 0;
}
.cid-vaZkoDLE2F .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vaZkoDLE2F .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vaZkoDLE2F .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaZkoDLE2F .embla__viewport {
    padding: 0;
  }
}
.cid-vaZkoDLE2F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaZkoDLE2F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaZkoDLE2F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaZkoDLE2F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaZkoDLE2F .item-text {
  color: #ffffff;
}
.cid-vaZkoDLE2F .item-name {
  color: #ffffff;
}
.cid-vaZkoDLE2F .item-role {
  color: #a8a8a8;
}
.cid-vaZkoDLE2F .mbr-star {
  color: #f5b614;
}
.cid-vb1Ejlj7rj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1Ejlj7rj section {
  position: relative;
}
.cid-vb1Ejlj7rj h4 {
  margin: 0;
}
.cid-vb1Ejlj7rj img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1Ejlj7rj a {
  font-weight: 300;
}
.cid-vb1Ejlj7rj .img1 {
  color: #f9652f;
}
.cid-vb1Ejlj7rj .img2 {
  color: #f9652f;
}
.cid-vb1Ejlj7rj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1Ejlj7rj .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1Ejlj7rj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1Ejlj7rj .item,
.cid-vb1Ejlj7rj .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1Ejlj7rj .item h4,
.cid-vb1Ejlj7rj .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1Ejlj7rj .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1Ejlj7rj .item {
    justify-content: center;
  }
}
.cid-vb1Ejlj7rj .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1Ejlj7rj .text1 {
  text-align: left;
}
.cid-vb1Ejlj7rj .link-title {
  text-align: left;
}
.cid-vaMwOMhu4n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaMwOMhu4n .mbr-text {
  color: #f6f6ef;
}
.cid-vaMwUkC8ev .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwUkC8ev .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaMwUkC8ev .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaMwUkC8ev .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaMwUkC8ev .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaMwUkC8ev .navbar.opened {
  transition: all 0.3s;
}
.cid-vaMwUkC8ev .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaMwUkC8ev .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaMwUkC8ev .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaMwUkC8ev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaMwUkC8ev .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaMwUkC8ev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaMwUkC8ev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaMwUkC8ev .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaMwUkC8ev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaMwUkC8ev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaMwUkC8ev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaMwUkC8ev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaMwUkC8ev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaMwUkC8ev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaMwUkC8ev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaMwUkC8ev .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaMwUkC8ev .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaMwUkC8ev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaMwUkC8ev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaMwUkC8ev .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaMwUkC8ev .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaMwUkC8ev .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaMwUkC8ev .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaMwUkC8ev .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaMwUkC8ev .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaMwUkC8ev .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaMwUkC8ev .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaMwUkC8ev .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaMwUkC8ev .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaMwUkC8ev .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaMwUkC8ev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaMwUkC8ev .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaMwUkC8ev .navbar-caption {
  padding-right: 4rem;
}
.cid-vaMwUkC8ev .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaMwUkC8ev .dropdown-menu,
.cid-vaMwUkC8ev .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaMwUkC8ev .nav-item:focus,
.cid-vaMwUkC8ev .nav-link:focus {
  outline: none;
}
.cid-vaMwUkC8ev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwUkC8ev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaMwUkC8ev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaMwUkC8ev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwUkC8ev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaMwUkC8ev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaMwUkC8ev .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaMwUkC8ev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaMwUkC8ev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaMwUkC8ev .dropdown-item.active,
.cid-vaMwUkC8ev .dropdown-item:active {
  background-color: transparent;
}
.cid-vaMwUkC8ev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaMwUkC8ev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaMwUkC8ev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaMwUkC8ev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaMwUkC8ev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaMwUkC8ev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaMwUkC8ev ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaMwUkC8ev .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaMwUkC8ev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaMwUkC8ev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaMwUkC8ev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaMwUkC8ev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMwUkC8ev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMwUkC8ev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaMwUkC8ev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMwUkC8ev nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaMwUkC8ev nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaMwUkC8ev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMwUkC8ev .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaMwUkC8ev a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaMwUkC8ev .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaMwUkC8ev .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaMwUkC8ev .navbar {
    height: 77px;
  }
  .cid-vaMwUkC8ev .navbar.opened {
    height: auto;
  }
  .cid-vaMwUkC8ev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaMwUkC8ev .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaMwUlEVOa {
  background-image: url("../../../assets/images/moto-pecas-acessorios-lili-motos.jpg");
}
.cid-vaMwUlEVOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaMwUlEVOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaMwUlEVOa .mbr-section-title {
  color: #da4209;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaMwUlEVOa .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vaMwUlEVOa .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaRA7T39LH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #000000;
}
.cid-vaRA7T39LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRA7T39LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vaRA7T39LH .container {
    padding: 0 26px;
  }
}
.cid-vaRA7T39LH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-vaRA7T39LH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaRA7T39LH .embla__slide a {
  display: block;
  width: 100%;
}
.cid-vaRA7T39LH .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 156px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaRA7T39LH .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 156px;
  }
}
.cid-vaRA7T39LH .embla__button--next,
.cid-vaRA7T39LH .embla__button--prev {
  display: flex;
}
.cid-vaRA7T39LH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaRA7T39LH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaRA7T39LH .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vaRA7T39LH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-vaRA7T39LH .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-vaRA7T39LH .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-vaRA7T39LH .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-vaRA7T39LH .embla {
  position: relative;
  width: 100%;
}
.cid-vaRA7T39LH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaRA7T39LH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaRA7T39LH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaRA7T39LH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaZkwR486V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaZkwR486V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZkwR486V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZkwR486V .content-wrap {
  margin: 0 -20px;
}
.cid-vaZkwR486V .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaZkwR486V .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaZkwR486V .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaZkwR486V .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaZkwR486V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaZkwR486V .title-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaZkwR486V .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaZkwR486V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaZkwR486V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaZkwR486V .embla__slide .slide-content {
  width: 100%;
}
.cid-vaZkwR486V .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-vaZkwR486V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vaZkwR486V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vaZkwR486V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vaZkwR486V .embla__button--next,
.cid-vaZkwR486V .embla__button--prev {
  display: flex;
}
.cid-vaZkwR486V .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vaZkwR486V .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaZkwR486V .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vaZkwR486V .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-vaZkwR486V .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-vaZkwR486V .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-vaZkwR486V .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-vaZkwR486V .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaZkwR486V .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaZkwR486V .embla__viewport {
    padding: 0;
  }
}
.cid-vaZkwR486V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaZkwR486V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaZkwR486V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaZkwR486V .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaZkwR486V .mbr-label {
  color: #232323;
}
.cid-vaZkwR486V .mbr-section-title {
  color: #ffffff;
}
.cid-vaZkwR486V .mbr-text {
  color: #ffffff;
}
.cid-vaZkwR486V .mbr-text,
.cid-vaZkwR486V .text-wrapper {
  color: #232323;
}
.cid-vaZkwR486V .mbr-section-title,
.cid-vaZkwR486V .mbr-section-btn {
  color: #000000;
}
.cid-vaWNT4H7nk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWNT4H7nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWNT4H7nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWNT4H7nk .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaWNT4H7nk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWNT4H7nk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWNT4H7nk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWNT4H7nk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWNT4H7nk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaWNT4H7nk .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaWWkOyRic {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWWkOyRic .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWWkOyRic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWWkOyRic .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaWWkOyRic .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWWkOyRic .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWWkOyRic .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWWkOyRic .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWWkOyRic .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaWWkOyRic .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaWZsAT8zB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWZsAT8zB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWZsAT8zB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWZsAT8zB .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaWZsAT8zB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWZsAT8zB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWZsAT8zB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWZsAT8zB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWZsAT8zB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaWZsAT8zB .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaWYgg1x1I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWYgg1x1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWYgg1x1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWYgg1x1I .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaWYgg1x1I .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWYgg1x1I .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaWYgg1x1I .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaWYgg1x1I .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaWYgg1x1I .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaWYgg1x1I .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0 50px 0;
}
.cid-vaXcyvkBVa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaXcyvkBVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXcyvkBVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXcyvkBVa .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaXcyvkBVa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaXcyvkBVa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaXcyvkBVa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaXcyvkBVa .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaXcyvkBVa .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaXcyvkBVa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaXdj0RICM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaXdj0RICM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXdj0RICM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXdj0RICM .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaXdj0RICM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaXdj0RICM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaXdj0RICM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaXdj0RICM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaXdj0RICM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaXdj0RICM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaXfcmQiDC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaXfcmQiDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXfcmQiDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXfcmQiDC .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-vaXfcmQiDC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaXfcmQiDC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaXfcmQiDC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaXfcmQiDC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaXfcmQiDC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaXfcmQiDC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaZ3MRbnem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaZ3MRbnem .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZ3MRbnem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZ3MRbnem .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaZ3MRbnem .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaZ3MRbnem .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaZ3MRbnem .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaZ3MRbnem .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaZ3MRbnem .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaZ3MRbnem .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaZ3MRbnem .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb1EovoJWM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1EovoJWM section {
  position: relative;
}
.cid-vb1EovoJWM h4 {
  margin: 0;
}
.cid-vb1EovoJWM img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1EovoJWM a {
  font-weight: 300;
}
.cid-vb1EovoJWM .img1 {
  color: #f9652f;
}
.cid-vb1EovoJWM .img2 {
  color: #f9652f;
}
.cid-vb1EovoJWM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1EovoJWM .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1EovoJWM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1EovoJWM .item,
.cid-vb1EovoJWM .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1EovoJWM .item h4,
.cid-vb1EovoJWM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1EovoJWM .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1EovoJWM .item {
    justify-content: center;
  }
}
.cid-vb1EovoJWM .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1EovoJWM .text1 {
  text-align: left;
}
.cid-vb1EovoJWM .link-title {
  text-align: left;
}
.cid-vaMwUxbKkV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaMwUxbKkV .mbr-text {
  color: #f6f6ef;
}
.cid-vaMwZviQRT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwZviQRT .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaMwZviQRT .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaMwZviQRT .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaMwZviQRT .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaMwZviQRT .navbar.opened {
  transition: all 0.3s;
}
.cid-vaMwZviQRT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaMwZviQRT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaMwZviQRT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaMwZviQRT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaMwZviQRT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaMwZviQRT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaMwZviQRT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaMwZviQRT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaMwZviQRT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaMwZviQRT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaMwZviQRT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaMwZviQRT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaMwZviQRT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaMwZviQRT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaMwZviQRT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaMwZviQRT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaMwZviQRT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaMwZviQRT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaMwZviQRT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaMwZviQRT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaMwZviQRT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaMwZviQRT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaMwZviQRT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaMwZviQRT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaMwZviQRT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaMwZviQRT .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaMwZviQRT .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaMwZviQRT .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaMwZviQRT .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaMwZviQRT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaMwZviQRT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaMwZviQRT .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaMwZviQRT .navbar-caption {
  padding-right: 4rem;
}
.cid-vaMwZviQRT .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaMwZviQRT .dropdown-menu,
.cid-vaMwZviQRT .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaMwZviQRT .nav-item:focus,
.cid-vaMwZviQRT .nav-link:focus {
  outline: none;
}
.cid-vaMwZviQRT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwZviQRT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaMwZviQRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaMwZviQRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMwZviQRT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaMwZviQRT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaMwZviQRT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaMwZviQRT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaMwZviQRT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaMwZviQRT .dropdown-item.active,
.cid-vaMwZviQRT .dropdown-item:active {
  background-color: transparent;
}
.cid-vaMwZviQRT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaMwZviQRT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaMwZviQRT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaMwZviQRT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaMwZviQRT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaMwZviQRT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaMwZviQRT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaMwZviQRT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaMwZviQRT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaMwZviQRT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaMwZviQRT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaMwZviQRT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMwZviQRT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMwZviQRT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaMwZviQRT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMwZviQRT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaMwZviQRT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaMwZviQRT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMwZviQRT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaMwZviQRT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaMwZviQRT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaMwZviQRT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaMwZviQRT .navbar {
    height: 77px;
  }
  .cid-vaMwZviQRT .navbar.opened {
    height: auto;
  }
  .cid-vaMwZviQRT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaMwZviQRT .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaXrLaIw8g {
  background-image: url("../../../assets/images/mecanica-moto-lili-motos-2-1920x1080.jpg");
}
.cid-vaXrLaIw8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXrLaIw8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXrLaIw8g .mbr-section-title {
  color: #da4209;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaXrLaIw8g .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vaXrLaIw8g .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaTS1d53hM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-vaTS1d53hM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTS1d53hM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTS1d53hM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaTS1d53hM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaTS1d53hM .embla__slide .slide-content {
  width: 100%;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaTS1d53hM .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaTS1d53hM .embla__button--next,
.cid-vaTS1d53hM .embla__button--prev {
  display: flex;
}
.cid-vaTS1d53hM .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vaTS1d53hM .embla__button {
    bottom: 0;
  }
}
.cid-vaTS1d53hM .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaTS1d53hM .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vaTS1d53hM .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaTS1d53hM .embla__button.embla__button--next {
  right: 0;
}
.cid-vaTS1d53hM .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vaTS1d53hM .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vaTS1d53hM .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaTS1d53hM .embla__viewport {
    padding: 0;
  }
}
.cid-vaTS1d53hM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaTS1d53hM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaTS1d53hM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaTS1d53hM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaTS1d53hM .item-text {
  color: #000000;
}
.cid-vaTS1d53hM .item-name {
  color: #ffffff;
}
.cid-vaTS1d53hM .item-role {
  color: #1f1f1f;
}
.cid-vaTS1d53hM .mbr-star {
  color: #f5b614;
}
.cid-vaTS1d53hM .item-name,
.cid-vaTS1d53hM .person-wrapper {
  color: #000000;
}
.cid-vaRFlTJcRp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaRFlTJcRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRFlTJcRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRFlTJcRp .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaRFlTJcRp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaRFlTJcRp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaRFlTJcRp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaRFlTJcRp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaRFlTJcRp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaRFlTJcRp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaRFlTJcRp .card-title {
  color: #ffffff;
}
.cid-vaRFlTJcRp .mbr-text,
.cid-vaRFlTJcRp .mbr-section-btn {
  color: #ffffff;
}
.cid-vaSqlkaPwO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaSqlkaPwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSqlkaPwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSqlkaPwO .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaSqlkaPwO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSqlkaPwO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaSqlkaPwO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSqlkaPwO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaSqlkaPwO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaSqlkaPwO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaSqlkaPwO .card-title {
  color: #ffffff;
}
.cid-vaSqlkaPwO .mbr-text,
.cid-vaSqlkaPwO .mbr-section-btn {
  color: #ffffff;
}
.cid-vaSIMG91El {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaSIMG91El .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSIMG91El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSIMG91El .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaSIMG91El .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSIMG91El .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaSIMG91El .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSIMG91El .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaSIMG91El .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaSIMG91El .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaSIMG91El .card-title {
  color: #ffffff;
}
.cid-vaSIMG91El .mbr-text,
.cid-vaSIMG91El .mbr-section-btn {
  color: #ffffff;
}
.cid-vaSBkqpYTD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaSBkqpYTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSBkqpYTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSBkqpYTD .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaSBkqpYTD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSBkqpYTD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaSBkqpYTD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSBkqpYTD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaSBkqpYTD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaSBkqpYTD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaSBkqpYTD .card-title {
  color: #ffffff;
}
.cid-vaSBkqpYTD .mbr-text,
.cid-vaSBkqpYTD .mbr-section-btn {
  color: #ffffff;
}
.cid-vaStpTFd2m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaStpTFd2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaStpTFd2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaStpTFd2m .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaStpTFd2m .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaStpTFd2m .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaStpTFd2m .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaStpTFd2m .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaStpTFd2m .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaStpTFd2m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaStpTFd2m .card-title {
  color: #ffffff;
}
.cid-vaStpTFd2m .mbr-text,
.cid-vaStpTFd2m .mbr-section-btn {
  color: #ffffff;
}
.cid-vaRYHRjqyk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaRYHRjqyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRYHRjqyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRYHRjqyk .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaRYHRjqyk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaRYHRjqyk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaRYHRjqyk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaRYHRjqyk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaRYHRjqyk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaRYHRjqyk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaRYHRjqyk .card-title {
  color: #ffffff;
}
.cid-vaRYHRjqyk .mbr-text,
.cid-vaRYHRjqyk .mbr-section-btn {
  color: #ffffff;
}
.cid-vaSxXG1bHO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaSxXG1bHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSxXG1bHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSxXG1bHO .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaSxXG1bHO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSxXG1bHO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaSxXG1bHO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSxXG1bHO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaSxXG1bHO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaSxXG1bHO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaSxXG1bHO .card-title {
  color: #ffffff;
}
.cid-vaSxXG1bHO .mbr-text,
.cid-vaSxXG1bHO .mbr-section-btn {
  color: #ffffff;
}
.cid-vaS5N3eF2v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaS5N3eF2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaS5N3eF2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaS5N3eF2v .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaS5N3eF2v .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaS5N3eF2v .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaS5N3eF2v .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaS5N3eF2v .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaS5N3eF2v .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaS5N3eF2v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaS5N3eF2v .card-title {
  color: #ffffff;
}
.cid-vaS5N3eF2v .mbr-text,
.cid-vaS5N3eF2v .mbr-section-btn {
  color: #ffffff;
}
.cid-vaRVhpPMQc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaRVhpPMQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRVhpPMQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRVhpPMQc .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaRVhpPMQc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaRVhpPMQc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaRVhpPMQc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaRVhpPMQc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaRVhpPMQc .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaRVhpPMQc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaRVhpPMQc .card-title {
  color: #ffffff;
}
.cid-vaRVhpPMQc .mbr-text,
.cid-vaRVhpPMQc .mbr-section-btn {
  color: #ffffff;
}
.cid-vaSamLnqGj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vaSamLnqGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSamLnqGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSamLnqGj .content-wrapper {
  background: #353535;
}
@media (max-width: 991px) {
  .cid-vaSamLnqGj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaSamLnqGj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaSamLnqGj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSamLnqGj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaSamLnqGj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaSamLnqGj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaSamLnqGj .card-title {
  color: #ffffff;
}
.cid-vaSamLnqGj .mbr-text,
.cid-vaSamLnqGj .mbr-section-btn {
  color: #ffffff;
}
.cid-vaZ4b8wbom {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaZ4b8wbom .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaZ4b8wbom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaZ4b8wbom .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaZ4b8wbom .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vaZ4b8wbom .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaZ4b8wbom .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaZ4b8wbom .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaZ4b8wbom .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaZ4b8wbom .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vaZ4b8wbom .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb1ErxLuVQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1ErxLuVQ section {
  position: relative;
}
.cid-vb1ErxLuVQ h4 {
  margin: 0;
}
.cid-vb1ErxLuVQ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1ErxLuVQ a {
  font-weight: 300;
}
.cid-vb1ErxLuVQ .img1 {
  color: #f9652f;
}
.cid-vb1ErxLuVQ .img2 {
  color: #f9652f;
}
.cid-vb1ErxLuVQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1ErxLuVQ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1ErxLuVQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1ErxLuVQ .item,
.cid-vb1ErxLuVQ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1ErxLuVQ .item h4,
.cid-vb1ErxLuVQ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1ErxLuVQ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1ErxLuVQ .item {
    justify-content: center;
  }
}
.cid-vb1ErxLuVQ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1ErxLuVQ .text1 {
  text-align: left;
}
.cid-vb1ErxLuVQ .link-title {
  text-align: left;
}
.cid-vaMwZHeUxH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaMwZHeUxH .mbr-text {
  color: #f6f6ef;
}
.cid-vaMx4iBygH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMx4iBygH .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaMx4iBygH .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaMx4iBygH .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaMx4iBygH .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaMx4iBygH .navbar.opened {
  transition: all 0.3s;
}
.cid-vaMx4iBygH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaMx4iBygH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaMx4iBygH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaMx4iBygH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaMx4iBygH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaMx4iBygH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaMx4iBygH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaMx4iBygH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaMx4iBygH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaMx4iBygH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaMx4iBygH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaMx4iBygH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaMx4iBygH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaMx4iBygH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaMx4iBygH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaMx4iBygH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaMx4iBygH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaMx4iBygH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaMx4iBygH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaMx4iBygH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaMx4iBygH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaMx4iBygH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaMx4iBygH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaMx4iBygH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaMx4iBygH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaMx4iBygH .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaMx4iBygH .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaMx4iBygH .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaMx4iBygH .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaMx4iBygH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaMx4iBygH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaMx4iBygH .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaMx4iBygH .navbar-caption {
  padding-right: 4rem;
}
.cid-vaMx4iBygH .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaMx4iBygH .dropdown-menu,
.cid-vaMx4iBygH .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaMx4iBygH .nav-item:focus,
.cid-vaMx4iBygH .nav-link:focus {
  outline: none;
}
.cid-vaMx4iBygH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMx4iBygH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaMx4iBygH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaMx4iBygH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMx4iBygH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaMx4iBygH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaMx4iBygH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaMx4iBygH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaMx4iBygH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaMx4iBygH .dropdown-item.active,
.cid-vaMx4iBygH .dropdown-item:active {
  background-color: transparent;
}
.cid-vaMx4iBygH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaMx4iBygH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaMx4iBygH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaMx4iBygH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaMx4iBygH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaMx4iBygH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaMx4iBygH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaMx4iBygH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaMx4iBygH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaMx4iBygH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaMx4iBygH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaMx4iBygH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMx4iBygH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMx4iBygH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaMx4iBygH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMx4iBygH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaMx4iBygH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaMx4iBygH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMx4iBygH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaMx4iBygH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaMx4iBygH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaMx4iBygH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaMx4iBygH .navbar {
    height: 77px;
  }
  .cid-vaMx4iBygH .navbar.opened {
    height: auto;
  }
  .cid-vaMx4iBygH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaMx4iBygH .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaMx4jQtj9 {
  background-image: url("../../../assets/images/clientes-lili-motos-1-1920x1080.jpg");
}
.cid-vaMx4jQtj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaMx4jQtj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaMx4jQtj9 .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaMx4jQtj9 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.cid-vaMx4jQtj9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaT3lCgQaJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-vaT3lCgQaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaT3lCgQaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaT3lCgQaJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaT3lCgQaJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaT3lCgQaJ .container {
    padding: 0 20px;
  }
}
.cid-vaT3lCgQaJ .row {
  justify-content: center;
}
.cid-vaT3lCgQaJ .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaT3lCgQaJ .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-vaT3lCgQaJ .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vaT3lCgQaJ .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-vaT3lCgQaJ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vaT3lCgQaJ .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-vaT3lCgQaJ .mbr-text {
  color: #e4dfd4;
  text-align: center;
}
.cid-vaT3lCgQaJ .mbr-desc {
  color: #e4dfd4;
}
.cid-vaT3lCgQaJ .mbr-desc,
.cid-vaT3lCgQaJ .desc-wrapper {
  text-align: center;
}
.cid-vaT0GpW9rx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vaT0GpW9rx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaT0GpW9rx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaT0GpW9rx .card-wrapper {
  padding: 40px 0;
  background-color: #2b2b2b;
}
@media (max-width: 992px) {
  .cid-vaT0GpW9rx .card-wrapper {
    padding: 16px;
  }
}
.cid-vaT0GpW9rx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vaT0GpW9rx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaT0GpW9rx .embla__slide .slide-content {
  width: 100%;
}
.cid-vaT0GpW9rx .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 533px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaT0GpW9rx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 533px;
  }
}
.cid-vaT0GpW9rx .embla__button--next,
.cid-vaT0GpW9rx .embla__button--prev {
  display: flex;
}
.cid-vaT0GpW9rx .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #ffffff !important;
  color: #121212 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaT0GpW9rx .embla__button {
    bottom: 0;
  }
}
.cid-vaT0GpW9rx .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaT0GpW9rx .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #121212 !important;
}
.cid-vaT0GpW9rx .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-vaT0GpW9rx .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-vaT0GpW9rx .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-vaT0GpW9rx .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vaT0GpW9rx .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaT0GpW9rx .embla {
    padding: 0;
  }
}
.cid-vaT0GpW9rx .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaT0GpW9rx .embla__viewport {
    padding: 0;
  }
}
.cid-vaT0GpW9rx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaT0GpW9rx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaT0GpW9rx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaT0GpW9rx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaT0GpW9rx .item-text {
  color: #000000;
}
.cid-vaT0GpW9rx .item-name {
  color: #000000;
}
.cid-vaT0GpW9rx .item-role {
  color: #767676;
}
.cid-vaT0GpW9rx .mbr-star {
  color: #f5b614;
}
.cid-vaT3T8dXZ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-vaT3T8dXZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaT3T8dXZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaT3T8dXZ8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vaT3T8dXZ8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vaT3T8dXZ8 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vaT3T8dXZ8 .embla__button--next,
.cid-vaT3T8dXZ8 .embla__button--prev {
  display: flex;
}
.cid-vaT3T8dXZ8 .embla__button {
  bottom: 47%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vaT3T8dXZ8 .embla__button {
    bottom: 0;
  }
}
.cid-vaT3T8dXZ8 .embla__button:hover {
  background-color: #f9652f !important;
  color: #ffffff !important;
}
.cid-vaT3T8dXZ8 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vaT3T8dXZ8 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaT3T8dXZ8 .embla__button.embla__button--next {
  right: 0;
}
.cid-vaT3T8dXZ8 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-vaT3T8dXZ8 .embla {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.cid-vaT3T8dXZ8 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaT3T8dXZ8 .embla__viewport {
    padding: 0;
  }
}
.cid-vaT3T8dXZ8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaT3T8dXZ8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaT3T8dXZ8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaT3T8dXZ8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaT3T8dXZ8 .item-text {
  color: #ffffff;
}
.cid-vaT3T8dXZ8 .item-name {
  color: #ffffff;
}
.cid-vaT3T8dXZ8 .item-role {
  color: #a8a8a8;
}
.cid-vaT3T8dXZ8 .mbr-star {
  color: #f5b614;
}
.cid-vb1EvQ7oLZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1EvQ7oLZ section {
  position: relative;
}
.cid-vb1EvQ7oLZ h4 {
  margin: 0;
}
.cid-vb1EvQ7oLZ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1EvQ7oLZ a {
  font-weight: 300;
}
.cid-vb1EvQ7oLZ .img1 {
  color: #f9652f;
}
.cid-vb1EvQ7oLZ .img2 {
  color: #f9652f;
}
.cid-vb1EvQ7oLZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1EvQ7oLZ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1EvQ7oLZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1EvQ7oLZ .item,
.cid-vb1EvQ7oLZ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1EvQ7oLZ .item h4,
.cid-vb1EvQ7oLZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1EvQ7oLZ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1EvQ7oLZ .item {
    justify-content: center;
  }
}
.cid-vb1EvQ7oLZ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1EvQ7oLZ .text1 {
  text-align: left;
}
.cid-vb1EvQ7oLZ .link-title {
  text-align: left;
}
.cid-vaMx4wSrix {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaMx4wSrix .mbr-text {
  color: #f6f6ef;
}
.cid-vaMx6l4ngT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMx6l4ngT .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaMx6l4ngT .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaMx6l4ngT .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaMx6l4ngT .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaMx6l4ngT .navbar.opened {
  transition: all 0.3s;
}
.cid-vaMx6l4ngT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaMx6l4ngT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaMx6l4ngT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaMx6l4ngT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaMx6l4ngT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaMx6l4ngT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaMx6l4ngT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaMx6l4ngT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaMx6l4ngT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaMx6l4ngT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaMx6l4ngT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaMx6l4ngT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaMx6l4ngT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaMx6l4ngT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaMx6l4ngT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaMx6l4ngT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaMx6l4ngT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaMx6l4ngT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaMx6l4ngT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaMx6l4ngT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaMx6l4ngT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaMx6l4ngT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaMx6l4ngT .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaMx6l4ngT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaMx6l4ngT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaMx6l4ngT .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaMx6l4ngT .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaMx6l4ngT .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaMx6l4ngT .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaMx6l4ngT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaMx6l4ngT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaMx6l4ngT .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaMx6l4ngT .navbar-caption {
  padding-right: 4rem;
}
.cid-vaMx6l4ngT .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaMx6l4ngT .dropdown-menu,
.cid-vaMx6l4ngT .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaMx6l4ngT .nav-item:focus,
.cid-vaMx6l4ngT .nav-link:focus {
  outline: none;
}
.cid-vaMx6l4ngT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMx6l4ngT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaMx6l4ngT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaMx6l4ngT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMx6l4ngT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaMx6l4ngT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaMx6l4ngT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaMx6l4ngT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaMx6l4ngT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaMx6l4ngT .dropdown-item.active,
.cid-vaMx6l4ngT .dropdown-item:active {
  background-color: transparent;
}
.cid-vaMx6l4ngT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaMx6l4ngT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaMx6l4ngT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaMx6l4ngT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaMx6l4ngT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaMx6l4ngT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaMx6l4ngT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaMx6l4ngT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaMx6l4ngT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaMx6l4ngT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaMx6l4ngT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaMx6l4ngT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMx6l4ngT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMx6l4ngT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaMx6l4ngT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMx6l4ngT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaMx6l4ngT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaMx6l4ngT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMx6l4ngT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaMx6l4ngT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaMx6l4ngT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaMx6l4ngT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaMx6l4ngT .navbar {
    height: 77px;
  }
  .cid-vaMx6l4ngT .navbar.opened {
    height: auto;
  }
  .cid-vaMx6l4ngT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaMx6l4ngT .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaTbsUzbg2 {
  background-color: #ffffff;
}
.cid-vaTbsUzbg2 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-vaTbsUzbg2 li:last-child {
  margin-bottom: 0;
}
.cid-vaTbsUzbg2 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-vaTbsUzbg2 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-vaTbsUzbg2 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-vaTbsUzbg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTbsUzbg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTa5nzV6s {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vaTa5nzV6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTa5nzV6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTa5nzV6s .row {
  justify-content: center;
}
.cid-vaTa5nzV6s .map-wrapper {
  position: relative;
}
.cid-vaTa5nzV6s .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#da4209, transparent);
  filter: blur(100px);
}
.cid-vaTa5nzV6s .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #da4209;
  background-color: #da4209;
}
.cid-vaTa5nzV6s .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-vaTa5nzV6s .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vaTa5nzV6s .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vb1EJNIgLp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1EJNIgLp section {
  position: relative;
}
.cid-vb1EJNIgLp h4 {
  margin: 0;
}
.cid-vb1EJNIgLp img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1EJNIgLp a {
  font-weight: 300;
}
.cid-vb1EJNIgLp .img1 {
  color: #f9652f;
}
.cid-vb1EJNIgLp .img2 {
  color: #f9652f;
}
.cid-vb1EJNIgLp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1EJNIgLp .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1EJNIgLp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1EJNIgLp .item,
.cid-vb1EJNIgLp .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1EJNIgLp .item h4,
.cid-vb1EJNIgLp .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1EJNIgLp .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1EJNIgLp .item {
    justify-content: center;
  }
}
.cid-vb1EJNIgLp .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1EJNIgLp .text1 {
  text-align: left;
}
.cid-vb1EJNIgLp .link-title {
  text-align: left;
}
.cid-vaMx6CeaDP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaMx6CeaDP .mbr-text {
  color: #f6f6ef;
}
.cid-vaMxcGjOd5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMxcGjOd5 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaMxcGjOd5 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaMxcGjOd5 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaMxcGjOd5 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaMxcGjOd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaMxcGjOd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaMxcGjOd5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaMxcGjOd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaMxcGjOd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaMxcGjOd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaMxcGjOd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaMxcGjOd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaMxcGjOd5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaMxcGjOd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaMxcGjOd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaMxcGjOd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaMxcGjOd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaMxcGjOd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaMxcGjOd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaMxcGjOd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaMxcGjOd5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaMxcGjOd5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaMxcGjOd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaMxcGjOd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaMxcGjOd5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaMxcGjOd5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaMxcGjOd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaMxcGjOd5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaMxcGjOd5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaMxcGjOd5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaMxcGjOd5 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaMxcGjOd5 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaMxcGjOd5 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaMxcGjOd5 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaMxcGjOd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaMxcGjOd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaMxcGjOd5 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaMxcGjOd5 .navbar-caption {
  padding-right: 4rem;
}
.cid-vaMxcGjOd5 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaMxcGjOd5 .dropdown-menu,
.cid-vaMxcGjOd5 .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaMxcGjOd5 .nav-item:focus,
.cid-vaMxcGjOd5 .nav-link:focus {
  outline: none;
}
.cid-vaMxcGjOd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMxcGjOd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaMxcGjOd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaMxcGjOd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaMxcGjOd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaMxcGjOd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaMxcGjOd5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaMxcGjOd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaMxcGjOd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaMxcGjOd5 .dropdown-item.active,
.cid-vaMxcGjOd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaMxcGjOd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaMxcGjOd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaMxcGjOd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaMxcGjOd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaMxcGjOd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaMxcGjOd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaMxcGjOd5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaMxcGjOd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaMxcGjOd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaMxcGjOd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaMxcGjOd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaMxcGjOd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMxcGjOd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaMxcGjOd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaMxcGjOd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMxcGjOd5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaMxcGjOd5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaMxcGjOd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaMxcGjOd5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaMxcGjOd5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaMxcGjOd5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaMxcGjOd5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaMxcGjOd5 .navbar {
    height: 77px;
  }
  .cid-vaMxcGjOd5 .navbar.opened {
    height: auto;
  }
  .cid-vaMxcGjOd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaMxcGjOd5 .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaTKn8x1Nm {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-vaTKn8x1Nm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vaTKn8x1Nm textarea {
  min-height: 150px;
}
.cid-vaTKn8x1Nm input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-vaTKn8x1Nm textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-vaTKn8x1Nm .form-control,
.cid-vaTKn8x1Nm .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vaTKn8x1Nm .form-control input::-webkit-input-placeholder,
.cid-vaTKn8x1Nm .field-input input::-webkit-input-placeholder,
.cid-vaTKn8x1Nm .form-control textarea::-webkit-input-placeholder,
.cid-vaTKn8x1Nm .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-vaTKn8x1Nm .form-control input:-moz-placeholder,
.cid-vaTKn8x1Nm .field-input input:-moz-placeholder,
.cid-vaTKn8x1Nm .form-control textarea:-moz-placeholder,
.cid-vaTKn8x1Nm .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-vaTKn8x1Nm .jq-number__spin:hover,
.cid-vaTKn8x1Nm .jq-number__spin:focus {
  background-color: #101010;
  border-color: #da4209 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vaTKn8x1Nm .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vaTKn8x1Nm .jq-selectbox li,
.cid-vaTKn8x1Nm .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-vaTKn8x1Nm .jq-selectbox li:hover,
.cid-vaTKn8x1Nm .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-vaTKn8x1Nm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vaTKn8x1Nm .jq-number__spin.minus:hover:after,
.cid-vaTKn8x1Nm .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-vaTKn8x1Nm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vaTKn8x1Nm .jq-number__spin.minus:after,
.cid-vaTKn8x1Nm .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-vaTKn8x1Nm .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-vaTKn8x1Nm .social-list {
    margin-bottom: 3rem;
  }
  .cid-vaTKn8x1Nm .email-input {
    margin-top: 2rem;
  }
}
.cid-vaTKn8x1Nm .mbr-section-subtitle {
  color: #ab2e00;
  margin-bottom: 2.4rem;
}
.cid-vaTKn8x1Nm .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-vaTKn8x1Nm .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-vaTKn8x1Nm .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ab2e00;
  transition: all 0.3s;
}
.cid-vaTKn8x1Nm .mbr-iconfont-social:hover {
  color: #ab2e00;
}
.cid-vaTKn8x1Nm .social-list {
  display: flex;
}
.cid-vaTKn8x1Nm .social-list a {
  transition: 0.3s;
}
.cid-vaTKn8x1Nm .social-list a:hover {
  transform: translateY(-8px);
}
.cid-vaTKn8x1Nm .row {
  align-items: center;
}
.cid-vaTKn8x1Nm .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-vaTKn8x1Nm .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-vaTKn8x1Nm .form-btn {
  margin-top: 2.5rem;
}
.cid-vaTKn8x1Nm input::-webkit-input-placeholder,
.cid-vaTKn8x1Nm textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-vaTKn8x1Nm input:-moz-placeholder,
.cid-vaTKn8x1Nm textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-vaTKn8x1Nm .media-content {
    padding-right: 3rem;
  }
  .cid-vaTKn8x1Nm .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-vaTKn8x1Nm .row {
    padding: 0 1rem;
  }
}
.cid-vaTKn8x1Nm .btn:hover {
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-vaTKn8x1Nm .form-btn {
    width: 100%;
  }
  .cid-vaTKn8x1Nm .btn {
    width: 100%;
  }
}
.cid-vb1ENMCHkN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1ENMCHkN section {
  position: relative;
}
.cid-vb1ENMCHkN h4 {
  margin: 0;
}
.cid-vb1ENMCHkN img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1ENMCHkN a {
  font-weight: 300;
}
.cid-vb1ENMCHkN .img1 {
  color: #f9652f;
}
.cid-vb1ENMCHkN .img2 {
  color: #f9652f;
}
.cid-vb1ENMCHkN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1ENMCHkN .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1ENMCHkN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1ENMCHkN .item,
.cid-vb1ENMCHkN .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1ENMCHkN .item h4,
.cid-vb1ENMCHkN .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1ENMCHkN .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1ENMCHkN .item {
    justify-content: center;
  }
}
.cid-vb1ENMCHkN .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1ENMCHkN .text1 {
  text-align: left;
}
.cid-vb1ENMCHkN .link-title {
  text-align: left;
}
.cid-vaMxcTkeOp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaMxcTkeOp .mbr-text {
  color: #f6f6ef;
}
.cid-vaQXB9eKHx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaQXB9eKHx .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaQXB9eKHx .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaQXB9eKHx .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaQXB9eKHx .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaQXB9eKHx .navbar.opened {
  transition: all 0.3s;
}
.cid-vaQXB9eKHx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaQXB9eKHx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaQXB9eKHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaQXB9eKHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaQXB9eKHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaQXB9eKHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaQXB9eKHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaQXB9eKHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaQXB9eKHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaQXB9eKHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaQXB9eKHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaQXB9eKHx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaQXB9eKHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaQXB9eKHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaQXB9eKHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaQXB9eKHx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaQXB9eKHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaQXB9eKHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaQXB9eKHx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaQXB9eKHx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaQXB9eKHx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaQXB9eKHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaQXB9eKHx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaQXB9eKHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaQXB9eKHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaQXB9eKHx .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaQXB9eKHx .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaQXB9eKHx .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaQXB9eKHx .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaQXB9eKHx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaQXB9eKHx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaQXB9eKHx .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaQXB9eKHx .navbar-caption {
  padding-right: 4rem;
}
.cid-vaQXB9eKHx .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaQXB9eKHx .dropdown-menu,
.cid-vaQXB9eKHx .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaQXB9eKHx .nav-item:focus,
.cid-vaQXB9eKHx .nav-link:focus {
  outline: none;
}
.cid-vaQXB9eKHx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaQXB9eKHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaQXB9eKHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaQXB9eKHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaQXB9eKHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaQXB9eKHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaQXB9eKHx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaQXB9eKHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaQXB9eKHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaQXB9eKHx .dropdown-item.active,
.cid-vaQXB9eKHx .dropdown-item:active {
  background-color: transparent;
}
.cid-vaQXB9eKHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaQXB9eKHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaQXB9eKHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaQXB9eKHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaQXB9eKHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaQXB9eKHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaQXB9eKHx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaQXB9eKHx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaQXB9eKHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaQXB9eKHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaQXB9eKHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaQXB9eKHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaQXB9eKHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaQXB9eKHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaQXB9eKHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaQXB9eKHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaQXB9eKHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaQXB9eKHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaQXB9eKHx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaQXB9eKHx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaQXB9eKHx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaQXB9eKHx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaQXB9eKHx .navbar {
    height: 77px;
  }
  .cid-vaQXB9eKHx .navbar.opened {
    height: auto;
  }
  .cid-vaQXB9eKHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaQXB9eKHx .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaTNJgMNdD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  background-image: url("../../../assets/images/faq-motos-lili-motos-1920x1080.jpg");
}
.cid-vaTNJgMNdD .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vaTNJgMNdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTNJgMNdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTNJgMNdD .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vaTNJgMNdD .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vaTNJgMNdD .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vaTNJgMNdD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vaTNJgMNdD .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vaTNJgMNdD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vaTNJgMNdD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vaTNJgMNdD .mbr-section-title {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.cid-vaTNJgMNdD .mbr-text,
.cid-vaTNJgMNdD .text-wrapper {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.cid-vaTNJgMNdD .mbr-section-title,
.cid-vaTNJgMNdD .mbr-section-btn {
  text-align: center;
}
.cid-vaQYVvG660 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.cid-vaQYVvG660 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaQYVvG660 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaQYVvG660 .row {
  margin: 0 -20px;
}
.cid-vaQYVvG660 .row .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vaQYVvG660 .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vaQYVvG660 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vaQYVvG660 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vaQYVvG660 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaQYVvG660 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vaQYVvG660 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaQYVvG660 .panel-group .card {
  position: relative;
  padding: 8px 0 12px;
  border-bottom: 1px solid #2a2a2a;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vaQYVvG660 .panel-group .card:hover {
  border-bottom: 1px solid #ffffff;
}
.cid-vaQYVvG660 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vaQYVvG660 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
@media (max-width: 992px) {
  .cid-vaQYVvG660 .panel-group .card .card-header .panel-title {
    padding: 8px 0 4px;
  }
}
.cid-vaQYVvG660 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaQYVvG660 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vaQYVvG660 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vaQYVvG660 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vaQYVvG660 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vaQYVvG660 .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 4px;
  }
}
.cid-vaQYVvG660 .mbr-label {
  color: #a8a8a8;
}
.cid-vaQYVvG660 .mbr-section-title {
  color: #ffffff;
}
.cid-vaQYVvG660 .mbr-text {
  color: #ffffff;
}
.cid-vaQYVvG660 .panel-title-edit {
  color: #ffffff;
}
.cid-vaQYVvG660 .panel-text {
  color: #a8a8a8;
}
.cid-vb1EDG4tg1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1EDG4tg1 section {
  position: relative;
}
.cid-vb1EDG4tg1 h4 {
  margin: 0;
}
.cid-vb1EDG4tg1 img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1EDG4tg1 a {
  font-weight: 300;
}
.cid-vb1EDG4tg1 .img1 {
  color: #f9652f;
}
.cid-vb1EDG4tg1 .img2 {
  color: #f9652f;
}
.cid-vb1EDG4tg1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1EDG4tg1 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1EDG4tg1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1EDG4tg1 .item,
.cid-vb1EDG4tg1 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1EDG4tg1 .item h4,
.cid-vb1EDG4tg1 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1EDG4tg1 .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1EDG4tg1 .item {
    justify-content: center;
  }
}
.cid-vb1EDG4tg1 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1EDG4tg1 .text1 {
  text-align: left;
}
.cid-vb1EDG4tg1 .link-title {
  text-align: left;
}
.cid-vaQXBeQZm9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaQXBeQZm9 .mbr-text {
  color: #f6f6ef;
}
.cid-vaRBx2hVv9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaRBx2hVv9 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaRBx2hVv9 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaRBx2hVv9 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaRBx2hVv9 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaRBx2hVv9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaRBx2hVv9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaRBx2hVv9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaRBx2hVv9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaRBx2hVv9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaRBx2hVv9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaRBx2hVv9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaRBx2hVv9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaRBx2hVv9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaRBx2hVv9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaRBx2hVv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaRBx2hVv9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaRBx2hVv9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaRBx2hVv9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaRBx2hVv9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaRBx2hVv9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaRBx2hVv9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaRBx2hVv9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaRBx2hVv9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaRBx2hVv9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaRBx2hVv9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaRBx2hVv9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaRBx2hVv9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaRBx2hVv9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaRBx2hVv9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaRBx2hVv9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaRBx2hVv9 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaRBx2hVv9 .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaRBx2hVv9 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaRBx2hVv9 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaRBx2hVv9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaRBx2hVv9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaRBx2hVv9 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaRBx2hVv9 .navbar-caption {
  padding-right: 4rem;
}
.cid-vaRBx2hVv9 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaRBx2hVv9 .dropdown-menu,
.cid-vaRBx2hVv9 .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaRBx2hVv9 .nav-item:focus,
.cid-vaRBx2hVv9 .nav-link:focus {
  outline: none;
}
.cid-vaRBx2hVv9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaRBx2hVv9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaRBx2hVv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaRBx2hVv9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaRBx2hVv9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaRBx2hVv9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaRBx2hVv9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaRBx2hVv9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaRBx2hVv9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaRBx2hVv9 .dropdown-item.active,
.cid-vaRBx2hVv9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaRBx2hVv9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaRBx2hVv9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaRBx2hVv9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaRBx2hVv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaRBx2hVv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaRBx2hVv9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaRBx2hVv9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaRBx2hVv9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaRBx2hVv9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaRBx2hVv9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaRBx2hVv9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaRBx2hVv9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaRBx2hVv9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaRBx2hVv9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaRBx2hVv9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaRBx2hVv9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaRBx2hVv9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaRBx2hVv9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaRBx2hVv9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaRBx2hVv9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaRBx2hVv9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaRBx2hVv9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaRBx2hVv9 .navbar {
    height: 77px;
  }
  .cid-vaRBx2hVv9 .navbar.opened {
    height: auto;
  }
  .cid-vaRBx2hVv9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaRBx2hVv9 .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaXDReQ8pR {
  background-image: url("../../../assets/images/marcas-motos-lili-motos-1920x1080.jpg");
}
.cid-vaXDReQ8pR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXDReQ8pR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXDReQ8pR .mbr-section-title {
  color: #da4209;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
.cid-vaXDReQ8pR .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.cid-vaXDReQ8pR .mbr-section-btn {
  margin-top: 30px;
}
.cid-vaRBx301GO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #000000;
}
.cid-vaRBx301GO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRBx301GO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vaRBx301GO .container {
    padding: 0 26px;
  }
}
.cid-vaRBx301GO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-vaRBx301GO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaRBx301GO .embla__slide a {
  display: block;
  width: 100%;
}
.cid-vaRBx301GO .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 156px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vaRBx301GO .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 156px;
  }
}
.cid-vaRBx301GO .embla__button--next,
.cid-vaRBx301GO .embla__button--prev {
  display: flex;
}
.cid-vaRBx301GO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaRBx301GO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaRBx301GO .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-vaRBx301GO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-vaRBx301GO .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-vaRBx301GO .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-vaRBx301GO .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-vaRBx301GO .embla {
  position: relative;
  width: 100%;
}
.cid-vaRBx301GO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaRBx301GO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaRBx301GO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaRBx301GO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaTOKrYK9d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaTOKrYK9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTOKrYK9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTOKrYK9d .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaTOKrYK9d .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaTOKrYK9d .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaTOKrYK9d .mbr-section-title {
  color: #f9652f;
}
@media (max-width: 767px) {
  .cid-vaTOKrYK9d .mbr-section-title {
    text-align: center;
  }
}
.cid-vaTOKrYK9d .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaTOKrYK9d .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaTOKrYK9d .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaTOKrYK9d .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaTOKrYK9d .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaTOKrYK9d .item-wrapper {
    padding: 20px;
  }
}
.cid-vaTOKrYK9d .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTOKrYK9d .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaTOKrYK9d .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaTOKrYK9d .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTOKrYK9d .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaTOKrYK9d .item-right {
    flex-basis: 100%;
  }
}
.cid-vaTOKrYK9d .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaTOKrYK9d .item-img {
    max-width: 250px;
  }
}
.cid-vaTOKrYK9d .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaTOKrYK9d .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaTOKrYK9d .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaTOKrYK9d .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaTOKrYK9d .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaTOKrYK9d .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaTOKrYK9d .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaTOKrYK9d .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaTOKrYK9d .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaTOKrYK9d .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaTOKrYK9d .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaTOKrYK9d .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaTPwZQQT1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaTPwZQQT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTPwZQQT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTPwZQQT1 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaTPwZQQT1 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaTPwZQQT1 .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaTPwZQQT1 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaTPwZQQT1 .mbr-section-title {
    text-align: center;
  }
}
.cid-vaTPwZQQT1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaTPwZQQT1 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaTPwZQQT1 .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaTPwZQQT1 .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaTPwZQQT1 .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaTPwZQQT1 .item-wrapper {
    padding: 20px;
  }
}
.cid-vaTPwZQQT1 .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTPwZQQT1 .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaTPwZQQT1 .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaTPwZQQT1 .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTPwZQQT1 .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaTPwZQQT1 .item-right {
    flex-basis: 100%;
  }
}
.cid-vaTPwZQQT1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaTPwZQQT1 .item-img {
    max-width: 250px;
  }
}
.cid-vaTPwZQQT1 .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaTPwZQQT1 .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaTPwZQQT1 .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaTPwZQQT1 .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaTPwZQQT1 .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaTPwZQQT1 .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaTPwZQQT1 .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaTPwZQQT1 .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaTPwZQQT1 .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaTPwZQQT1 .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaTPwZQQT1 .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaTPwZQQT1 .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaTPZFeMSt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaTPZFeMSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTPZFeMSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTPZFeMSt .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaTPZFeMSt .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaTPZFeMSt .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaTPZFeMSt .mbr-section-title {
  color: #da4209;
}
@media (max-width: 767px) {
  .cid-vaTPZFeMSt .mbr-section-title {
    text-align: center;
  }
}
.cid-vaTPZFeMSt .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaTPZFeMSt .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaTPZFeMSt .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaTPZFeMSt .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaTPZFeMSt .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaTPZFeMSt .item-wrapper {
    padding: 20px;
  }
}
.cid-vaTPZFeMSt .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTPZFeMSt .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaTPZFeMSt .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaTPZFeMSt .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTPZFeMSt .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaTPZFeMSt .item-right {
    flex-basis: 100%;
  }
}
.cid-vaTPZFeMSt .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaTPZFeMSt .item-img {
    max-width: 250px;
  }
}
.cid-vaTPZFeMSt .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaTPZFeMSt .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaTPZFeMSt .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaTPZFeMSt .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaTPZFeMSt .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaTPZFeMSt .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaTPZFeMSt .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaTPZFeMSt .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaTPZFeMSt .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaTPZFeMSt .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaTPZFeMSt .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaTPZFeMSt .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaTQdyYajD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaTQdyYajD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTQdyYajD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTQdyYajD .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaTQdyYajD .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaTQdyYajD .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaTQdyYajD .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-vaTQdyYajD .mbr-section-title {
    text-align: center;
  }
}
.cid-vaTQdyYajD .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaTQdyYajD .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaTQdyYajD .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaTQdyYajD .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaTQdyYajD .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaTQdyYajD .item-wrapper {
    padding: 20px;
  }
}
.cid-vaTQdyYajD .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTQdyYajD .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQdyYajD .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaTQdyYajD .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTQdyYajD .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQdyYajD .item-right {
    flex-basis: 100%;
  }
}
.cid-vaTQdyYajD .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaTQdyYajD .item-img {
    max-width: 250px;
  }
}
.cid-vaTQdyYajD .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaTQdyYajD .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaTQdyYajD .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaTQdyYajD .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQdyYajD .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaTQdyYajD .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaTQdyYajD .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaTQdyYajD .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaTQdyYajD .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaTQdyYajD .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaTQdyYajD .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaTQdyYajD .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaTQp10i4N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaTQp10i4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTQp10i4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTQp10i4N .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaTQp10i4N .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaTQp10i4N .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaTQp10i4N .mbr-section-title {
  color: #da4209;
}
@media (max-width: 767px) {
  .cid-vaTQp10i4N .mbr-section-title {
    text-align: center;
  }
}
.cid-vaTQp10i4N .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaTQp10i4N .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaTQp10i4N .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaTQp10i4N .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaTQp10i4N .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaTQp10i4N .item-wrapper {
    padding: 20px;
  }
}
.cid-vaTQp10i4N .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTQp10i4N .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQp10i4N .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaTQp10i4N .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTQp10i4N .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQp10i4N .item-right {
    flex-basis: 100%;
  }
}
.cid-vaTQp10i4N .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaTQp10i4N .item-img {
    max-width: 250px;
  }
}
.cid-vaTQp10i4N .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaTQp10i4N .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaTQp10i4N .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaTQp10i4N .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQp10i4N .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaTQp10i4N .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaTQp10i4N .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaTQp10i4N .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaTQp10i4N .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaTQp10i4N .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaTQp10i4N .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaTQp10i4N .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaTQwpZfEE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaTQwpZfEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaTQwpZfEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaTQwpZfEE .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaTQwpZfEE .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaTQwpZfEE .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaTQwpZfEE .mbr-section-title {
  color: #da4209;
}
@media (max-width: 767px) {
  .cid-vaTQwpZfEE .mbr-section-title {
    text-align: center;
  }
}
.cid-vaTQwpZfEE .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaTQwpZfEE .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaTQwpZfEE .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaTQwpZfEE .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaTQwpZfEE .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaTQwpZfEE .item-wrapper {
    padding: 20px;
  }
}
.cid-vaTQwpZfEE .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTQwpZfEE .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQwpZfEE .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaTQwpZfEE .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaTQwpZfEE .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQwpZfEE .item-right {
    flex-basis: 100%;
  }
}
.cid-vaTQwpZfEE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaTQwpZfEE .item-img {
    max-width: 250px;
  }
}
.cid-vaTQwpZfEE .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaTQwpZfEE .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaTQwpZfEE .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaTQwpZfEE .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaTQwpZfEE .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaTQwpZfEE .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaTQwpZfEE .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaTQwpZfEE .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaTQwpZfEE .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaTQwpZfEE .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaTQwpZfEE .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaTQwpZfEE .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaW2BvSDXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaW2BvSDXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW2BvSDXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaW2BvSDXq .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaW2BvSDXq .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaW2BvSDXq .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaW2BvSDXq .mbr-section-title {
  color: #da4209;
}
@media (max-width: 767px) {
  .cid-vaW2BvSDXq .mbr-section-title {
    text-align: center;
  }
}
.cid-vaW2BvSDXq .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaW2BvSDXq .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaW2BvSDXq .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaW2BvSDXq .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaW2BvSDXq .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaW2BvSDXq .item-wrapper {
    padding: 20px;
  }
}
.cid-vaW2BvSDXq .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaW2BvSDXq .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaW2BvSDXq .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaW2BvSDXq .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaW2BvSDXq .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaW2BvSDXq .item-right {
    flex-basis: 100%;
  }
}
.cid-vaW2BvSDXq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaW2BvSDXq .item-img {
    max-width: 250px;
  }
}
.cid-vaW2BvSDXq .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaW2BvSDXq .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaW2BvSDXq .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaW2BvSDXq .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaW2BvSDXq .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaW2BvSDXq .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaW2BvSDXq .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaW2BvSDXq .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaW2BvSDXq .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaW2BvSDXq .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaW2BvSDXq .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaW2BvSDXq .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vaW3d3XfkR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vaW3d3XfkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW3d3XfkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaW3d3XfkR .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-vaW3d3XfkR .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-vaW3d3XfkR .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-vaW3d3XfkR .mbr-section-title {
  color: #da4209;
}
@media (max-width: 767px) {
  .cid-vaW3d3XfkR .mbr-section-title {
    text-align: center;
  }
}
.cid-vaW3d3XfkR .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vaW3d3XfkR .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vaW3d3XfkR .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-vaW3d3XfkR .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-vaW3d3XfkR .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaW3d3XfkR .item-wrapper {
    padding: 20px;
  }
}
.cid-vaW3d3XfkR .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaW3d3XfkR .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-vaW3d3XfkR .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-vaW3d3XfkR .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-vaW3d3XfkR .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-vaW3d3XfkR .item-right {
    flex-basis: 100%;
  }
}
.cid-vaW3d3XfkR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-vaW3d3XfkR .item-img {
    max-width: 250px;
  }
}
.cid-vaW3d3XfkR .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vaW3d3XfkR .item-img:hover img {
  transform: scale(1.05);
}
.cid-vaW3d3XfkR .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-vaW3d3XfkR .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-vaW3d3XfkR .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-vaW3d3XfkR .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-vaW3d3XfkR .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-vaW3d3XfkR .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vaW3d3XfkR .card-title {
    margin-bottom: 10px;
  }
}
.cid-vaW3d3XfkR .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-vaW3d3XfkR .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vaW3d3XfkR .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-vb1Eyvw0FV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1Eyvw0FV section {
  position: relative;
}
.cid-vb1Eyvw0FV h4 {
  margin: 0;
}
.cid-vb1Eyvw0FV img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1Eyvw0FV a {
  font-weight: 300;
}
.cid-vb1Eyvw0FV .img1 {
  color: #f9652f;
}
.cid-vb1Eyvw0FV .img2 {
  color: #f9652f;
}
.cid-vb1Eyvw0FV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1Eyvw0FV .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1Eyvw0FV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1Eyvw0FV .item,
.cid-vb1Eyvw0FV .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1Eyvw0FV .item h4,
.cid-vb1Eyvw0FV .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1Eyvw0FV .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1Eyvw0FV .item {
    justify-content: center;
  }
}
.cid-vb1Eyvw0FV .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1Eyvw0FV .text1 {
  text-align: left;
}
.cid-vb1Eyvw0FV .link-title {
  text-align: left;
}
.cid-vaRBx8fsAq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaRBx8fsAq .mbr-text {
  color: #f6f6ef;
}
.cid-vaXUVMyUEC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaXUVMyUEC .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vaXUVMyUEC .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vaXUVMyUEC .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vaXUVMyUEC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vaXUVMyUEC .navbar.opened {
  transition: all 0.3s;
}
.cid-vaXUVMyUEC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaXUVMyUEC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vaXUVMyUEC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaXUVMyUEC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaXUVMyUEC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vaXUVMyUEC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaXUVMyUEC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaXUVMyUEC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaXUVMyUEC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaXUVMyUEC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaXUVMyUEC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaXUVMyUEC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaXUVMyUEC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaXUVMyUEC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaXUVMyUEC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaXUVMyUEC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaXUVMyUEC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaXUVMyUEC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaXUVMyUEC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaXUVMyUEC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaXUVMyUEC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vaXUVMyUEC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaXUVMyUEC .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vaXUVMyUEC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaXUVMyUEC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaXUVMyUEC .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vaXUVMyUEC .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vaXUVMyUEC .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vaXUVMyUEC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vaXUVMyUEC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vaXUVMyUEC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaXUVMyUEC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaXUVMyUEC .navbar-caption {
  padding-right: 4rem;
}
.cid-vaXUVMyUEC .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vaXUVMyUEC .dropdown-menu,
.cid-vaXUVMyUEC .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vaXUVMyUEC .nav-item:focus,
.cid-vaXUVMyUEC .nav-link:focus {
  outline: none;
}
.cid-vaXUVMyUEC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaXUVMyUEC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaXUVMyUEC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaXUVMyUEC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vaXUVMyUEC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaXUVMyUEC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaXUVMyUEC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaXUVMyUEC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaXUVMyUEC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaXUVMyUEC .dropdown-item.active,
.cid-vaXUVMyUEC .dropdown-item:active {
  background-color: transparent;
}
.cid-vaXUVMyUEC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaXUVMyUEC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaXUVMyUEC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaXUVMyUEC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vaXUVMyUEC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaXUVMyUEC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaXUVMyUEC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vaXUVMyUEC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaXUVMyUEC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaXUVMyUEC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaXUVMyUEC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaXUVMyUEC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaXUVMyUEC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaXUVMyUEC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaXUVMyUEC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaXUVMyUEC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaXUVMyUEC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaXUVMyUEC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaXUVMyUEC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vaXUVMyUEC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaXUVMyUEC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vaXUVMyUEC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaXUVMyUEC .navbar {
    height: 77px;
  }
  .cid-vaXUVMyUEC .navbar.opened {
    height: auto;
  }
  .cid-vaXUVMyUEC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaXUVMyUEC .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vaXUVN3N7s {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-vaXUVN3N7s .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vaXUVN3N7s textarea {
  min-height: 150px;
}
.cid-vaXUVN3N7s input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-vaXUVN3N7s textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-vaXUVN3N7s .form-control,
.cid-vaXUVN3N7s .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vaXUVN3N7s .form-control input::-webkit-input-placeholder,
.cid-vaXUVN3N7s .field-input input::-webkit-input-placeholder,
.cid-vaXUVN3N7s .form-control textarea::-webkit-input-placeholder,
.cid-vaXUVN3N7s .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-vaXUVN3N7s .form-control input:-moz-placeholder,
.cid-vaXUVN3N7s .field-input input:-moz-placeholder,
.cid-vaXUVN3N7s .form-control textarea:-moz-placeholder,
.cid-vaXUVN3N7s .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-vaXUVN3N7s .jq-number__spin:hover,
.cid-vaXUVN3N7s .jq-number__spin:focus {
  background-color: #101010;
  border-color: #da4209 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vaXUVN3N7s .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vaXUVN3N7s .jq-selectbox li,
.cid-vaXUVN3N7s .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-vaXUVN3N7s .jq-selectbox li:hover,
.cid-vaXUVN3N7s .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-vaXUVN3N7s .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vaXUVN3N7s .jq-number__spin.minus:hover:after,
.cid-vaXUVN3N7s .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-vaXUVN3N7s .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vaXUVN3N7s .jq-number__spin.minus:after,
.cid-vaXUVN3N7s .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-vaXUVN3N7s .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-vaXUVN3N7s .social-list {
    margin-bottom: 3rem;
  }
  .cid-vaXUVN3N7s .email-input {
    margin-top: 2rem;
  }
}
.cid-vaXUVN3N7s .mbr-section-subtitle {
  color: #ab2e00;
  margin-bottom: 2.4rem;
}
.cid-vaXUVN3N7s .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-vaXUVN3N7s .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-vaXUVN3N7s .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ab2e00;
  transition: all 0.3s;
}
.cid-vaXUVN3N7s .mbr-iconfont-social:hover {
  color: #ab2e00;
}
.cid-vaXUVN3N7s .social-list {
  display: flex;
}
.cid-vaXUVN3N7s .social-list a {
  transition: 0.3s;
}
.cid-vaXUVN3N7s .social-list a:hover {
  transform: translateY(-8px);
}
.cid-vaXUVN3N7s .row {
  align-items: center;
}
.cid-vaXUVN3N7s .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-vaXUVN3N7s .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-vaXUVN3N7s .form-btn {
  margin-top: 2.5rem;
}
.cid-vaXUVN3N7s input::-webkit-input-placeholder,
.cid-vaXUVN3N7s textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-vaXUVN3N7s input:-moz-placeholder,
.cid-vaXUVN3N7s textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-vaXUVN3N7s .media-content {
    padding-right: 3rem;
  }
  .cid-vaXUVN3N7s .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-vaXUVN3N7s .row {
    padding: 0 1rem;
  }
}
.cid-vaXUVN3N7s .btn:hover {
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-vaXUVN3N7s .form-btn {
    width: 100%;
  }
  .cid-vaXUVN3N7s .btn {
    width: 100%;
  }
}
.cid-vb1EQnHvVY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1EQnHvVY section {
  position: relative;
}
.cid-vb1EQnHvVY h4 {
  margin: 0;
}
.cid-vb1EQnHvVY img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1EQnHvVY a {
  font-weight: 300;
}
.cid-vb1EQnHvVY .img1 {
  color: #f9652f;
}
.cid-vb1EQnHvVY .img2 {
  color: #f9652f;
}
.cid-vb1EQnHvVY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1EQnHvVY .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1EQnHvVY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1EQnHvVY .item,
.cid-vb1EQnHvVY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1EQnHvVY .item h4,
.cid-vb1EQnHvVY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1EQnHvVY .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1EQnHvVY .item {
    justify-content: center;
  }
}
.cid-vb1EQnHvVY .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1EQnHvVY .text1 {
  text-align: left;
}
.cid-vb1EQnHvVY .link-title {
  text-align: left;
}
.cid-vaXUVO8273 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vaXUVO8273 .mbr-text {
  color: #f6f6ef;
}
.cid-vb1Ci1klGL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vb1Ci1klGL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vb1Ci1klGL .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-vb1Ci1klGL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-vb1Ci1klGL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-vb1Ci1klGL .navbar.opened {
  transition: all 0.3s;
}
.cid-vb1Ci1klGL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vb1Ci1klGL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vb1Ci1klGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb1Ci1klGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb1Ci1klGL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-vb1Ci1klGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb1Ci1klGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb1Ci1klGL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vb1Ci1klGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb1Ci1klGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb1Ci1klGL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb1Ci1klGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb1Ci1klGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb1Ci1klGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb1Ci1klGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb1Ci1klGL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vb1Ci1klGL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vb1Ci1klGL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb1Ci1klGL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb1Ci1klGL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vb1Ci1klGL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vb1Ci1klGL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb1Ci1klGL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vb1Ci1klGL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vb1Ci1klGL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vb1Ci1klGL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-vb1Ci1klGL .nav-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-vb1Ci1klGL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vb1Ci1klGL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-vb1Ci1klGL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.2em 1em !important;
}
.cid-vb1Ci1klGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb1Ci1klGL .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vb1Ci1klGL .navbar-caption {
  padding-right: 4rem;
}
.cid-vb1Ci1klGL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-vb1Ci1klGL .dropdown-menu,
.cid-vb1Ci1klGL .navbar.opened {
  background: #ab2e00 !important;
}
.cid-vb1Ci1klGL .nav-item:focus,
.cid-vb1Ci1klGL .nav-link:focus {
  outline: none;
}
.cid-vb1Ci1klGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vb1Ci1klGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb1Ci1klGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vb1Ci1klGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vb1Ci1klGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb1Ci1klGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb1Ci1klGL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb1Ci1klGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb1Ci1klGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb1Ci1klGL .dropdown-item.active,
.cid-vb1Ci1klGL .dropdown-item:active {
  background-color: transparent;
}
.cid-vb1Ci1klGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb1Ci1klGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb1Ci1klGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb1Ci1klGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vb1Ci1klGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb1Ci1klGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb1Ci1klGL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vb1Ci1klGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb1Ci1klGL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb1Ci1klGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb1Ci1klGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb1Ci1klGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb1Ci1klGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb1Ci1klGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb1Ci1klGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb1Ci1klGL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb1Ci1klGL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb1Ci1klGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb1Ci1klGL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-vb1Ci1klGL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vb1Ci1klGL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vb1Ci1klGL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb1Ci1klGL .navbar {
    height: 77px;
  }
  .cid-vb1Ci1klGL .navbar.opened {
    height: auto;
  }
  .cid-vb1Ci1klGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb1Ci1klGL .navbar-topo {
  animation: piscarComPausa 20s linear infinite;
}
@keyframes piscarComPausa {
  0%,
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.2;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.cid-vb1Ci1TIo9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-vb1Ci1TIo9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb1Ci1TIo9 textarea {
  min-height: 150px;
}
.cid-vb1Ci1TIo9 input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-vb1Ci1TIo9 textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-vb1Ci1TIo9 .form-control,
.cid-vb1Ci1TIo9 .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-vb1Ci1TIo9 .form-control input::-webkit-input-placeholder,
.cid-vb1Ci1TIo9 .field-input input::-webkit-input-placeholder,
.cid-vb1Ci1TIo9 .form-control textarea::-webkit-input-placeholder,
.cid-vb1Ci1TIo9 .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-vb1Ci1TIo9 .form-control input:-moz-placeholder,
.cid-vb1Ci1TIo9 .field-input input:-moz-placeholder,
.cid-vb1Ci1TIo9 .form-control textarea:-moz-placeholder,
.cid-vb1Ci1TIo9 .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-vb1Ci1TIo9 .jq-number__spin:hover,
.cid-vb1Ci1TIo9 .jq-number__spin:focus {
  background-color: #101010;
  border-color: #da4209 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vb1Ci1TIo9 .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vb1Ci1TIo9 .jq-selectbox li,
.cid-vb1Ci1TIo9 .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-vb1Ci1TIo9 .jq-selectbox li:hover,
.cid-vb1Ci1TIo9 .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-vb1Ci1TIo9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vb1Ci1TIo9 .jq-number__spin.minus:hover:after,
.cid-vb1Ci1TIo9 .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-vb1Ci1TIo9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vb1Ci1TIo9 .jq-number__spin.minus:after,
.cid-vb1Ci1TIo9 .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-vb1Ci1TIo9 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-vb1Ci1TIo9 .social-list {
    margin-bottom: 3rem;
  }
  .cid-vb1Ci1TIo9 .email-input {
    margin-top: 2rem;
  }
}
.cid-vb1Ci1TIo9 .mbr-section-subtitle {
  color: #ab2e00;
  margin-bottom: 2.4rem;
}
.cid-vb1Ci1TIo9 .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-vb1Ci1TIo9 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-vb1Ci1TIo9 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ab2e00;
  transition: all 0.3s;
}
.cid-vb1Ci1TIo9 .mbr-iconfont-social:hover {
  color: #ab2e00;
}
.cid-vb1Ci1TIo9 .social-list {
  display: flex;
}
.cid-vb1Ci1TIo9 .social-list a {
  transition: 0.3s;
}
.cid-vb1Ci1TIo9 .social-list a:hover {
  transform: translateY(-8px);
}
.cid-vb1Ci1TIo9 .row {
  align-items: center;
}
.cid-vb1Ci1TIo9 .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-vb1Ci1TIo9 .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-vb1Ci1TIo9 .form-btn {
  margin-top: 2.5rem;
}
.cid-vb1Ci1TIo9 input::-webkit-input-placeholder,
.cid-vb1Ci1TIo9 textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-vb1Ci1TIo9 input:-moz-placeholder,
.cid-vb1Ci1TIo9 textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-vb1Ci1TIo9 .media-content {
    padding-right: 3rem;
  }
  .cid-vb1Ci1TIo9 .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-vb1Ci1TIo9 .row {
    padding: 0 1rem;
  }
}
.cid-vb1Ci1TIo9 .btn:hover {
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-vb1Ci1TIo9 .form-btn {
    width: 100%;
  }
  .cid-vb1Ci1TIo9 .btn {
    width: 100%;
  }
}
.cid-vb1Ci2HKgt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vb1Ci2HKgt section {
  position: relative;
}
.cid-vb1Ci2HKgt h4 {
  margin: 0;
}
.cid-vb1Ci2HKgt img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-vb1Ci2HKgt a {
  font-weight: 300;
}
.cid-vb1Ci2HKgt .img1 {
  color: #f9652f;
}
.cid-vb1Ci2HKgt .img2 {
  color: #f9652f;
}
.cid-vb1Ci2HKgt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9652f;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vb1Ci2HKgt .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vb1Ci2HKgt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb1Ci2HKgt .item,
.cid-vb1Ci2HKgt .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vb1Ci2HKgt .item h4,
.cid-vb1Ci2HKgt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vb1Ci2HKgt .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-vb1Ci2HKgt .item {
    justify-content: center;
  }
}
.cid-vb1Ci2HKgt .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-vb1Ci2HKgt .text1 {
  text-align: left;
}
.cid-vb1Ci2HKgt .link-title {
  text-align: left;
}
.cid-vb1Ci3l2IW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vb1Ci3l2IW .mbr-text {
  color: #f6f6ef;
}
.cid-vb1F4kwcBn {
  display: flex;
}
.cid-vb1F4kwcBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1F4kwcBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vb1F4kwcBn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vb1F4kwcBn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vb1F4kwcBn {
    align-items: center;
  }
  .cid-vb1F4kwcBn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vb1F4kwcBn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vb1F4kwcBn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vb1F4kwcBn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vb1F4kwcBn .content-wrap {
    width: 100%;
  }
}
.cid-vb1F4kwcBn .mbr-section-title {
  text-align: center;
}
.cid-vb1F4kwcBn .mbr-text,
.cid-vb1F4kwcBn .mbr-section-btn {
  text-align: center;
}
