body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Metropolis-Med';
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Metropolis-Med';
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Metropolis-Med';
  font-size: 0.95rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.52rem;
}
.display-5 {
  font-family: 'Metropolis-Med';
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Metropolis-Med';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.855rem !important;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c91919 !important;
}
.bg-success {
  background-color: #b90101 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #750d0d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #851111 !important;
  border-color: #851111 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #851111 !important;
  border-color: #851111 !important;
}
.btn-primary:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #600606, #c91919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #600606 !important;
  border-color: #600606 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #180202 !important;
  border-color: #180202 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #180202 !important;
  border-color: #180202 !important;
}
.btn-secondary:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #600606, #600606);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.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-info:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #600606, #ffffff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #b90101 !important;
  border-color: #b90101 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6d0101 !important;
  border-color: #6d0101 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6d0101 !important;
  border-color: #6d0101 !important;
}
.btn-success:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #600606, #b90101);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !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-warning:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #600606, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #750d0d !important;
  border-color: #750d0d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #300505 !important;
  border-color: #300505 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #300505 !important;
  border-color: #300505 !important;
}
.btn-danger:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #600606, #750d0d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #600606, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #600606, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c91919;
  color: #c91919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c91919;
  border-color: #c91919;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c91919 !important;
  border-color: #c91919 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #600606, #c91919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #600606;
  color: #600606;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #600606;
  border-color: #600606;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #600606 !important;
  border-color: #600606 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #600606, #600606);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.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-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #600606, #ffffff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b90101;
  color: #b90101;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #b90101;
  border-color: #b90101;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b90101 !important;
  border-color: #b90101 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #600606, #b90101);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!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: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #600606, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #750d0d;
  color: #750d0d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #750d0d;
  border-color: #750d0d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #750d0d !important;
  border-color: #750d0d !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #600606, #750d0d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #600606, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #600606, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #c91919 !important;
}
.text-secondary {
  color: #600606 !important;
}
.text-success {
  color: #b90101 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #750d0d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #eb5d5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c00c0c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fe2222 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #333333 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d11717 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !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: #000000;
}
.alert-danger {
  background-color: #750d0d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c91919;
  border-color: #c91919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c91919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6b8b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fe3c3c;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e61c1c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #c91919;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c91919;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c91919;
  border-bottom-color: #c91919;
}
.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: #c91919 !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: #600606 !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='%23c91919' %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;
}
.btn {
  transition: none;
}
.cid-s7K8oPvFMT .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-s7K8oPvFMT .btn {
  white-space: nowrap;
}
.cid-s7K8oPvFMT .nav-link,
.cid-s7K8oPvFMT .icons-menu .mbr-iconfont,
.cid-s7K8oPvFMT .dropdown-item {
  transition: all 0.1s;
}
.cid-s7K8oPvFMT .nav-link:hover,
.cid-s7K8oPvFMT .icons-menu .mbr-iconfont:hover,
.cid-s7K8oPvFMT .dropdown-item:hover {
  color: #600606 !important;
}
@media (max-width: 992px) {
  .cid-s7K8oPvFMT .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s7K8oPvFMT .container {
  display: flex;
  margin: auto;
}
.cid-s7K8oPvFMT .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s7K8oPvFMT .navbar.opened {
  transition: all .3s;
}
.cid-s7K8oPvFMT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s7K8oPvFMT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s7K8oPvFMT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s7K8oPvFMT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s7K8oPvFMT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s7K8oPvFMT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s7K8oPvFMT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s7K8oPvFMT .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-s7K8oPvFMT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s7K8oPvFMT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s7K8oPvFMT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s7K8oPvFMT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s7K8oPvFMT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s7K8oPvFMT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s7K8oPvFMT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s7K8oPvFMT .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-s7K8oPvFMT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s7K8oPvFMT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s7K8oPvFMT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s7K8oPvFMT .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-s7K8oPvFMT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s7K8oPvFMT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s7K8oPvFMT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s7K8oPvFMT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s7K8oPvFMT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s7K8oPvFMT .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s7K8oPvFMT .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s7K8oPvFMT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s7K8oPvFMT .mbr-iconfont {
  color: #bf3d0d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s7K8oPvFMT .navbar-caption {
  padding-right: 4rem;
}
.cid-s7K8oPvFMT .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s7K8oPvFMT .dropdown-menu,
.cid-s7K8oPvFMT .navbar.opened {
  background: #191919 !important;
}
.cid-s7K8oPvFMT .nav-item:focus,
.cid-s7K8oPvFMT .nav-link:focus {
  outline: none;
}
.cid-s7K8oPvFMT .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-s7K8oPvFMT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7K8oPvFMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s7K8oPvFMT .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-s7K8oPvFMT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s7K8oPvFMT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s7K8oPvFMT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s7K8oPvFMT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s7K8oPvFMT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s7K8oPvFMT .dropdown-item.active,
.cid-s7K8oPvFMT .dropdown-item:active {
  background-color: transparent;
}
.cid-s7K8oPvFMT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s7K8oPvFMT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s7K8oPvFMT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s7K8oPvFMT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s7K8oPvFMT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s7K8oPvFMT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7K8oPvFMT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7K8oPvFMT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s7K8oPvFMT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7K8oPvFMT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bf3d0d;
}
.cid-s7K8oPvFMT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7K8oPvFMT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7K8oPvFMT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7K8oPvFMT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7K8oPvFMT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7K8oPvFMT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7K8oPvFMT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7K8oPvFMT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7K8oPvFMT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s7K8oPvFMT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7K8oPvFMT .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-s7K8oPvFMT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7K8oPvFMT .navbar {
    height: 77px;
  }
  .cid-s7K8oPvFMT .navbar.opened {
    height: auto;
  }
  .cid-s7K8oPvFMT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7K8oPvFMT .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s7Jb5VvJs6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Jb5VvJs6 H1 {
  color: #b90101;
}
.cid-s7Jb5VvJs6 h1 {
  background: linear-gradient(to left, #600606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s7Jb5VvJs6 img {
  width: 100%;
}
.cid-s7Jb5VvJs6 .mbr-text,
.cid-s7Jb5VvJs6 .mbr-section-btn {
  color: #ffffff;
}
.cid-s7JbhJkaTm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7JbhJkaTm h3 {
  background: linear-gradient(to left, #600606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s7JbhJkaTm .count,
.cid-s7JbhJkaTm .card-img {
  color: #bf3d0d;
}
.cid-s7JbhJkaTm .mbr-subtitle {
  color: #000000;
}
.cid-s7JbhJkaTm .mbr-section-title {
  color: #600606;
}
.cid-s7JbhJkaTm H4 {
  color: #000000;
}
.cid-s1YPl57Et0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1YPl57Et0 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s1YPl57Et0 .card-wrapper {
    padding: 0;
  }
}
.cid-s1YPl57Et0 img {
  width: 100%;
}
.cid-s1YPl57Et0 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #600606, #c91919);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPl57Et0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #600606, #c91919);
}
.cid-s1YPl57Et0 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-s1YPl57Et0 h4 {
  margin: 0;
}
.cid-s1YPl57Et0 .card-text {
  color: #000000;
}
.cid-s1YPl57Et0 .mbr-text {
  color: #000000;
}
.cid-s1YPl57Et0 .card-title {
  color: #600606;
}
@media (min-width: 1200px) {
  .cid-s1YPl57Et0 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-s1YPl57Et0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-s1YPl57Et0 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YPl57Et0 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-s1YPl57Et0 H3 {
  color: #787324;
}
.cid-s1YPl57Et0 .mbr-section-title,
.cid-s1YPl57Et0 .title-wrapper {
  color: #600606;
}
.cid-s1YPl57Et0 .mbr-text,
.cid-s1YPl57Et0 .mbr-section-btn {
  color: #000000;
}
.cid-s7JRUslFer {
  padding-top: 750px;
  background-image: url("../../../assets/images/1-1200x800.jpg");
}
.cid-s7JRUslFer H2 {
  color: #600606;
  text-align: center;
}
.cid-s7JRUslFer h1 {
  background: linear-gradient(to left, #600606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s7JRUslFer section {
  align-items: flex-end !important;
}
.cid-s7JRUslFer .mbr-text,
.cid-s7JRUslFer .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s7JRUslFer .mbr-overlay {
  background-color: transparent!important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-s1YNzGfN84 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1YNzGfN84 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YNzGfN84 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YNzGfN84 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YNzGfN84 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #600606, #c91919);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNzGfN84 .card-wrapper {
  background: #e7e7e7;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YNzGfN84 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YNzGfN84 .first:hover:before {
  content: none;
}
.cid-s1YNzGfN84 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #600606, #c91919);
  content: '';
}
.cid-s1YNzGfN84 .last:hover:after {
  content: none;
}
.cid-s1YNzGfN84 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #600606, #c91919);
  content: '';
}
.cid-s1YNzGfN84 .mbr-section-text {
  color: #600606;
}
.cid-s1YNzGfN84 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YNzGfN84 .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YNzGfN84 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YNzGfN84 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper {
  background: linear-gradient(to left, #600606, #c91919);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .mbr-section-title {
  color: #000000;
}
.cid-s7Jb9Xn8NU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7Jb9Xn8NU img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s7Jb9Xn8NU .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s7Jb9Xn8NU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s7Jb9Xn8NU .first:hover:before {
  content: none;
}
.cid-s7Jb9Xn8NU .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #600606, #c91919);
  content: '';
}
.cid-s7Jb9Xn8NU .last:hover:after {
  content: none;
}
.cid-s7Jb9Xn8NU .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #600606, #c91919);
  content: '';
}
.cid-s7Jb9Xn8NU .mbr-section-text {
  color: #000000;
}
.cid-s7Jb9Xn8NU .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s7Jb9Xn8NU .card .img-wrapper {
  overflow: hidden;
}
.cid-s7Jb9Xn8NU .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s7Jb9Xn8NU .card:hover .card-wrapper {
  background: linear-gradient(to left, #600606, #c91919);
  color: #ffffff !important;
}
.cid-s7Jb9Xn8NU .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s7Jb9Xn8NU .mbr-section-title {
  color: #000000;
}
.cid-s7Ox2fYOeV {
  overflow-x: hidden !important;
}
.cid-s7Ox2fYOeV,
.cid-s7Ox2fYOeV .scroll-wrapper {
  padding-top: 60px;
  padding-bottom: 45px;
}
.cid-s7Ox2fYOeV .mbr-section-title {
  color: #600606;
  text-align: center;
}
.cid-s7Ox2fYOeV .mbr-section-title span {
  color: #c91919;
}
.cid-s7Ox2fYOeV .mbr-text {
  color: #000000;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-s7Ox2fYOeV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #ffffff;
}
.cid-s7Ox2fYOeV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7Ox2fYOeV .mbr-overlay {
  z-index: 1;
}
.cid-s7Ox2fYOeV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7JbwEx0XD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7JbwEx0XD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s7JbwEx0XD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7JbwEx0XD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7JbwEx0XD .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7JbwEx0XD .container {
  padding: 0;
}
.cid-s7JbwEx0XD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7JbwEx0XD .icon-focus {
  display: none;
}
.cid-s7JbwEx0XD .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s7JbwEx0XD .btn[class*=-outline]:hover,
.cid-s7JbwEx0XD .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s7JbwEx0XD li:hover .btn-primary-outline,
.cid-s7JbwEx0XD li:active .btn-primary-outline,
.cid-s7JbwEx0XD li.active .btn-primary-outline {
  color: #c91919 !important;
}
.cid-s7JbwEx0XD li:hover .btn-secondary-outline,
.cid-s7JbwEx0XD li:active .btn-secondary-outline,
.cid-s7JbwEx0XD li.active .btn-secondary-outline {
  color: #600606 !important;
}
.cid-s7JbwEx0XD li:hover .btn-info-outline,
.cid-s7JbwEx0XD li:active .btn-info-outline,
.cid-s7JbwEx0XD li.active .btn-info-outline {
  color: #ffffff !important;
}
.cid-s7JbwEx0XD li:hover .btn-warning-outline,
.cid-s7JbwEx0XD li:active .btn-warning-outline,
.cid-s7JbwEx0XD li.active .btn-warning-outline {
  color: #000000 !important;
}
.cid-s7JbwEx0XD li:hover .btn-white-outline,
.cid-s7JbwEx0XD li:active .btn-white-outline,
.cid-s7JbwEx0XD li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s7JbwEx0XD li:hover .btn-black-outline,
.cid-s7JbwEx0XD li:active .btn-black-outline,
.cid-s7JbwEx0XD li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s7JbwEx0XD li:hover .btn-success-outline,
.cid-s7JbwEx0XD li:active .btn-success-outline,
.cid-s7JbwEx0XD li.active .btn-success-outline {
  color: #b90101 !important;
}
.cid-s7JbwEx0XD li:hover .btn-danger-outline,
.cid-s7JbwEx0XD li:active .btn-danger-outline,
.cid-s7JbwEx0XD li.active .btn-danger-outline {
  color: #750d0d !important;
}
.cid-s7JbwEx0XD li {
  position: relative;
}
.cid-s7JbwEx0XD li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s7JbwEx0XD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #600606;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s7JbwEx0XD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7JbwEx0XD .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s7JbwEx0XD .btn {
  font-family: Jost !important;
}
.cid-s7JbwEx0XD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s7JbwEx0XD .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s7JbwEx0XD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #600606 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s7JbwEx0XD .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s7OxoTkw2i {
  overflow-x: hidden !important;
}
.cid-s7OxoTkw2i,
.cid-s7OxoTkw2i .scroll-wrapper {
  padding-top: 60px;
  padding-bottom: 45px;
}
.cid-s7OxoTkw2i .mbr-section-title {
  color: #600606;
  text-align: center;
}
.cid-s7OxoTkw2i .mbr-section-title span {
  color: #c91919;
}
.cid-s7OxoTkw2i .mbr-text {
  color: #000000;
  letter-spacing: 5px;
  font-weight: 100;
  text-align: center;
}
.cid-s7OxoTkw2i .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #ffffff;
}
.cid-s7OxoTkw2i .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7OxoTkw2i .mbr-overlay {
  z-index: 1;
}
.cid-s7OxoTkw2i .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s1YPq9DXRB .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YPq9DXRB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YPq9DXRB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1YPyUn2on {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mascop-shuttles-favicon-2000x2000.png");
}
.cid-s1YPyUn2on img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YPyUn2on .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YPyUn2on .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YPyUn2on .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #600606, #c91919);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPyUn2on .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YPyUn2on .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YPyUn2on .first:hover:before {
  content: none;
}
.cid-s1YPyUn2on .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #600606, #c91919);
  content: '';
}
.cid-s1YPyUn2on .last:hover:after {
  content: none;
}
.cid-s1YPyUn2on .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #600606, #c91919);
  content: '';
}
.cid-s1YPyUn2on .mbr-section-text {
  color: #000000;
}
.cid-s1YPyUn2on .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YPyUn2on .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YPyUn2on .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YPyUn2on .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPyUn2on .card:hover .card-wrapper {
  background: linear-gradient(to left, #600606, #c91919);
  color: #ffffff !important;
}
.cid-s1YPyUn2on .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YPyUn2on .mbr-section-title {
  color: #b90101;
}
.cid-s7J3TR3KJY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7J3TR3KJY .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-s7J3TR3KJY section {
  position: relative;
}
.cid-s7J3TR3KJY h4 {
  margin: 0;
}
.cid-s7J3TR3KJY a {
  font-weight: 300;
}
.cid-s7J3TR3KJY .row {
  align-items: center;
}
.cid-s7J3TR3KJY .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s7J3TR3KJY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s7J3TR3KJY .img1 {
  color: #bf3d0d;
}
.cid-s7J3TR3KJY .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s7J3TR3KJY .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s7J3TR3KJY .align-left,
  .cid-s7J3TR3KJY .align-right {
    text-align: center;
  }
  .cid-s7J3TR3KJY .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s7J3TR3KJY .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s7J3TR3KJY .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s7J3TR3KJY .item-title {
  color: #000000;
}
.cid-s7J3TR3KJY H4 {
  color: #750d0d;
  text-align: right;
}
.cid-sHhGJFEtN0.popup-builder {
  background-color: #ffffff;
}
.cid-sHhGJFEtN0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sHhGJFEtN0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sHhGJFEtN0 .modal-content,
.cid-sHhGJFEtN0 .modal-dialog {
  height: auto;
}
.cid-sHhGJFEtN0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sHhGJFEtN0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sHhGJFEtN0 .form-wrapper .mbr-form .form-group,
  .cid-sHhGJFEtN0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sHhGJFEtN0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sHhGJFEtN0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHhGJFEtN0 .mbr-text {
  text-align: center;
}
.cid-sHhGJFEtN0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sHhGJFEtN0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sHhGJFEtN0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sHhGJFEtN0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sHhGJFEtN0 .modal-open {
  overflow: hidden;
}
.cid-sHhGJFEtN0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sHhGJFEtN0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sHhGJFEtN0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sHhGJFEtN0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sHhGJFEtN0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sHhGJFEtN0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sHhGJFEtN0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sHhGJFEtN0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sHhGJFEtN0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sHhGJFEtN0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sHhGJFEtN0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sHhGJFEtN0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sHhGJFEtN0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sHhGJFEtN0 .modal-header {
    padding: 1rem;
  }
}
.cid-sHhGJFEtN0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sHhGJFEtN0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sHhGJFEtN0 .modal-header .close:focus {
  outline: none;
}
.cid-sHhGJFEtN0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #600606;
}
.cid-sHhGJFEtN0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sHhGJFEtN0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHhGJFEtN0 .modal-body {
    padding: 1rem;
  }
}
.cid-sHhGJFEtN0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sHhGJFEtN0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHhGJFEtN0 .modal-footer {
    padding: 1rem;
  }
}
.cid-sHhGJFEtN0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sHhGJFEtN0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sHhGJFEtN0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sHhGJFEtN0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sHhGJFEtN0 .modal-sm {
    max-width: 300px;
  }
  .cid-sHhGJFEtN0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sHhGJFEtN0 .modal-lg,
  .cid-sHhGJFEtN0 .modal-xl {
    max-width: 800px;
  }
  .cid-sHhGJFEtN0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sHhGJFEtN0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sHhGJFEtN0 .container {
    max-width: 1140px;
  }
}
.cid-sHhGJFEtN0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sHhGJFEtN0 .container {
    max-width: 720px;
  }
}
.cid-sHhGJFEtN0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sHhGJFEtN0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sHhGJFEtN0 .form-group {
  margin-bottom: 1rem;
}
.cid-sHhGJFEtN0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sHhGJFEtN0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sHhGJFEtN0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sHhGJFEtN0 .mbr-section-btn {
  margin: 0;
}
.cid-sHhGJFEtN0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sHhGJFEtN0 LABEL {
  color: #600606;
}
