body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Secular One', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Secular One', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e0142e !important;
}
.bg-success {
  background-color: #860404 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #1c1b1b !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0142e !important;
  border-color: #e0142e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9a0e20 !important;
  border-color: #9a0e20 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a0e20 !important;
  border-color: #9a0e20 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da0a25 !important;
  border-color: #da0a25 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #910719 !important;
  border-color: #910719 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #910719 !important;
  border-color: #910719 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #860404 !important;
  border-color: #860404 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3c0202 !important;
  border-color: #3c0202 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3c0202 !important;
  border-color: #3c0202 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c1b1b !important;
  border-color: #1c1b1b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #820c1b;
  color: #820c1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e0142e;
  border-color: #e0142e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0142e !important;
  border-color: #e0142e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #780614;
  color: #780614;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #da0a25;
  border-color: #da0a25;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #da0a25 !important;
  border-color: #da0a25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #230101;
  color: #230101;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #860404;
  border-color: #860404;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #860404 !important;
  border-color: #860404 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #1c1b1b;
  border-color: #1c1b1b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1b1b !important;
  border-color: #1c1b1b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e0142e !important;
}
.text-secondary {
  color: #da0a25 !important;
}
.text-success {
  color: #860404 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #1c1b1b !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #820c1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #780614 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #230101 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #1c1b1b;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0142e;
  border-color: #e0142e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e0142e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fac6cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f81212;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cfcdcd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e0142e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e0142e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e0142e;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0142e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e0142e;
  border-bottom-color: #e0142e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e0142e !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: #da0a25 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23e0142e' %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.3;
}
.cid-sJXOfX6S6S h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sJXOfX6S6S h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sJXOfX6S6S .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sJXOfX6S6S h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sJXOfX6S6S h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sJXOfX6S6S H1 {
  color: #da0a25;
}
.cid-sJXOfX6S6S .mbr-text,
.cid-sJXOfX6S6S .mbr-section-btn {
  color: #ffffff;
}
.cid-sJXSFNXvPJ {
  z-index: 1000;
  width: 100%;
}
.cid-sJXSFNXvPJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sJXSFNXvPJ .nav-item {
    margin: 0 !important;
  }
}
.cid-sJXSFNXvPJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJXSFNXvPJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sJXSFNXvPJ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sJXSFNXvPJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sJXSFNXvPJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJXSFNXvPJ .nav-link {
  position: relative;
}
.cid-sJXSFNXvPJ .container {
  display: flex;
  margin: auto;
}
.cid-sJXSFNXvPJ .iconfont-wrapper {
  color: #da0a25 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJXSFNXvPJ .dropdown-menu,
.cid-sJXSFNXvPJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sJXSFNXvPJ .nav-item:focus,
.cid-sJXSFNXvPJ .nav-link:focus {
  outline: none;
}
.cid-sJXSFNXvPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJXSFNXvPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJXSFNXvPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJXSFNXvPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJXSFNXvPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJXSFNXvPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJXSFNXvPJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0);
}
.cid-sJXSFNXvPJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sJXSFNXvPJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJXSFNXvPJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sJXSFNXvPJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJXSFNXvPJ .navbar.collapsed {
  justify-content: center;
}
.cid-sJXSFNXvPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJXSFNXvPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJXSFNXvPJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sJXSFNXvPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJXSFNXvPJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJXSFNXvPJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJXSFNXvPJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJXSFNXvPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJXSFNXvPJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJXSFNXvPJ .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(134, 4, 4, 0.5);
  }
  .cid-sJXSFNXvPJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJXSFNXvPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJXSFNXvPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJXSFNXvPJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJXSFNXvPJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJXSFNXvPJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJXSFNXvPJ .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sJXSFNXvPJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sJXSFNXvPJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJXSFNXvPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJXSFNXvPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJXSFNXvPJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJXSFNXvPJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJXSFNXvPJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJXSFNXvPJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJXSFNXvPJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJXSFNXvPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJXSFNXvPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJXSFNXvPJ .dropdown-item.active,
.cid-sJXSFNXvPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sJXSFNXvPJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJXSFNXvPJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJXSFNXvPJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJXSFNXvPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJXSFNXvPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJXSFNXvPJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJXSFNXvPJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sJXSFNXvPJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJXSFNXvPJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sJXSFNXvPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da0a25;
}
.cid-sJXSFNXvPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJXSFNXvPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJXSFNXvPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJXSFNXvPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJXSFNXvPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJXSFNXvPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJXSFNXvPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJXSFNXvPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJXSFNXvPJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJXSFNXvPJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJXSFNXvPJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJXSFNXvPJ .navbar {
    height: 70px;
  }
  .cid-sJXSFNXvPJ .navbar.opened {
    height: auto;
  }
  .cid-sJXSFNXvPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKBLIQcdeS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sKBLIQcdeS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sKBLIQcdeS p {
  color: #767676;
  text-align: left;
}
.cid-sKBLIQcdeS .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sKBLIQcdeS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sKBLIQcdeS .card-title {
  margin-bottom: 0;
}
.cid-sKBLIQcdeS .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sKBLIQcdeS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sKBLIQcdeS .card-img span {
    font-size: 40px !important;
  }
}
.cid-sKBLIQcdeS .card-title,
.cid-sKBLIQcdeS .card-img {
  color: #e0142e;
}
.cid-sJY6DcNlnS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sJY6DcNlnS .mbr-text,
.cid-sJY6DcNlnS .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sJY6DcNlnS .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sJY6DcNlnS .mbr-text,
.cid-sJY6DcNlnS .mbr-section-btn,
.cid-sJY6DcNlnS .mbr-section-title {
  color: #ffffff;
}
.cid-sJY6DcNlnS .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sJY6DcNlnS .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sJY6DcNlnS .mbr-section-title {
  font-weight: 700;
}
.cid-sJY6DcNlnS .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sJY6DcNlnS .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sJY6DcNlnS .mbr-section-title,
  .cid-sJY6DcNlnS .mbr-text,
  .cid-sJY6DcNlnS .mbr-section-btn {
    text-align: left;
  }
}
.cid-sJY6DcNlnS .mbr-text,
.cid-sJY6DcNlnS .mbr-section-btn {
  color: #e0142e;
}
.cid-sJY8ozgyHK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJY8ozgyHK .stats-item {
  padding: 80px 10px;
  background-color: #000000;
  display: flex;
  justify-content: center;
}
.cid-sJY8ozgyHK .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-sJY8ozgyHK .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sJY8ozgyHK .heading {
  color: #ffffff;
}
.cid-sJY8ozgyHK .counter {
  text-align: center;
  color: #ffffff;
}
.cid-sJY8ozgyHK .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #000000;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-sJY8ozgyHK .mbr-card-title,
.cid-sJY8ozgyHK .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-sJY8ozgyHK .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sJY8ozgyHK .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-sJY8ozgyHK .mbr-iconfont {
  color: #da0a25;
}
.cid-sJY1wP4iPE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/corte-laser-cdmx-1600x1200.jpg");
}
.cid-sJY1wP4iPE .row {
  justify-content: flex-end;
}
.cid-sJY1wP4iPE h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sJY1wP4iPE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sJY1wP4iPE .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sJY1wP4iPE h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sJY1wP4iPE h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sJY1wP4iPE .mbr-text,
.cid-sJY1wP4iPE .mbr-section-btn {
  color: #efefef;
}
.cid-sJY1wP4iPE H1 {
  color: #da0a25;
}
.cid-sJYaye9gjH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sJYaye9gjH h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJYaye9gjH .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sJYaye9gjH .mbr-section-title {
  letter-spacing: 0em;
  color: #da0a25;
}
.cid-sJYaye9gjH .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sJYaye9gjH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sJYaye9gjH .panel-group {
  width: 100%;
}
.cid-sJYaye9gjH .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sJYaye9gjH .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sJYaye9gjH .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #da0a25;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sJYaye9gjH .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sJYaye9gjH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sJYaye9gjH .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sJYaye9gjH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sJYaye9gjH .card .panel-body {
  background: #ffffff;
}
.cid-sJYaye9gjH .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sJYaye9gjH .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJYaye9gjH .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYaye9gjH .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sJYaye9gjH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sJYaye9gjH .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sJY7oLaGkX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-sJY7oLaGkX .container {
    padding: 1rem;
  }
}
.cid-sJY7oLaGkX .card-box {
  padding: 0 2rem;
}
.cid-sJY7oLaGkX .card {
  padding: 0 !important;
}
.cid-sJY7oLaGkX .mbr-section-btn {
  padding-top: 2rem;
}
.cid-sJY7oLaGkX .container-fluid {
  padding: 0;
}
.cid-sJY7oLaGkX .card1 {
  background-image: url("../../../assets/images/corte-laser-mexico-1-1200x1600.jpeg");
}
.cid-sJY7oLaGkX .card2 {
  background-image: url("../../../assets/images/grabado-laser-mexico-1200x1600.jpeg");
}
.cid-sJY7oLaGkX .card3 {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sJY7oLaGkX .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sJY7oLaGkX h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sJY7oLaGkX p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sJY7oLaGkX .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-sJY7oLaGkX .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sJY7oLaGkX .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-sKwbIkmtXb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKwbIkmtXb .mbr-section-subtitle {
  color: #da0a25;
}
.cid-sKwbIkmtXb .mbr-text {
  color: #ffffff;
}
.cid-sJYcB7Zv95 {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
}
.cid-sJYcB7Zv95 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJYcB7Zv95 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJYcB7Zv95 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJYcB7Zv95 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJYcB7Zv95 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sJYcB7Zv95 .icon-focus {
  display: none;
}
.cid-sJYcB7Zv95 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sJYcB7Zv95 ul {
  font-size: 0;
}
.cid-sJYcB7Zv95 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sJYcB7Zv95 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sJYcB7Zv95 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e0142e, #da0a25);
}
.cid-sJYcB7Zv95 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sJYcB7Zv95 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sJYcB7Zv95 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sJYcB7Zv95 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sJYcB7Zv95 .btn:hover {
  background: transparent !important;
}
.cid-sJYcB7Zv95 .btn:hover:before {
  background: transparent !important;
}
.cid-sJYcB7Zv95 .btn:before {
  background-color: transparent !important;
}
.cid-sJYcB7Zv95 .btn:focus {
  box-shadow: none;
}
.cid-sJYcB7Zv95 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #da0a25;
}
.cid-sKw1zVs3S5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKw1zVs3S5 span {
  color: #da0a25;
}
.cid-sKw1zVs3S5 .mbr-text {
  padding-left: 1.5rem;
}
.cid-sKw1zVs3S5 .mbr-section-title {
  padding-left: 1.5px;
}
.cid-sKw1zVs3S5 .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-sKw1zVs3S5 H1 {
  text-align: left;
  color: #FFFFFF;
}
.cid-sKw1zVs3S5 .mbr-text,
.cid-sKw1zVs3S5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sKw4cXEVLt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/corte-laser-cdmx-1600x1200.jpeg");
}
.cid-sKw4cXEVLt h3 {
  font-weight: 300;
}
.cid-sKw4cXEVLt .card-img {
  width: initial;
}
.cid-sKw4cXEVLt .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sKw4cXEVLt .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sKw4cXEVLt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKw4cXEVLt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKw4cXEVLt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sKw4cXEVLt .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKw4cXEVLt .mbr-al-i-c {
  align-items: center;
}
.cid-sKw4cXEVLt .mbr-section-title {
  color: #da0a25;
}
.cid-sKw4cXEVLt .card-title {
  text-align: center;
  color: #da0a25;
}
.cid-sKw4cXEVLt .card-title,
.cid-sKw4cXEVLt .card-img {
  text-align: left;
}
.cid-sKCf1JgKmm {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sKCf1JgKmm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKCf1JgKmm input::-webkit-clear-button {
  display: none;
}
.cid-sKCf1JgKmm input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKCf1JgKmm input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKCf1JgKmm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKCf1JgKmm H4 {
  text-align: center;
  color: #da0a25;
}
.cid-sKwcF5sShs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
