.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Heebo-Bold';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Heebo-Medium';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Heebo-Medium';
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Heebo-Medium';
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7f1924 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f1924 !important;
  border-color: #7f1924 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #aa2130 !important;
  border-color: #aa2130 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aa2130 !important;
  border-color: #aa2130 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7f1924;
  color: #7f1924;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #370b0f !important;
  background-color: transparent !important;
  border-color: #370b0f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1924 !important;
  border-color: #7f1924 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #7f1924 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2a080c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #7f1924;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f1924;
  border-color: #7f1924;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7f1924;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d93e4f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Heebo-Medium';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #7f1924 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Heebo-Medium';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #7f1924;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #7f1924;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f1924;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f1924;
  border-bottom-color: #7f1924;
}
.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: #7f1924 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%237f1924' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQfwybpZNW {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-2025-07-14-23.01.35-6e64fe4d.jpg-1600x872.jpg");
}
.cid-uQfwybpZNW .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQfwybpZNW {
    align-items: center;
  }
  .cid-uQfwybpZNW .row {
    justify-content: center;
  }
  .cid-uQfwybpZNW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQfwybpZNW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQfwybpZNW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQfwybpZNW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQfwybpZNW .content-wrap {
    width: 100%;
  }
}
.cid-uQfwybpZNW .mbr-section-title,
.cid-uQfwybpZNW .mbr-section-subtitle {
  text-align: center;
}
.cid-uQfwybpZNW .mbr-text,
.cid-uQfwybpZNW .mbr-section-btn {
  text-align: center;
}
.cid-uQfFnmCPir {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uQfFnmCPir .row {
  justify-content: center;
}
.cid-uQfFnmCPir .col-title {
  margin-bottom: 2.5rem;
}
.cid-uQfFnmCPir .mbr-section-title {
  color: #7f1924;
}
.cid-uQfFnmCPir .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
  text-align: right;
}
.cid-uQfFnmCPir .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQfFnmCPir .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uQfFnmCPir .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uQfFnmCPir .card {
  display: flex;
  width: 100%;
  min-height: 300px;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 639px) {
  .cid-uQfFnmCPir .card {
    min-height: 207px;
  }
}
.cid-uQfFnmCPir .card:hover .card-title {
  text-decoration: underline;
}
.cid-uQfFnmCPir .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uQfFnmCPir .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: inherit;
}
.cid-uQfFnmCPir .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
  border-radius: inherit;
}
.cid-uQfFnmCPir .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uQfFnmCPir .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
}
.cid-uQfFnmCPir .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-uQfFnmCPir .card-text {
  width: 100%;
  color: #ffffff;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
  text-align: center;
}
.cid-uQfFnmCPir .card-title-1 {
  text-align: center;
  color: #ffffff;
}
.cid-uQfFnmCPir .mbr-text,
.cid-uQfFnmCPir .mbr-section-btn {
  text-align: center;
}
.cid-uQfFnmCPir .mbr-section-btn a {
  z-index: 11;
  position: relative;
}
.cid-uQfFnmCPir .btn {
  padding: 10px 24px;
}
@media (max-width: 576px) {
  .cid-uQfFnmCPir .btn {
    padding: 12px 20px;
  }
}
.cid-uQU9YM1lKO {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uQU9YM1lKO {
    align-items: flex-end;
  }
  .cid-uQU9YM1lKO .row {
    justify-content: center;
  }
  .cid-uQU9YM1lKO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQU9YM1lKO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQU9YM1lKO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQU9YM1lKO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQU9YM1lKO .content-wrap {
    width: 100%;
  }
}
.cid-uQU9YM1lKO .mbr-section-title,
.cid-uQU9YM1lKO .mbr-section-subtitle {
  text-align: center;
}
.cid-uQU9YM1lKO .mbr-text,
.cid-uQU9YM1lKO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQU9YM1lKO .mbr-section-title {
  color: #7f1924;
}
.cid-uQPVrmb5gr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uQPVrmb5gr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPVrmb5gr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPVrmb5gr .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uQPVrmb5gr .container {
    max-width: 1400px;
  }
}
.cid-uQPVrmb5gr .card {
  margin: auto;
}
.cid-uQPVrmb5gr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #851523;
  margin-bottom: 2rem;
}
.cid-uQPVrmb5gr .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQPVrmb5gr .row {
  justify-content: center;
}
.cid-uQPVrmb5gr H3 {
  color: #851523;
}
.cid-uQPZHaJKy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQPZHaJKy6 .card-subtitle {
  text-align: center;
  color: #4b4b4b;
}
.cid-uQPZHaJKy6 .card {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #edefeb;
}
.cid-uQPZHaJKy6 .card:hover {
  box-shadow: 5px 5px 0 0 #ffffff !important;
  background-color: #edefeb;
}
.cid-uQPZHaJKy6 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uQPZHaJKy6 .iconfont-wrapper .mbr-iconfont {
  color: #ffd700;
}
.cid-uQPZHaJKy6 .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQPZHaJKy6 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uQPZHaJKy6 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQPZHaJKy6 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uQPZHaJKy6 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQPZHaJKy6 .card-title {
  margin-bottom: 4px;
  padding: 0;
  text-align: center;
}
.cid-uQPZHaJKy6 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uQPZHaJKy6 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQPZHaJKy6 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQPZHaJKy6 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQPZHaJKy6 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uQPZHaJKy6 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uQPZHaJKy6 .align {
  display: flex;
  align-items: center;
}
.cid-uQPZHaJKy6 .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uQPZHaJKy6 .card-text,
.cid-uQPZHaJKy6 .iconfont-wrapper {
  color: #4b4b4b;
  text-align: center;
}
.cid-uQPZHaJKy6 .mbr-section-title {
  text-align: center;
  color: #7f1924;
}
.cid-uQQeinzMRz {
  overflow: visible !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQQeinzMRz .mbr-overlay {
  background: #5eeebb;
}
.cid-uQQeinzMRz .mbr-section-title {
  margin-bottom: 35px;
  text-align: center;
  color: #7f1924;
}
.cid-uQQeinzMRz .mbr-section-subtitle span {
  color: #000000;
}
.cid-uQQeinzMRz .title__block {
  padding-bottom: 80px;
}
.cid-uQQeinzMRz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  overflow: visible;
}
.cid-uQQeinzMRz .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uQQeinzMRz .carousel-item .wrap-img {
  text-align: center;
  width: 200px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: auto;
}
.cid-uQQeinzMRz .carousel-item .wrap-img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cid-uQQeinzMRz .carousel-item .wrap-img img {
  width: 100px;
}
@media (max-width: 991px) {
  .cid-uQQeinzMRz .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uQQeinzMRz .carousel-item.active .cloneditem-2 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
.cid-uQQeinzMRz ia (max-width: 991px) .col-md-12 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
.cid-uQQeinzMRz ia (max-width: 991px) .carousel-controls {
  display: block;
}
.cid-uQQeinzMRz .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.cid-uQQeinzMRz .carousel-controls .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #191f23;
  font-weight: bold;
}
.cid-uQQeinzMRz .carousel-controls .carousel-control.carousel-control-prev {
  left: -30px;
  margin: 20px 0 0;
}
.cid-uQQeinzMRz .carousel-controls .carousel-control.carousel-control-next {
  right: -30px;
  margin: 20px 0 0;
}
.cid-uQQeinzMRz .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-uQQeinzMRz .cloneditem-1,
.cid-uQQeinzMRz .cloneditem-2,
.cid-uQQeinzMRz .cloneditem-3,
.cid-uQQeinzMRz .cloneditem-4,
.cid-uQQeinzMRz .cloneditem-5 {
  display: none;
}
.cid-uQQeinzMRz .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-uQQeinzMRz .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uQQeinzMRz .carousel-inner {
    z-index: 1;
  }
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides2 .cloneditem-1,
  .cid-uQQeinzMRz .carousel-inner.slides2 .cloneditem-2,
  .cid-uQQeinzMRz .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides3 .cloneditem-1,
  .cid-uQQeinzMRz .carousel-inner.slides3 .cloneditem-2,
  .cid-uQQeinzMRz .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides4 .cloneditem-1,
  .cid-uQQeinzMRz .carousel-inner.slides4 .cloneditem-2,
  .cid-uQQeinzMRz .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQQeinzMRz .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQQeinzMRz .carousel-inner.slides5 .cloneditem-1,
  .cid-uQQeinzMRz .carousel-inner.slides5 .cloneditem-2,
  .cid-uQQeinzMRz .carousel-inner.slides5 .cloneditem-3,
  .cid-uQQeinzMRz .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
}
.cid-uQQeinzMRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQeinzMRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQeinzMRz .carousel-inner {
  overflow: visible;
}
.cid-v3bsaEzBWm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bsaEzBWm *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bsaEzBWm .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bsaEzBWm .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bsaEzBWm .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bsaEzBWm .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bsaEzBWm .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bsaEzBWm input.form-control {
  padding: 0.5rem;
}
.cid-v3bsaEzBWm .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bsaEzBWm .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bsaEzBWm .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bsaEzBWm .days-column,
.cid-v3bsaEzBWm .hours-column {
  display: inline-block;
}
.cid-v3bsaEzBWm .days-column span,
.cid-v3bsaEzBWm .hours-column span {
  display: block;
}
.cid-v3bsaEzBWm .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bsaEzBWm .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bsaEzBWm .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bsaEzBWm .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bsaEzBWm .form-title,
.cid-v3bsaEzBWm .btn-row {
  color: #7f1924;
}
.cid-v3bsaEzBWm .follow-title,
.cid-v3bsaEzBWm .social-list,
.cid-v3bsaEzBWm .logo {
  color: #7f1924;
}
.cid-v3bsaEzBWm .address-title,
.cid-v3bsaEzBWm .address-block {
  color: #7f1924;
}
.cid-v3bsaEzBWm .hours-column {
  color: #7f1924;
}
.cid-v3bsaEzBWm .opening-hours-title,
.cid-v3bsaEzBWm .opening-hours {
  color: #7f1924;
}
.cid-v3bsaEzBWm .contacts-title,
.cid-v3bsaEzBWm .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsaEzBWm LABEL {
  color: #7f1924;
}
.cid-uQQL57Ukol {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQQL57Ukol a:link {
  text-decoration: none;
}
.cid-uQQL57Ukol .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQQL57Ukol .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQQL57Ukol .inner-text {
  line-height: 2em;
}
.cid-uQQL57Ukol .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQL57Ukol .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQQL57Ukol .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQQL57Ukol .content-text,
.cid-uQQL57Ukol .inner-text {
  color: #ffffff;
}
.cid-uQQL57Ukol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQL57Ukol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQymG1THTm {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/whatsapp-2025-07-14-23.01.35-6e64fe4d.jpg-1600x872.jpg");
}
.cid-uQymG1THTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQymG1THTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQymG1THTm .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uQymG1THTm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQymG1THTm {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQymG1THTm .container {
    padding: 0 25px;
  }
}
.cid-uQymG1THTm .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uQymG1THTm .title-wrapper {
    padding: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-uQymG1THTm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQymG1THTm .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uQymG1THTm .mbr-section-title {
  color: #ffffff;
}
.cid-uQymG1THTm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQymG1THTm .mbr-section-title,
.cid-uQymG1THTm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQymG1THTm {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQqG0KFqzt {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQqG0KFqzt .row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  min-height: auto;
}
.cid-uQqG0KFqzt .card-wrapper {
  position: relative;
  z-index: 20;
  padding: 30px 20px;
  background-color: #fff;
  opacity: 1;
  margin-top: -53.5vh;
  width: 100%;
  box-sizing: border-box;
  min-height: 200px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .cid-uQqG0KFqzt .label-wrapper {
    margin-bottom: 20px;
  }
  .cid-uQqG0KFqzt .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQqG0KFqzt .label-wrapper {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
  text-align: right;
}
.cid-uQqG0KFqzt .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
}
.cid-uQqG0KFqzt .mbr-section-title {
  margin-bottom: 20px;
  color: #19171c;
  text-align: right;
}
.cid-uQqG0KFqzt .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #19171c;
  text-align: right;
}
.cid-uQqG0KFqzt .mbr-section-title,
.cid-uQqG0KFqzt .mbr-section-btn,
.cid-uQqG0KFqzt .mbr-label,
.cid-uQqG0KFqzt .label-wrapper,
.cid-uQqG0KFqzt .mbr-text,
.cid-uQqG0KFqzt .text-wrapper {
  text-align: right;
}
.cid-uQqG0KFqzt .mbr-text,
.cid-uQqG0KFqzt .text-wrapper {
  text-align: right;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQqG0KFqzt {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQqG0KFqzt .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQqG0KFqzt .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQqG0KFqzt {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQqG0KFqzt .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQqG0KFqzt .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
.cid-uQqG0KFqzt H3 {
  text-align: right;
}
.cid-uQtyGDvewu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(152, 152, 152, 0) 60%, #f7f7f7 90%), url("../../../assets/images/-5-1920x1080.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uQtyGDvewu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtyGDvewu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtyGDvewu .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uQtyGDvewu .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQtyGDvewu .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQtyGDvewu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQtyGDvewu .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uQtyGDvewu .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uQtyGDvewu .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uQtyGDvewu .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQtyGDvewu .item {
    padding: 0 14px;
  }
}
.cid-uQtyGDvewu .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #ffffff;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQtyGDvewu .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uQtyGDvewu .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uQtyGDvewu .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  border-radius: 30px;
  background-color: #ffffff;
  margin: 5px;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uQtyGDvewu .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uQtyGDvewu .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uQtyGDvewu .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uQtyGDvewu .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-uQtyGDvewu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQtyGDvewu .item-number,
.cid-uQtyGDvewu .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQtyGDvewu .item-title {
  color: #ffffff;
}
.cid-uQtyGDvewu .list {
  color: #ffffff;
  text-align: center;
}
.cid-uQtyGDvewu .item-title,
.cid-uQtyGDvewu .tags-wrapper,
.cid-uQtyGDvewu .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQtyGDvewu .list,
.cid-uQtyGDvewu .item-wrap {
  color: #000000;
}
.cid-v3G2DBGPp9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v3G2DBGPp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G2DBGPp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3G2DBGPp9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3G2DBGPp9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v3G2DBGPp9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3G2DBGPp9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v3G2DBGPp9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v3G2DBGPp9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3G2DBGPp9 .embla__button--next,
.cid-v3G2DBGPp9 .embla__button--prev {
  display: flex;
}
.cid-v3G2DBGPp9 .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #7f1924 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v3G2DBGPp9 .embla__button:hover {
  background-color: #7f1924 !important;
  color: #ffffff !important;
}
.cid-v3G2DBGPp9 .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-v3G2DBGPp9 .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v3G2DBGPp9 .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla {
    padding-bottom: 6rem;
  }
}
.cid-v3G2DBGPp9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3G2DBGPp9 .embla__viewport {
    border: 10px solid #f7f7f7;
  }
}
.cid-v3G2DBGPp9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3G2DBGPp9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3G2DBGPp9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3G2DBGPp9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3G2DBGPp9 .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsttjjTm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bsttjjTm *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bsttjjTm .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bsttjjTm .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bsttjjTm .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bsttjjTm .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bsttjjTm .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bsttjjTm input.form-control {
  padding: 0.5rem;
}
.cid-v3bsttjjTm .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bsttjjTm .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bsttjjTm .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bsttjjTm .days-column,
.cid-v3bsttjjTm .hours-column {
  display: inline-block;
}
.cid-v3bsttjjTm .days-column span,
.cid-v3bsttjjTm .hours-column span {
  display: block;
}
.cid-v3bsttjjTm .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bsttjjTm .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bsttjjTm .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bsttjjTm .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bsttjjTm .form-title,
.cid-v3bsttjjTm .btn-row {
  color: #7f1924;
}
.cid-v3bsttjjTm .follow-title,
.cid-v3bsttjjTm .social-list,
.cid-v3bsttjjTm .logo {
  color: #7f1924;
}
.cid-v3bsttjjTm .address-title,
.cid-v3bsttjjTm .address-block {
  color: #7f1924;
}
.cid-v3bsttjjTm .hours-column {
  color: #7f1924;
}
.cid-v3bsttjjTm .opening-hours-title,
.cid-v3bsttjjTm .opening-hours {
  color: #7f1924;
}
.cid-v3bsttjjTm .contacts-title,
.cid-v3bsttjjTm .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsttjjTm LABEL {
  color: #7f1924;
}
.cid-uQXvCEs2Gk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQXvCEs2Gk a:link {
  text-decoration: none;
}
.cid-uQXvCEs2Gk .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQXvCEs2Gk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQXvCEs2Gk .inner-text {
  line-height: 2em;
}
.cid-uQXvCEs2Gk .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQXvCEs2Gk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQXvCEs2Gk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQXvCEs2Gk .content-text,
.cid-uQXvCEs2Gk .inner-text {
  color: #ffffff;
}
.cid-uQXvCEs2Gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXvCEs2Gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQwSYfjYR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uQwSYfjYR1 .row {
  justify-content: center;
}
.cid-uQwSYfjYR1 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uQwSYfjYR1 .mbr-section-title {
  color: #7f1924;
}
.cid-uQwSYfjYR1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
  text-align: right;
}
.cid-uQwSYfjYR1 .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQwSYfjYR1 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uQwSYfjYR1 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uQwSYfjYR1 .card {
  display: flex;
  width: 100%;
  min-height: 500px;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 639px) {
  .cid-uQwSYfjYR1 .card {
    min-height: 345px;
  }
}
.cid-uQwSYfjYR1 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uQwSYfjYR1 .card:hover .card-title {
  text-decoration: underline;
}
.cid-uQwSYfjYR1 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uQwSYfjYR1 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: inherit;
}
.cid-uQwSYfjYR1 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
  border-radius: inherit;
}
.cid-uQwSYfjYR1 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uQwSYfjYR1 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
}
.cid-uQwSYfjYR1 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-uQwSYfjYR1 .card-text {
  width: 100%;
  color: #ffffff;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
  text-align: center;
}
.cid-uQwSYfjYR1 .card-title-1 {
  text-align: center;
  color: #ffffff;
}
.cid-uQwSYfjYR1 .mbr-section-btn a {
  z-index: 11;
  position: relative;
}
.cid-uQwSYfjYR1 .mbr-section-btn {
  text-align: center;
  margin-top: 1rem;
}
.cid-uQwSYfjYR1 .btn {
  padding: 10px 24px;
}
@media (max-width: 576px) {
  .cid-uQwSYfjYR1 .btn {
    padding: 12px 20px;
  }
}
.cid-v3bsr6U1cy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bsr6U1cy *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bsr6U1cy .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bsr6U1cy .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bsr6U1cy .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bsr6U1cy .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bsr6U1cy .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bsr6U1cy input.form-control {
  padding: 0.5rem;
}
.cid-v3bsr6U1cy .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bsr6U1cy .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bsr6U1cy .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bsr6U1cy .days-column,
.cid-v3bsr6U1cy .hours-column {
  display: inline-block;
}
.cid-v3bsr6U1cy .days-column span,
.cid-v3bsr6U1cy .hours-column span {
  display: block;
}
.cid-v3bsr6U1cy .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bsr6U1cy .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bsr6U1cy .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bsr6U1cy .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bsr6U1cy .form-title,
.cid-v3bsr6U1cy .btn-row {
  color: #7f1924;
}
.cid-v3bsr6U1cy .follow-title,
.cid-v3bsr6U1cy .social-list,
.cid-v3bsr6U1cy .logo {
  color: #7f1924;
}
.cid-v3bsr6U1cy .address-title,
.cid-v3bsr6U1cy .address-block {
  color: #7f1924;
}
.cid-v3bsr6U1cy .hours-column {
  color: #7f1924;
}
.cid-v3bsr6U1cy .opening-hours-title,
.cid-v3bsr6U1cy .opening-hours {
  color: #7f1924;
}
.cid-v3bsr6U1cy .contacts-title,
.cid-v3bsr6U1cy .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsr6U1cy LABEL {
  color: #7f1924;
}
.cid-uQXvzXpbIC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQXvzXpbIC a:link {
  text-decoration: none;
}
.cid-uQXvzXpbIC .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQXvzXpbIC .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQXvzXpbIC .inner-text {
  line-height: 2em;
}
.cid-uQXvzXpbIC .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQXvzXpbIC .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQXvzXpbIC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQXvzXpbIC .content-text,
.cid-uQXvzXpbIC .inner-text {
  color: #ffffff;
}
.cid-uQXvzXpbIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXvzXpbIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQykJmHfSI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/-whatsapp-2025-07-14-22.57.47-9f3fd800-1600x872.jpeg");
}
.cid-uQykJmHfSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQykJmHfSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQykJmHfSI .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uQykJmHfSI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQykJmHfSI {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQykJmHfSI .container {
    padding: 0 25px;
  }
}
.cid-uQykJmHfSI .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uQykJmHfSI .title-wrapper {
    padding: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-uQykJmHfSI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQykJmHfSI .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uQykJmHfSI .mbr-section-title {
  color: #ffffff;
}
.cid-uQykJmHfSI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQykJmHfSI .mbr-section-title,
.cid-uQykJmHfSI .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQykJmHfSI {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQwVdKvxoJ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQwVdKvxoJ .row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  min-height: auto;
}
.cid-uQwVdKvxoJ .card-wrapper {
  position: relative;
  z-index: 20;
  padding: 30px 20px;
  background-color: #fff;
  opacity: 1;
  margin-top: -53.5vh;
  width: 100%;
  box-sizing: border-box;
  min-height: 200px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .cid-uQwVdKvxoJ .label-wrapper {
    margin-bottom: 20px;
  }
  .cid-uQwVdKvxoJ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQwVdKvxoJ .label-wrapper {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
  text-align: right;
}
.cid-uQwVdKvxoJ .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
}
.cid-uQwVdKvxoJ .mbr-section-title {
  margin-bottom: 20px;
  color: #19171c;
  text-align: right;
}
.cid-uQwVdKvxoJ .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #19171c;
  text-align: right;
}
.cid-uQwVdKvxoJ .mbr-section-title,
.cid-uQwVdKvxoJ .mbr-section-btn,
.cid-uQwVdKvxoJ .mbr-label,
.cid-uQwVdKvxoJ .label-wrapper,
.cid-uQwVdKvxoJ .mbr-text,
.cid-uQwVdKvxoJ .text-wrapper {
  text-align: right;
}
.cid-uQwVdKvxoJ .mbr-text,
.cid-uQwVdKvxoJ .text-wrapper {
  text-align: right;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQwVdKvxoJ {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQwVdKvxoJ .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQwVdKvxoJ .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQwVdKvxoJ {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQwVdKvxoJ .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQwVdKvxoJ .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
.cid-uQwVdKvxoJ H3 {
  text-align: right;
}
.cid-uQwVf02PfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(152, 152, 152, 0) 60%, #f7f7f7 90%), url("../../../assets/images/-5-1920x1080.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uQwVf02PfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwVf02PfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwVf02PfO .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uQwVf02PfO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQwVf02PfO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQwVf02PfO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQwVf02PfO .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uQwVf02PfO .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uQwVf02PfO .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uQwVf02PfO .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQwVf02PfO .item {
    padding: 0 14px;
  }
}
.cid-uQwVf02PfO .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #ffffff;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQwVf02PfO .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uQwVf02PfO .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uQwVf02PfO .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #ffffff;
  margin: 5px;
  border-radius: 30px;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uQwVf02PfO .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uQwVf02PfO .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uQwVf02PfO .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uQwVf02PfO .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-uQwVf02PfO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQwVf02PfO .item-number,
.cid-uQwVf02PfO .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQwVf02PfO .item-title {
  color: #ffffff;
}
.cid-uQwVf02PfO .list {
  color: #ffffff;
  text-align: center;
}
.cid-uQwVf02PfO .item-title,
.cid-uQwVf02PfO .tags-wrapper,
.cid-uQwVf02PfO .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQwVf02PfO .list,
.cid-uQwVf02PfO .item-wrap {
  color: #000000;
}
.cid-v3G2uIjqpI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v3G2uIjqpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G2uIjqpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3G2uIjqpI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3G2uIjqpI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v3G2uIjqpI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3G2uIjqpI .embla__slide .slide-content {
  width: 100%;
}
.cid-v3G2uIjqpI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v3G2uIjqpI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3G2uIjqpI .embla__button--next,
.cid-v3G2uIjqpI .embla__button--prev {
  display: flex;
}
.cid-v3G2uIjqpI .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #7f1924 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v3G2uIjqpI .embla__button:hover {
  background-color: #7f1924 !important;
  color: #ffffff !important;
}
.cid-v3G2uIjqpI .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-v3G2uIjqpI .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v3G2uIjqpI .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla {
    padding-bottom: 6rem;
  }
}
.cid-v3G2uIjqpI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3G2uIjqpI .embla__viewport {
    border: 10px solid #f7f7f7;
  }
}
.cid-v3G2uIjqpI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3G2uIjqpI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3G2uIjqpI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3G2uIjqpI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3G2uIjqpI .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsoLSxzv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bsoLSxzv *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bsoLSxzv .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bsoLSxzv .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bsoLSxzv .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bsoLSxzv .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bsoLSxzv .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bsoLSxzv input.form-control {
  padding: 0.5rem;
}
.cid-v3bsoLSxzv .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bsoLSxzv .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bsoLSxzv .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bsoLSxzv .days-column,
.cid-v3bsoLSxzv .hours-column {
  display: inline-block;
}
.cid-v3bsoLSxzv .days-column span,
.cid-v3bsoLSxzv .hours-column span {
  display: block;
}
.cid-v3bsoLSxzv .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bsoLSxzv .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bsoLSxzv .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bsoLSxzv .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bsoLSxzv .form-title,
.cid-v3bsoLSxzv .btn-row {
  color: #7f1924;
}
.cid-v3bsoLSxzv .follow-title,
.cid-v3bsoLSxzv .social-list,
.cid-v3bsoLSxzv .logo {
  color: #7f1924;
}
.cid-v3bsoLSxzv .address-title,
.cid-v3bsoLSxzv .address-block {
  color: #7f1924;
}
.cid-v3bsoLSxzv .hours-column {
  color: #7f1924;
}
.cid-v3bsoLSxzv .opening-hours-title,
.cid-v3bsoLSxzv .opening-hours {
  color: #7f1924;
}
.cid-v3bsoLSxzv .contacts-title,
.cid-v3bsoLSxzv .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsoLSxzv LABEL {
  color: #7f1924;
}
.cid-uQXvyAi2eA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQXvyAi2eA a:link {
  text-decoration: none;
}
.cid-uQXvyAi2eA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQXvyAi2eA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQXvyAi2eA .inner-text {
  line-height: 2em;
}
.cid-uQXvyAi2eA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQXvyAi2eA .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQXvyAi2eA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQXvyAi2eA .content-text,
.cid-uQXvyAi2eA .inner-text {
  color: #ffffff;
}
.cid-uQXvyAi2eA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXvyAi2eA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQwWU4NvsX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/-whatsapp-2025-07-14-22.57.47-ca9f6c20-1600x872.jpeg");
}
.cid-uQwWU4NvsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwWU4NvsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwWU4NvsX .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uQwWU4NvsX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQwWU4NvsX {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQwWU4NvsX .container {
    padding: 0 25px;
  }
}
.cid-uQwWU4NvsX .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uQwWU4NvsX .title-wrapper {
    padding: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-uQwWU4NvsX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQwWU4NvsX .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uQwWU4NvsX .mbr-section-title {
  color: #ffffff;
}
.cid-uQwWU4NvsX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQwWU4NvsX .mbr-section-title,
.cid-uQwWU4NvsX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQwWU4NvsX {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQwWZgtJzw {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQwWZgtJzw .row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  min-height: auto;
}
.cid-uQwWZgtJzw .card-wrapper {
  position: relative;
  z-index: 20;
  padding: 30px 20px;
  background-color: #fff;
  opacity: 1;
  margin-top: -53.5vh;
  width: 100%;
  box-sizing: border-box;
  min-height: 200px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .cid-uQwWZgtJzw .label-wrapper {
    margin-bottom: 20px;
  }
  .cid-uQwWZgtJzw .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQwWZgtJzw .label-wrapper {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
  text-align: right;
}
.cid-uQwWZgtJzw .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
}
.cid-uQwWZgtJzw .mbr-section-title {
  margin-bottom: 20px;
  color: #19171c;
  text-align: right;
}
.cid-uQwWZgtJzw .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #19171c;
  text-align: right;
}
.cid-uQwWZgtJzw .mbr-section-title,
.cid-uQwWZgtJzw .mbr-section-btn,
.cid-uQwWZgtJzw .mbr-label,
.cid-uQwWZgtJzw .label-wrapper,
.cid-uQwWZgtJzw .mbr-text,
.cid-uQwWZgtJzw .text-wrapper {
  text-align: right;
}
.cid-uQwWZgtJzw .mbr-text,
.cid-uQwWZgtJzw .text-wrapper {
  text-align: right;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQwWZgtJzw {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQwWZgtJzw .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQwWZgtJzw .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQwWZgtJzw {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQwWZgtJzw .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQwWZgtJzw .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
.cid-uQwWZgtJzw H3 {
  text-align: right;
}
.cid-uQwWV73Eb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(152, 152, 152, 0) 60%, #f7f7f7 90%), url("../../../assets/images/-5-1920x1080.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uQwWV73Eb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwWV73Eb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQwWV73Eb7 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uQwWV73Eb7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQwWV73Eb7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQwWV73Eb7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQwWV73Eb7 .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uQwWV73Eb7 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uQwWV73Eb7 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uQwWV73Eb7 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQwWV73Eb7 .item {
    padding: 0 14px;
  }
}
.cid-uQwWV73Eb7 .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #ffffff;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQwWV73Eb7 .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uQwWV73Eb7 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uQwWV73Eb7 .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #ffffff;
  margin: 5px;
  border-radius: 30px;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uQwWV73Eb7 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uQwWV73Eb7 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uQwWV73Eb7 .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uQwWV73Eb7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQwWV73Eb7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQwWV73Eb7 .item-number,
.cid-uQwWV73Eb7 .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQwWV73Eb7 .item-title {
  color: #ffffff;
}
.cid-uQwWV73Eb7 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uQwWV73Eb7 .item-title,
.cid-uQwWV73Eb7 .tags-wrapper,
.cid-uQwWV73Eb7 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQwWV73Eb7 .list,
.cid-uQwWV73Eb7 .item-wrap {
  color: #000000;
}
.cid-v3G2zLluXd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v3G2zLluXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G2zLluXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3G2zLluXd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3G2zLluXd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v3G2zLluXd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3G2zLluXd .embla__slide .slide-content {
  width: 100%;
}
.cid-v3G2zLluXd .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v3G2zLluXd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3G2zLluXd .embla__button--next,
.cid-v3G2zLluXd .embla__button--prev {
  display: flex;
}
.cid-v3G2zLluXd .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #7f1924 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v3G2zLluXd .embla__button:hover {
  background-color: #7f1924 !important;
  color: #ffffff !important;
}
.cid-v3G2zLluXd .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-v3G2zLluXd .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v3G2zLluXd .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla {
    padding-bottom: 6rem;
  }
}
.cid-v3G2zLluXd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3G2zLluXd .embla__viewport {
    border: 10px solid #f7f7f7;
  }
}
.cid-v3G2zLluXd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3G2zLluXd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3G2zLluXd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3G2zLluXd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3G2zLluXd .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-v3bslgt8nB {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bslgt8nB *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bslgt8nB .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bslgt8nB .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bslgt8nB .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bslgt8nB .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bslgt8nB .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bslgt8nB input.form-control {
  padding: 0.5rem;
}
.cid-v3bslgt8nB .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bslgt8nB .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bslgt8nB .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bslgt8nB .days-column,
.cid-v3bslgt8nB .hours-column {
  display: inline-block;
}
.cid-v3bslgt8nB .days-column span,
.cid-v3bslgt8nB .hours-column span {
  display: block;
}
.cid-v3bslgt8nB .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bslgt8nB .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bslgt8nB .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bslgt8nB .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bslgt8nB .form-title,
.cid-v3bslgt8nB .btn-row {
  color: #7f1924;
}
.cid-v3bslgt8nB .follow-title,
.cid-v3bslgt8nB .social-list,
.cid-v3bslgt8nB .logo {
  color: #7f1924;
}
.cid-v3bslgt8nB .address-title,
.cid-v3bslgt8nB .address-block {
  color: #7f1924;
}
.cid-v3bslgt8nB .hours-column {
  color: #7f1924;
}
.cid-v3bslgt8nB .opening-hours-title,
.cid-v3bslgt8nB .opening-hours {
  color: #7f1924;
}
.cid-v3bslgt8nB .contacts-title,
.cid-v3bslgt8nB .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bslgt8nB LABEL {
  color: #7f1924;
}
.cid-uQXvx039kE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQXvx039kE a:link {
  text-decoration: none;
}
.cid-uQXvx039kE .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQXvx039kE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQXvx039kE .inner-text {
  line-height: 2em;
}
.cid-uQXvx039kE .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQXvx039kE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQXvx039kE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQXvx039kE .content-text,
.cid-uQXvx039kE .inner-text {
  color: #ffffff;
}
.cid-uQXvx039kE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXvx039kE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQQR3e2emO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQQR3e2emO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQR3e2emO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQR3e2emO .mbr-text,
.cid-uQQR3e2emO .mbr-section-btn {
  color: #000000;
}
.cid-uQQR3e2emO .mbr-section-title {
  color: #7f1924;
}
.cid-v3bsjpuvWB {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bsjpuvWB *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bsjpuvWB .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bsjpuvWB .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bsjpuvWB .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bsjpuvWB .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bsjpuvWB .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bsjpuvWB input.form-control {
  padding: 0.5rem;
}
.cid-v3bsjpuvWB .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bsjpuvWB .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bsjpuvWB .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bsjpuvWB .days-column,
.cid-v3bsjpuvWB .hours-column {
  display: inline-block;
}
.cid-v3bsjpuvWB .days-column span,
.cid-v3bsjpuvWB .hours-column span {
  display: block;
}
.cid-v3bsjpuvWB .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bsjpuvWB .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bsjpuvWB .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bsjpuvWB .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bsjpuvWB .form-title,
.cid-v3bsjpuvWB .btn-row {
  color: #7f1924;
}
.cid-v3bsjpuvWB .follow-title,
.cid-v3bsjpuvWB .social-list,
.cid-v3bsjpuvWB .logo {
  color: #7f1924;
}
.cid-v3bsjpuvWB .address-title,
.cid-v3bsjpuvWB .address-block {
  color: #7f1924;
}
.cid-v3bsjpuvWB .hours-column {
  color: #7f1924;
}
.cid-v3bsjpuvWB .opening-hours-title,
.cid-v3bsjpuvWB .opening-hours {
  color: #7f1924;
}
.cid-v3bsjpuvWB .contacts-title,
.cid-v3bsjpuvWB .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsjpuvWB LABEL {
  color: #7f1924;
}
.cid-uQXvvwTEsC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQXvvwTEsC a:link {
  text-decoration: none;
}
.cid-uQXvvwTEsC .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQXvvwTEsC .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQXvvwTEsC .inner-text {
  line-height: 2em;
}
.cid-uQXvvwTEsC .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQXvvwTEsC .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQXvvwTEsC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQXvvwTEsC .content-text,
.cid-uQXvvwTEsC .inner-text {
  color: #ffffff;
}
.cid-uQXvvwTEsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXvvwTEsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uQXr0s5bcH {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-2025-07-14-23.05.37-6fbe5af5.jpg-1600x872.jpg");
}
.cid-uQXr0s5bcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXr0s5bcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXr0s5bcH .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uQXr0s5bcH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQXr0s5bcH {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQXr0s5bcH .container {
    padding: 0 25px;
  }
}
.cid-uQXr0s5bcH .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uQXr0s5bcH .title-wrapper {
    padding: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-uQXr0s5bcH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQXr0s5bcH .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uQXr0s5bcH .mbr-section-title {
  color: #ffffff;
}
.cid-uQXr0s5bcH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQXr0s5bcH .mbr-section-title,
.cid-uQXr0s5bcH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQXr0s5bcH {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}
.cid-uQUb1vNVaY {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQUb1vNVaY .row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  min-height: auto;
}
.cid-uQUb1vNVaY .card-wrapper {
  position: relative;
  z-index: 20;
  padding: 30px 20px;
  background-color: #fff;
  opacity: 1;
  margin-top: -53.5vh;
  width: 100%;
  box-sizing: border-box;
  min-height: 200px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .cid-uQUb1vNVaY .label-wrapper {
    margin-bottom: 20px;
  }
  .cid-uQUb1vNVaY .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQUb1vNVaY .label-wrapper {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
  text-align: right;
}
.cid-uQUb1vNVaY .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
}
.cid-uQUb1vNVaY .mbr-section-title {
  margin-bottom: 20px;
  color: #19171c;
  text-align: right;
}
.cid-uQUb1vNVaY .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #19171c;
  text-align: right;
}
.cid-uQUb1vNVaY .mbr-section-title,
.cid-uQUb1vNVaY .mbr-section-btn,
.cid-uQUb1vNVaY .mbr-label,
.cid-uQUb1vNVaY .label-wrapper,
.cid-uQUb1vNVaY .mbr-text,
.cid-uQUb1vNVaY .text-wrapper {
  text-align: right;
}
.cid-uQUb1vNVaY .mbr-text,
.cid-uQUb1vNVaY .text-wrapper {
  text-align: right;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uQUb1vNVaY {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQUb1vNVaY .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQUb1vNVaY .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQUb1vNVaY {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-uQUb1vNVaY .card-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px;
    border-radius: 12px;
    min-height: 200px;
  }
  .cid-uQUb1vNVaY .text-wrapper {
    padding: 10px;
    margin: 0;
  }
}
.cid-uQUb1vNVaY H3 {
  text-align: right;
}
.cid-uQUaUbGniQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(152, 152, 152, 0) 60%, #f7f7f7 90%), url("../../../assets/images/-5-1920x1080.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uQUaUbGniQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUaUbGniQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUaUbGniQ .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uQUaUbGniQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQUaUbGniQ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQUaUbGniQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQUaUbGniQ .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uQUaUbGniQ .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uQUaUbGniQ .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-uQUaUbGniQ .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQUaUbGniQ .item {
    padding: 0 14px;
  }
}
.cid-uQUaUbGniQ .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #ffffff;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uQUaUbGniQ .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uQUaUbGniQ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uQUaUbGniQ .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  border-radius: 30px;
  background-color: #ffffff;
  margin: 5px;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uQUaUbGniQ .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #7f1924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uQUaUbGniQ .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uQUaUbGniQ .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uQUaUbGniQ .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-uQUaUbGniQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQUaUbGniQ .item-number,
.cid-uQUaUbGniQ .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQUaUbGniQ .item-title {
  color: #ffffff;
}
.cid-uQUaUbGniQ .list {
  color: #ffffff;
  text-align: center;
}
.cid-uQUaUbGniQ .item-title,
.cid-uQUaUbGniQ .tags-wrapper,
.cid-uQUaUbGniQ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uQUaUbGniQ .list,
.cid-uQUaUbGniQ .item-wrap {
  color: #000000;
}
.cid-v3G1Qayaeo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-v3G1Qayaeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G1Qayaeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3G1Qayaeo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3G1Qayaeo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v3G1Qayaeo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3G1Qayaeo .embla__slide .slide-content {
  width: 100%;
}
.cid-v3G1Qayaeo .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v3G1Qayaeo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3G1Qayaeo .embla__button--next,
.cid-v3G1Qayaeo .embla__button--prev {
  display: flex;
}
.cid-v3G1Qayaeo .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #7f1924 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-v3G1Qayaeo .embla__button:hover {
  background-color: #7f1924 !important;
  color: #ffffff !important;
}
.cid-v3G1Qayaeo .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-v3G1Qayaeo .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v3G1Qayaeo .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla {
    padding-bottom: 6rem;
  }
}
.cid-v3G1Qayaeo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3G1Qayaeo .embla__viewport {
    border: 10px solid #f7f7f7;
  }
}
.cid-v3G1Qayaeo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3G1Qayaeo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3G1Qayaeo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3G1Qayaeo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3G1Qayaeo .mbr-section-title {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsfsbSNy {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-v3bsfsbSNy *:focus {
  outline: none;
  box-shadow: none;
}
.cid-v3bsfsbSNy .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-v3bsfsbSNy .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v3bsfsbSNy .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v3bsfsbSNy .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v3bsfsbSNy .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v3bsfsbSNy input.form-control {
  padding: 0.5rem;
}
.cid-v3bsfsbSNy .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #7f1924 !important;
  border-radius: 50% !important;
}
.cid-v3bsfsbSNy .soc-item:hover {
  opacity: 0.5;
}
.cid-v3bsfsbSNy .soc-item .socicon {
  font-size: 1.5rem;
  color: #7f1924;
}
.cid-v3bsfsbSNy .days-column,
.cid-v3bsfsbSNy .hours-column {
  display: inline-block;
}
.cid-v3bsfsbSNy .days-column span,
.cid-v3bsfsbSNy .hours-column span {
  display: block;
}
.cid-v3bsfsbSNy .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-v3bsfsbSNy .days-column {
    padding-right: 0 !important;
  }
  .cid-v3bsfsbSNy .hours-column {
    max-width: 50% !important;
  }
  .cid-v3bsfsbSNy .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-v3bsfsbSNy .form-title,
.cid-v3bsfsbSNy .btn-row {
  color: #7f1924;
}
.cid-v3bsfsbSNy .follow-title,
.cid-v3bsfsbSNy .social-list,
.cid-v3bsfsbSNy .logo {
  color: #7f1924;
}
.cid-v3bsfsbSNy .address-title,
.cid-v3bsfsbSNy .address-block {
  color: #7f1924;
}
.cid-v3bsfsbSNy .hours-column {
  color: #7f1924;
}
.cid-v3bsfsbSNy .opening-hours-title,
.cid-v3bsfsbSNy .opening-hours {
  color: #7f1924;
}
.cid-v3bsfsbSNy .contacts-title,
.cid-v3bsfsbSNy .contacts-block {
  color: #7f1924;
  text-align: center;
}
.cid-v3bsfsbSNy LABEL {
  color: #7f1924;
}
.cid-uQXvtHzr9H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQXvtHzr9H a:link {
  text-decoration: none;
}
.cid-uQXvtHzr9H .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQXvtHzr9H .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQXvtHzr9H .inner-text {
  line-height: 2em;
}
.cid-uQXvtHzr9H .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQXvtHzr9H .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQXvtHzr9H .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQXvtHzr9H .content-text,
.cid-uQXvtHzr9H .inner-text {
  color: #ffffff;
}
.cid-uQXvtHzr9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXvtHzr9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUpoZbeRtA {
  display: flex;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uUpoZbeRtA {
    align-items: center;
  }
  .cid-uUpoZbeRtA .row {
    justify-content: center;
  }
  .cid-uUpoZbeRtA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUpoZbeRtA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUpoZbeRtA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUpoZbeRtA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUpoZbeRtA .content-wrap {
    width: 100%;
  }
}
.cid-uUpoZbeRtA .mbr-section-title,
.cid-uUpoZbeRtA .mbr-section-subtitle {
  text-align: center;
}
.cid-uUpoZbeRtA .mbr-text,
.cid-uUpoZbeRtA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUpoZbeRtA .mbr-section-title {
  color: #7f1924;
}
.cid-uQfI0AxvSj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uQfI0AxvSj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQfI0AxvSj .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uQfI0AxvSj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #541118;
  color: #7f1924;
  background: #7f1924 !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQfI0AxvSj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uQfI0AxvSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #7f1924;
}
.cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uQfI0AxvSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQfI0AxvSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 90.9vh;
  }
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uQfI0AxvSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uQfI0AxvSj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uQfI0AxvSj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uQfI0AxvSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uQfI0AxvSj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uQfI0AxvSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uQfI0AxvSj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uQfI0AxvSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uQfI0AxvSj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQfI0AxvSj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uQfI0AxvSj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uQfI0AxvSj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uQfI0AxvSj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uQfI0AxvSj .navbar-brand {
  height: 4.9rem;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQfI0AxvSj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uQfI0AxvSj .dropdown-item.active,
.cid-uQfI0AxvSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQfI0AxvSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQfI0AxvSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uQfI0AxvSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQfI0AxvSj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uQfI0AxvSj .navbar-buttons {
  text-align: center;
}
.cid-uQfI0AxvSj 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-uQfI0AxvSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7f1924;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uQfI0AxvSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQfI0AxvSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uQfI0AxvSj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #7f1924;
}
.cid-uQfI0AxvSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uQfI0AxvSj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uQfI0AxvSj .nav-link:hover,
.cid-uQfI0AxvSj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uQfI0AxvSj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uQfI0AxvSj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uQfI0AxvSj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uUpsPKUYNY {
  display: flex;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uUpsPKUYNY {
    align-items: center;
  }
  .cid-uUpsPKUYNY .row {
    justify-content: center;
  }
  .cid-uUpsPKUYNY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUpsPKUYNY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUpsPKUYNY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUpsPKUYNY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUpsPKUYNY .content-wrap {
    width: 100%;
  }
}
.cid-uUpsPKUYNY .mbr-section-title,
.cid-uUpsPKUYNY .mbr-section-subtitle {
  text-align: center;
}
.cid-uUpsPKUYNY .mbr-text,
.cid-uUpsPKUYNY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUpsPKUYNY .mbr-section-title {
  color: #7f1924;
}
.cid-uUpsPKUYNY H2 {
  text-align: center;
}
.cid-uQQL57Ukol {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1924;
}
.cid-uQQL57Ukol a:link {
  text-decoration: none;
}
.cid-uQQL57Ukol .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQQL57Ukol .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uQQL57Ukol .inner-text {
  line-height: 2em;
}
.cid-uQQL57Ukol .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQL57Ukol .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uQQL57Ukol .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uQQL57Ukol .content-text,
.cid-uQQL57Ukol .inner-text {
  color: #ffffff;
}
.cid-uQQL57Ukol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQL57Ukol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
