body {
  font-family: 'Brygada 1918', serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.0625rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e04600 !important;
}
.bg-success {
  background-color: #ff9a2e !important;
}
.bg-info {
  background-color: #2e57a6 !important;
}
.bg-warning {
  background-color: #3d1c22 !important;
}
.bg-danger {
  background-color: #31a3bf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e04600 !important;
  border-color: #e04600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #892b00 !important;
  border-color: #892b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #892b00 !important;
  border-color: #892b00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2e57a6 !important;
  border-color: #2e57a6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1b3362 !important;
  border-color: #1b3362 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1b3362 !important;
  border-color: #1b3362 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9a2e !important;
  border-color: #ff9a2e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d66f00 !important;
  border-color: #d66f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d66f00 !important;
  border-color: #d66f00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3d1c22 !important;
  border-color: #3d1c22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #020101 !important;
  border-color: #020101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #020101 !important;
  border-color: #020101 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #31a3bf !important;
  border-color: #31a3bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1f687a !important;
  border-color: #1f687a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f687a !important;
  border-color: #1f687a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e04600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #892b00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e04600 !important;
  border-color: #e04600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2e57a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1b3362 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2e57a6 !important;
  border-color: #2e57a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9a2e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d66f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9a2e !important;
  border-color: #ff9a2e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d1c22;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #020101 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3d1c22 !important;
  border-color: #3d1c22 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31a3bf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f687a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #31a3bf !important;
  border-color: #31a3bf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #e04600 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ff9a2e !important;
}
.text-info {
  color: #2e57a6 !important;
}
.text-warning {
  color: #3d1c22 !important;
}
.text-danger {
  color: #31a3bf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7a2600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c76700 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #182d56 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1c5e6e !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: #e04600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2e57a6;
}
.alert-warning {
  background-color: #3d1c22;
}
.alert-danger {
  background-color: #31a3bf;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e04600;
  border-color: #e04600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e04600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc7ad;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffdfa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #799ada;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c37c89;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8ed1e2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #e04600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e04600;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e04600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e04600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e04600;
  border-bottom-color: #e04600;
}
.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: #e04600 !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: #ffffff !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='%23e04600' %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;
}
.cid-sK8WHrsCdW {
  z-index: 1000;
  width: 100%;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-sK8WHrsCdW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #3d1c22;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #e04600 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #ffffff !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d1c22;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #202020;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #7a7a7a;
}
.cid-uDWmVS6xsO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-5-1920x1280.jpg");
}
.cid-uDWmVS6xsO .image-wrapper,
.cid-uDWmVS6xsO img {
  width: 100%;
  object-fit: contain;
}
.cid-uDWmVS6xsO img {
  display: inline-block;
  width: 15rem;
}
.cid-uDWmVS6xsO .mbr-section-title {
  margin: 25px 0;
}
.cid-uDWmVS6xsO .mbr-text {
  margin-bottom: 19px;
}
.cid-uDPCIntiTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clientes-restaurante-009.jpg-1600x738.jpg");
}
.cid-uDPCIntiTI .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uDPCIntiTI .form-control,
.cid-uDPCIntiTI .field-input,
.cid-uDPCIntiTI textarea {
  background-color: #ebf2e9;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-uDPCIntiTI .form-control::-webkit-input-placeholder,
.cid-uDPCIntiTI .field-input::-webkit-input-placeholder,
.cid-uDPCIntiTI textarea::-webkit-input-placeholder,
.cid-uDPCIntiTI .form-control::-webkit-input-placeholder,
.cid-uDPCIntiTI .field-input::-webkit-input-placeholder,
.cid-uDPCIntiTI textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-uDPCIntiTI .form-control:-moz-placeholder,
.cid-uDPCIntiTI .field-input:-moz-placeholder,
.cid-uDPCIntiTI textarea:-moz-placeholder,
.cid-uDPCIntiTI .form-control:-moz-placeholder,
.cid-uDPCIntiTI .field-input:-moz-placeholder,
.cid-uDPCIntiTI textarea:-moz-placeholder {
  color: #555555;
}
.cid-uDPCIntiTI .form-control:hover,
.cid-uDPCIntiTI .field-input:hover,
.cid-uDPCIntiTI textarea:hover,
.cid-uDPCIntiTI .form-control:focus,
.cid-uDPCIntiTI .field-input:focus,
.cid-uDPCIntiTI textarea:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-uDPCIntiTI .form-control:hover::-webkit-input-placeholder,
.cid-uDPCIntiTI .field-input:hover::-webkit-input-placeholder,
.cid-uDPCIntiTI textarea:hover::-webkit-input-placeholder,
.cid-uDPCIntiTI .form-control:focus::-webkit-input-placeholder,
.cid-uDPCIntiTI .field-input:focus::-webkit-input-placeholder,
.cid-uDPCIntiTI textarea:focus::-webkit-input-placeholder,
.cid-uDPCIntiTI .form-control:hover::-webkit-input-placeholder,
.cid-uDPCIntiTI .field-input:hover::-webkit-input-placeholder,
.cid-uDPCIntiTI textarea:hover::-webkit-input-placeholder,
.cid-uDPCIntiTI .form-control:focus::-webkit-input-placeholder,
.cid-uDPCIntiTI .field-input:focus::-webkit-input-placeholder,
.cid-uDPCIntiTI textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-uDPCIntiTI .form-control:hover:-moz-placeholder,
.cid-uDPCIntiTI .field-input:hover:-moz-placeholder,
.cid-uDPCIntiTI textarea:hover:-moz-placeholder,
.cid-uDPCIntiTI .form-control:focus:-moz-placeholder,
.cid-uDPCIntiTI .field-input:focus:-moz-placeholder,
.cid-uDPCIntiTI textarea:focus:-moz-placeholder,
.cid-uDPCIntiTI .form-control:hover:-moz-placeholder,
.cid-uDPCIntiTI .field-input:hover:-moz-placeholder,
.cid-uDPCIntiTI textarea:hover:-moz-placeholder,
.cid-uDPCIntiTI .form-control:focus:-moz-placeholder,
.cid-uDPCIntiTI .field-input:focus:-moz-placeholder,
.cid-uDPCIntiTI textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-uDPCIntiTI .jq-number__spin:hover,
.cid-uDPCIntiTI .jq-number__spin:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uDPCIntiTI .jq-number__spin {
  background-color: #ebf2e9;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDPCIntiTI .jq-selectbox li,
.cid-uDPCIntiTI .jq-selectbox li {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-uDPCIntiTI .jq-selectbox li:hover,
.cid-uDPCIntiTI .jq-selectbox li.selected {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-uDPCIntiTI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uDPCIntiTI .jq-number__spin.minus:hover:after,
.cid-uDPCIntiTI .jq-number__spin.plus:hover:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-uDPCIntiTI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uDPCIntiTI .jq-number__spin.minus:after,
.cid-uDPCIntiTI .jq-number__spin.plus:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-uDPCIntiTI input::-webkit-clear-button {
  display: none;
}
.cid-uDPCIntiTI input::-webkit-inner-spin-button {
  display: none;
}
.cid-uDPCIntiTI input::-webkit-outer-spin-button {
  display: none;
}
.cid-uDPCIntiTI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uDPCIntiTI .container {
  background-color: #31a3bf;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uDPCIntiTI .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPCIntiTI .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-uDPCIntiTI .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 17px;
  font-weight: 600;
  width: 100%;
}
.cid-uDPCIntiTI .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-uDPCIntiTI .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-uDPCIntiTI .mbr-text {
  margin-bottom: 37px;
}
.cid-uDPCIntiTI .shape {
  width: 135px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-uDPCIntiTI .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.cid-uDPCIntiTI .dragArea {
  justify-content: center;
}
.cid-uDPCIntiTI .textGDPR.display-7 {
  font-size: 16px;
}
.cid-uDPCIntiTI .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-uDPCIntiTI .form-control,
.cid-uDPCIntiTI .field-input,
.cid-uDPCIntiTI textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-uDPCIntiTI .form-check {
  padding-left: 2.5em !important;
}
.cid-uDPCIntiTI .form-check .display-7 {
  font-size: 16px !important;
}
.cid-uE4ojTE9UC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uE4ojTE9UC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE4ojTE9UC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE4ojTE9UC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE4ojTE9UC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uE4ojTE9UC .container {
    padding: 0;
  }
}
.cid-uE4ojTE9UC .row {
  margin: 0;
}
.cid-uE4ojTE9UC .card {
  padding: 0;
}
.cid-uE4ojTE9UC .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uE4ojTE9UC .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE4ojTE9UC .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uE4ojTE9UC .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uE4ojTE9UC .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-uE4ojTE9UC .card .title-wrapper {
  padding: 0 150px;
}
.cid-uE4ojTE9UC .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uE4ojTE9UC .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uE4ojTE9UC .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-uE4ojTE9UC .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-uE4ojTE9UC .mbr-section-title {
  color: #263a5c;
}
.cid-uE4ojTE9UC .mbr-text {
  color: #263652;
}
.cid-uE6VPIQJSl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uE6VPIQJSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6VPIQJSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6VPIQJSl .mbr-section-title {
  color: #31a3bf;
}
.cid-uE0A0pCCUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31a3bf;
}
.cid-uE0A0pCCUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0A0pCCUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0A0pCCUp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uE0A0pCCUp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE0A0pCCUp .embla__slide .slide-content {
  width: 100%;
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #ed463f;
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE0A0pCCUp .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uE0A0pCCUp .embla__button--next,
.cid-uE0A0pCCUp .embla__button--prev {
  display: flex;
}
.cid-uE0A0pCCUp .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uE0A0pCCUp .embla__button {
    bottom: 0;
  }
}
.cid-uE0A0pCCUp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uE0A0pCCUp .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uE0A0pCCUp .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uE0A0pCCUp .embla__button.embla__button--next {
  right: 30px;
}
.cid-uE0A0pCCUp .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uE0A0pCCUp .embla {
    padding-bottom: 4rem;
  }
}
.cid-uE0A0pCCUp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #ffffff;
}
.cid-uE0A0pCCUp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE0A0pCCUp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE0A0pCCUp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE0A0pCCUp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uE0A0pCCUp .mbr-section-title {
  color: #404349;
}
.cid-uE0A0pCCUp .mbr-text {
  color: #404349;
}
.cid-uE0A0pCCUp .mbr-desc {
  color: #404349;
}
.cid-uE4tDoqhy8 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/preparacin-ceviche-peruano-1920x880.jpg");
}
.cid-uE4tDoqhy8 .image-wrapper,
.cid-uE4tDoqhy8 img {
  width: 100%;
  object-fit: contain;
}
.cid-uE4tDoqhy8 img {
  display: inline-block;
  width: 6rem;
}
.cid-uE4tDoqhy8 .mbr-section-title {
  margin: 25px 0;
}
.cid-uE4tDoqhy8 .mbr-text {
  margin-bottom: 19px;
}
.cid-uFDNxNRIkq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pimentn-relleno-cs-1200x900.jpg");
}
.cid-uFDNxNRIkq .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNxNRIkq .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNxNRIkq .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNxNRIkq .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNxNRIkq .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNxNRIkq .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNxNRIkq .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNxNRIkq .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNxNRIkq .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNxNRIkq .menu-item {
    flex-direction: column;
  }
  .cid-uFDNxNRIkq img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNxNRIkq .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNxNRIkq .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNxNRIkq .special-label {
  color: #fff;
}
.cid-uFDNxNRIkq .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNxNRIkq .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNxNRIkq .menu-row {
  margin: 0;
}
.cid-uFDNxNRIkq .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNxNRIkq .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNxNRIkq .group-title,
.cid-uFDNxNRIkq .align-wrap {
  text-align: left;
}
.cid-uFDNxNRIkq SPAN {
  color: #ffffff;
}
.cid-uFDNxNRIkq .item-title {
  color: #ffffff;
}
.cid-uFDNxNRIkq H4 {
  color: #ffffff;
}
.cid-uFDNxNRIkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNxNRIkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNxNRIkq .mbr-section-title,
.cid-uFDNxNRIkq .ornament {
  color: #31a3bf;
}
.cid-uFDNzZ1z7o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/entradas-calientes.jpg-768x320.jpg");
}
.cid-uFDNzZ1z7o .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNzZ1z7o .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNzZ1z7o .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNzZ1z7o .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNzZ1z7o .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNzZ1z7o .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNzZ1z7o .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNzZ1z7o .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNzZ1z7o .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNzZ1z7o .menu-item {
    flex-direction: column;
  }
  .cid-uFDNzZ1z7o img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNzZ1z7o .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNzZ1z7o .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNzZ1z7o .special-label {
  color: #fff;
}
.cid-uFDNzZ1z7o .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNzZ1z7o .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNzZ1z7o .menu-row {
  margin: 0;
}
.cid-uFDNzZ1z7o .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNzZ1z7o .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNzZ1z7o .group-title,
.cid-uFDNzZ1z7o .align-wrap {
  text-align: left;
}
.cid-uFDNzZ1z7o SPAN {
  color: #ffffff;
}
.cid-uFDNzZ1z7o .item-title {
  color: #ffffff;
}
.cid-uFDNzZ1z7o H4 {
  color: #e7272d;
}
.cid-uFDNzZ1z7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNzZ1z7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNAyFyaE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
}
.cid-uFDNAyFyaE .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNAyFyaE .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNAyFyaE .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNAyFyaE .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNAyFyaE .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNAyFyaE .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNAyFyaE .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNAyFyaE .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNAyFyaE .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNAyFyaE .menu-item {
    flex-direction: column;
  }
  .cid-uFDNAyFyaE img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNAyFyaE .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNAyFyaE .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNAyFyaE .special-label {
  color: #fff;
}
.cid-uFDNAyFyaE .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNAyFyaE .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNAyFyaE .menu-row {
  margin: 0;
}
.cid-uFDNAyFyaE .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNAyFyaE .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNAyFyaE .group-title,
.cid-uFDNAyFyaE .align-wrap {
  text-align: left;
}
.cid-uFDNAyFyaE SPAN {
  color: #ffffff;
}
.cid-uFDNAyFyaE .item-title {
  color: #ffffff;
}
.cid-uFDNAyFyaE H4 {
  color: #e7272d;
}
.cid-uFDNAyFyaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNAyFyaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNB64M2J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tiradito-tres-sabores.jpg-1200x553.jpg");
}
.cid-uFDNB64M2J .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNB64M2J .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNB64M2J .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNB64M2J .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNB64M2J .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNB64M2J .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNB64M2J .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNB64M2J .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNB64M2J .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNB64M2J .menu-item {
    flex-direction: column;
  }
  .cid-uFDNB64M2J img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNB64M2J .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNB64M2J .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNB64M2J .special-label {
  color: #fff;
}
.cid-uFDNB64M2J .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNB64M2J .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNB64M2J .menu-row {
  margin: 0;
}
.cid-uFDNB64M2J .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNB64M2J .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNB64M2J .group-title,
.cid-uFDNB64M2J .align-wrap {
  text-align: left;
}
.cid-uFDNB64M2J SPAN {
  color: #ffffff;
}
.cid-uFDNB64M2J .item-title {
  color: #ffffff;
}
.cid-uFDNB64M2J H4 {
  color: #e7272d;
}
.cid-uFDNB64M2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNB64M2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNBEfQKe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/toma-este-plato-1-768x432.jpg");
}
.cid-uFDNBEfQKe .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNBEfQKe .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNBEfQKe .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNBEfQKe .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNBEfQKe .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNBEfQKe .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNBEfQKe .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNBEfQKe .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNBEfQKe .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNBEfQKe .menu-item {
    flex-direction: column;
  }
  .cid-uFDNBEfQKe img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNBEfQKe .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNBEfQKe .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNBEfQKe .special-label {
  color: #fff;
}
.cid-uFDNBEfQKe .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNBEfQKe .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNBEfQKe .menu-row {
  margin: 0;
}
.cid-uFDNBEfQKe .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNBEfQKe .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNBEfQKe .group-title,
.cid-uFDNBEfQKe .align-wrap {
  text-align: left;
}
.cid-uFDNBEfQKe SPAN {
  color: #ffffff;
}
.cid-uFDNBEfQKe .item-title {
  color: #ffffff;
}
.cid-uFDNBEfQKe H4 {
  color: #e7272d;
}
.cid-uFDNBEfQKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNBEfQKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNCdLspB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-26-1920x1280.jpg");
}
.cid-uFDNCdLspB .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNCdLspB .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNCdLspB .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNCdLspB .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNCdLspB .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNCdLspB .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNCdLspB .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNCdLspB .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNCdLspB .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNCdLspB .menu-item {
    flex-direction: column;
  }
  .cid-uFDNCdLspB img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNCdLspB .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNCdLspB .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNCdLspB .special-label {
  color: #fff;
}
.cid-uFDNCdLspB .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNCdLspB .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNCdLspB .menu-row {
  margin: 0;
}
.cid-uFDNCdLspB .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNCdLspB .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNCdLspB .group-title,
.cid-uFDNCdLspB .align-wrap {
  text-align: left;
}
.cid-uFDNCdLspB SPAN {
  color: #ffffff;
}
.cid-uFDNCdLspB .item-title {
  color: #ffffff;
}
.cid-uFDNCdLspB H4 {
  color: #e7272d;
}
.cid-uFDNCdLspB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNCdLspB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFQIqtzsw1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-24-1920x1280.jpg");
}
.cid-uFQIqtzsw1 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFQIqtzsw1 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFQIqtzsw1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFQIqtzsw1 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFQIqtzsw1 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFQIqtzsw1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFQIqtzsw1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFQIqtzsw1 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFQIqtzsw1 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFQIqtzsw1 .menu-item {
    flex-direction: column;
  }
  .cid-uFQIqtzsw1 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFQIqtzsw1 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFQIqtzsw1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFQIqtzsw1 .special-label {
  color: #fff;
}
.cid-uFQIqtzsw1 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFQIqtzsw1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFQIqtzsw1 .menu-row {
  margin: 0;
}
.cid-uFQIqtzsw1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFQIqtzsw1 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFQIqtzsw1 .group-title,
.cid-uFQIqtzsw1 .align-wrap {
  text-align: left;
}
.cid-uFQIqtzsw1 SPAN {
  color: #ffffff;
}
.cid-uFQIqtzsw1 .item-title {
  color: #ffffff;
}
.cid-uFQIqtzsw1 H4 {
  color: #e7272d;
}
.cid-uFQIqtzsw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQIqtzsw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFQIrFUN0f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-23-1920x1280.jpg");
}
.cid-uFQIrFUN0f .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFQIrFUN0f .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFQIrFUN0f .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFQIrFUN0f .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFQIrFUN0f .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFQIrFUN0f .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFQIrFUN0f .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFQIrFUN0f .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFQIrFUN0f .mbr-figure {
    width: 100% !important;
  }
  .cid-uFQIrFUN0f .menu-item {
    flex-direction: column;
  }
  .cid-uFQIrFUN0f img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFQIrFUN0f .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFQIrFUN0f .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFQIrFUN0f .special-label {
  color: #fff;
}
.cid-uFQIrFUN0f .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFQIrFUN0f .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFQIrFUN0f .menu-row {
  margin: 0;
}
.cid-uFQIrFUN0f .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFQIrFUN0f .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFQIrFUN0f .group-title,
.cid-uFQIrFUN0f .align-wrap {
  text-align: left;
}
.cid-uFQIrFUN0f SPAN {
  color: #ffffff;
}
.cid-uFQIrFUN0f .item-title {
  color: #ffffff;
}
.cid-uFQIrFUN0f H4 {
  color: #e7272d;
}
.cid-uFQIrFUN0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQIrFUN0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFQIsHjhHS {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uFQIsHjhHS .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFQIsHjhHS .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFQIsHjhHS .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFQIsHjhHS .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFQIsHjhHS .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFQIsHjhHS .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFQIsHjhHS .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFQIsHjhHS .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFQIsHjhHS .mbr-figure {
    width: 100% !important;
  }
  .cid-uFQIsHjhHS .menu-item {
    flex-direction: column;
  }
  .cid-uFQIsHjhHS img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFQIsHjhHS .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFQIsHjhHS .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFQIsHjhHS .special-label {
  color: #fff;
}
.cid-uFQIsHjhHS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFQIsHjhHS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFQIsHjhHS .menu-row {
  margin: 0;
}
.cid-uFQIsHjhHS .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFQIsHjhHS .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFQIsHjhHS .group-title,
.cid-uFQIsHjhHS .align-wrap {
  text-align: left;
}
.cid-uFQIsHjhHS SPAN {
  color: #ffffff;
}
.cid-uFQIsHjhHS .item-title {
  color: #ffffff;
}
.cid-uFQIsHjhHS H4 {
  color: #e7272d;
}
.cid-uFQIsHjhHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFQIsHjhHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFDNCOcyrf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nombre-cs-1200x900.jpg");
}
.cid-uFDNCOcyrf .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNCOcyrf .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNCOcyrf .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNCOcyrf .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNCOcyrf .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNCOcyrf .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNCOcyrf .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNCOcyrf .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNCOcyrf .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNCOcyrf .menu-item {
    flex-direction: column;
  }
  .cid-uFDNCOcyrf img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNCOcyrf .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNCOcyrf .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNCOcyrf .special-label {
  color: #fff;
}
.cid-uFDNCOcyrf .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNCOcyrf .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNCOcyrf .menu-row {
  margin: 0;
}
.cid-uFDNCOcyrf .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNCOcyrf .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNCOcyrf .group-title,
.cid-uFDNCOcyrf .align-wrap {
  text-align: left;
}
.cid-uFDNCOcyrf SPAN {
  color: #ffffff;
}
.cid-uFDNCOcyrf .item-title {
  color: #ffffff;
}
.cid-uFDNCOcyrf H4 {
  color: #e7272d;
}
.cid-uFDNCOcyrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNCOcyrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNDpgv3L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-25-1920x1280.jpg");
}
.cid-uFDNDpgv3L .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNDpgv3L .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNDpgv3L .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNDpgv3L .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNDpgv3L .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNDpgv3L .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNDpgv3L .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNDpgv3L .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNDpgv3L .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNDpgv3L .menu-item {
    flex-direction: column;
  }
  .cid-uFDNDpgv3L img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNDpgv3L .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNDpgv3L .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNDpgv3L .special-label {
  color: #fff;
}
.cid-uFDNDpgv3L .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNDpgv3L .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNDpgv3L .menu-row {
  margin: 0;
}
.cid-uFDNDpgv3L .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNDpgv3L .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNDpgv3L .group-title,
.cid-uFDNDpgv3L .align-wrap {
  text-align: left;
}
.cid-uFDNDpgv3L SPAN {
  color: #ffffff;
}
.cid-uFDNDpgv3L .item-title {
  color: #ffffff;
}
.cid-uFDNDpgv3L H4 {
  color: #e7272d;
}
.cid-uFDNDpgv3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNDpgv3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNFkuwHT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uFDNFkuwHT .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNFkuwHT .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNFkuwHT .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNFkuwHT .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNFkuwHT .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNFkuwHT .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNFkuwHT .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNFkuwHT .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNFkuwHT .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNFkuwHT .menu-item {
    flex-direction: column;
  }
  .cid-uFDNFkuwHT img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNFkuwHT .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNFkuwHT .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNFkuwHT .special-label {
  color: #fff;
}
.cid-uFDNFkuwHT .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNFkuwHT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNFkuwHT .menu-row {
  margin: 0;
}
.cid-uFDNFkuwHT .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #31a3bf;
}
.cid-uFDNFkuwHT .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNFkuwHT .group-title,
.cid-uFDNFkuwHT .align-wrap {
  text-align: left;
}
.cid-uFDNFkuwHT SPAN {
  color: #ffffff;
}
.cid-uFDNFkuwHT .item-title {
  color: #ffffff;
}
.cid-uFDNFkuwHT H4 {
  color: #e7272d;
}
.cid-uFDNFkuwHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNFkuwHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNFUkqQQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-uFDNFUkqQQ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFDNFUkqQQ .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFDNFUkqQQ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFDNFUkqQQ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFDNFUkqQQ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFDNFUkqQQ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFDNFUkqQQ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFDNFUkqQQ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFDNFUkqQQ .mbr-figure {
    width: 100% !important;
  }
  .cid-uFDNFUkqQQ .menu-item {
    flex-direction: column;
  }
  .cid-uFDNFUkqQQ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFDNFUkqQQ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFDNFUkqQQ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFDNFUkqQQ .special-label {
  color: #fff;
}
.cid-uFDNFUkqQQ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFDNFUkqQQ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFDNFUkqQQ .menu-row {
  margin: 0;
}
.cid-uFDNFUkqQQ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFDNFUkqQQ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFDNFUkqQQ .group-title,
.cid-uFDNFUkqQQ .align-wrap {
  text-align: left;
}
.cid-uFDNFUkqQQ SPAN {
  color: #ffffff;
}
.cid-uFDNFUkqQQ .item-title {
  color: #ffffff;
}
.cid-uFDNFUkqQQ H4 {
  color: #e7272d;
}
.cid-uFDNFUkqQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNFUkqQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFED7Bvzbj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x872.png");
}
.cid-uFED7Bvzbj .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFED7Bvzbj .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFED7Bvzbj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFED7Bvzbj .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFED7Bvzbj .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFED7Bvzbj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFED7Bvzbj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFED7Bvzbj .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFED7Bvzbj .mbr-figure {
    width: 100% !important;
  }
  .cid-uFED7Bvzbj .menu-item {
    flex-direction: column;
  }
  .cid-uFED7Bvzbj img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFED7Bvzbj .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFED7Bvzbj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFED7Bvzbj .special-label {
  color: #fff;
}
.cid-uFED7Bvzbj .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFED7Bvzbj .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFED7Bvzbj .menu-row {
  margin: 0;
}
.cid-uFED7Bvzbj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFED7Bvzbj .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFED7Bvzbj .group-title,
.cid-uFED7Bvzbj .align-wrap {
  text-align: left;
}
.cid-uFED7Bvzbj SPAN {
  color: #ffffff;
}
.cid-uFED7Bvzbj .item-title {
  color: #808080;
}
.cid-uFED7Bvzbj H4 {
  color: #e7272d;
}
.cid-uFED7Bvzbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFED7Bvzbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFED8UBkLR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-uFED8UBkLR .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFED8UBkLR .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFED8UBkLR .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFED8UBkLR .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFED8UBkLR .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFED8UBkLR .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFED8UBkLR .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFED8UBkLR .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFED8UBkLR .mbr-figure {
    width: 100% !important;
  }
  .cid-uFED8UBkLR .menu-item {
    flex-direction: column;
  }
  .cid-uFED8UBkLR img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFED8UBkLR .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFED8UBkLR .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFED8UBkLR .special-label {
  color: #fff;
}
.cid-uFED8UBkLR .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFED8UBkLR .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFED8UBkLR .menu-row {
  margin: 0;
}
.cid-uFED8UBkLR .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFED8UBkLR .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFED8UBkLR .group-title,
.cid-uFED8UBkLR .align-wrap {
  text-align: left;
}
.cid-uFED8UBkLR SPAN {
  color: #ffffff;
}
.cid-uFED8UBkLR .item-title {
  color: #808080;
}
.cid-uFED8UBkLR H4 {
  color: #e7272d;
}
.cid-uFED8UBkLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFED8UBkLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFED9KtZpz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-uFED9KtZpz .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFED9KtZpz .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-uFED9KtZpz .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-uFED9KtZpz .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFED9KtZpz .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFED9KtZpz .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFED9KtZpz .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFED9KtZpz .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFED9KtZpz .mbr-figure {
    width: 100% !important;
  }
  .cid-uFED9KtZpz .menu-item {
    flex-direction: column;
  }
  .cid-uFED9KtZpz img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFED9KtZpz .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFED9KtZpz .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFED9KtZpz .special-label {
  color: #fff;
}
.cid-uFED9KtZpz .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFED9KtZpz .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFED9KtZpz .menu-row {
  margin: 0;
}
.cid-uFED9KtZpz .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFED9KtZpz .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFED9KtZpz .group-title,
.cid-uFED9KtZpz .align-wrap {
  text-align: left;
}
.cid-uFED9KtZpz SPAN {
  color: #ffffff;
}
.cid-uFED9KtZpz .item-title {
  color: #808080;
}
.cid-uFED9KtZpz H4 {
  color: #e7272d;
}
.cid-uFED9KtZpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFED9KtZpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEDapXGDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-web-02.jpg-1200x900.jpg");
}
.cid-uFEDapXGDI .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEDapXGDI .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEDapXGDI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEDapXGDI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEDapXGDI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEDapXGDI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEDapXGDI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEDapXGDI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEDapXGDI .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEDapXGDI .menu-item {
    flex-direction: column;
  }
  .cid-uFEDapXGDI img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEDapXGDI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEDapXGDI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEDapXGDI .special-label {
  color: #fff;
}
.cid-uFEDapXGDI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEDapXGDI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEDapXGDI .menu-row {
  margin: 0;
}
.cid-uFEDapXGDI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uFEDapXGDI .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEDapXGDI .group-title,
.cid-uFEDapXGDI .align-wrap {
  text-align: left;
}
.cid-uFEDapXGDI SPAN {
  color: #ed2127;
}
.cid-uFEDapXGDI .item-title {
  color: #808080;
}
.cid-uFEDapXGDI H4 {
  color: #e7272d;
}
.cid-uFEDapXGDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEDapXGDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEDbi3Tb1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uFEDbi3Tb1 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEDbi3Tb1 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEDbi3Tb1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEDbi3Tb1 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEDbi3Tb1 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEDbi3Tb1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEDbi3Tb1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEDbi3Tb1 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEDbi3Tb1 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEDbi3Tb1 .menu-item {
    flex-direction: column;
  }
  .cid-uFEDbi3Tb1 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEDbi3Tb1 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEDbi3Tb1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEDbi3Tb1 .special-label {
  color: #fff;
}
.cid-uFEDbi3Tb1 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEDbi3Tb1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEDbi3Tb1 .menu-row {
  margin: 0;
}
.cid-uFEDbi3Tb1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uFEDbi3Tb1 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEDbi3Tb1 .group-title,
.cid-uFEDbi3Tb1 .align-wrap {
  text-align: left;
}
.cid-uFEDbi3Tb1 SPAN {
  color: #ed2127;
}
.cid-uFEDbi3Tb1 .item-title {
  color: #000000;
}
.cid-uFEDbi3Tb1 H4 {
  color: #e7272d;
}
.cid-uFEDbi3Tb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEDbi3Tb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFENCZGjk9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1281x1920.jpg");
}
.cid-uFENCZGjk9 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFENCZGjk9 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFENCZGjk9 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFENCZGjk9 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFENCZGjk9 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFENCZGjk9 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFENCZGjk9 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFENCZGjk9 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFENCZGjk9 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFENCZGjk9 .menu-item {
    flex-direction: column;
  }
  .cid-uFENCZGjk9 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFENCZGjk9 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFENCZGjk9 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFENCZGjk9 .special-label {
  color: #fff;
}
.cid-uFENCZGjk9 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFENCZGjk9 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFENCZGjk9 .menu-row {
  margin: 0;
}
.cid-uFENCZGjk9 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFENCZGjk9 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFENCZGjk9 .group-title,
.cid-uFENCZGjk9 .align-wrap {
  text-align: left;
}
.cid-uFENCZGjk9 SPAN {
  color: #ffffff;
}
.cid-uFENCZGjk9 .item-title {
  color: #808080;
}
.cid-uFENCZGjk9 H4 {
  color: #e7272d;
}
.cid-uFENCZGjk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFENCZGjk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFENEiaxuU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-uFENEiaxuU .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFENEiaxuU .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFENEiaxuU .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFENEiaxuU .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFENEiaxuU .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFENEiaxuU .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFENEiaxuU .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFENEiaxuU .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFENEiaxuU .mbr-figure {
    width: 100% !important;
  }
  .cid-uFENEiaxuU .menu-item {
    flex-direction: column;
  }
  .cid-uFENEiaxuU img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFENEiaxuU .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFENEiaxuU .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFENEiaxuU .special-label {
  color: #fff;
}
.cid-uFENEiaxuU .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFENEiaxuU .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFENEiaxuU .menu-row {
  margin: 0;
}
.cid-uFENEiaxuU .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFENEiaxuU .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFENEiaxuU .group-title,
.cid-uFENEiaxuU .align-wrap {
  text-align: left;
}
.cid-uFENEiaxuU SPAN {
  color: #ffffff;
}
.cid-uFENEiaxuU .item-title {
  color: #808080;
}
.cid-uFENEiaxuU H4 {
  color: #e7272d;
}
.cid-uFENEiaxuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFENEiaxuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFENEZb2m4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vegan-g07dc68689-1280-1-1.jpg-572x474.jpg");
}
.cid-uFENEZb2m4 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFENEZb2m4 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFENEZb2m4 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFENEZb2m4 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFENEZb2m4 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFENEZb2m4 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFENEZb2m4 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFENEZb2m4 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFENEZb2m4 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFENEZb2m4 .menu-item {
    flex-direction: column;
  }
  .cid-uFENEZb2m4 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFENEZb2m4 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFENEZb2m4 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFENEZb2m4 .special-label {
  color: #fff;
}
.cid-uFENEZb2m4 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFENEZb2m4 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFENEZb2m4 .menu-row {
  margin: 0;
}
.cid-uFENEZb2m4 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFENEZb2m4 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFENEZb2m4 .group-title,
.cid-uFENEZb2m4 .align-wrap {
  text-align: left;
}
.cid-uFENEZb2m4 SPAN {
  color: #ffffff;
}
.cid-uFENEZb2m4 .item-title {
  color: #ffffff;
}
.cid-uFENEZb2m4 H4 {
  color: #e7272d;
}
.cid-uFENEZb2m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFENEZb2m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFENFFWC5k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bar-fmyt.jpg-867x1156.jpg");
}
.cid-uFENFFWC5k .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFENFFWC5k .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFENFFWC5k .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFENFFWC5k .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFENFFWC5k .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFENFFWC5k .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFENFFWC5k .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFENFFWC5k .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFENFFWC5k .mbr-figure {
    width: 100% !important;
  }
  .cid-uFENFFWC5k .menu-item {
    flex-direction: column;
  }
  .cid-uFENFFWC5k img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFENFFWC5k .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFENFFWC5k .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFENFFWC5k .special-label {
  color: #fff;
}
.cid-uFENFFWC5k .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFENFFWC5k .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFENFFWC5k .menu-row {
  margin: 0;
}
.cid-uFENFFWC5k .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFENFFWC5k .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFENFFWC5k .group-title,
.cid-uFENFFWC5k .align-wrap {
  text-align: left;
}
.cid-uFENFFWC5k SPAN {
  color: #ffffff;
}
.cid-uFENFFWC5k .item-title {
  color: #808080;
}
.cid-uFENFFWC5k H4 {
  color: #e7272d;
}
.cid-uFENFFWC5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFENFFWC5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFENGp0BrN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-uFENGp0BrN .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFENGp0BrN .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFENGp0BrN .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFENGp0BrN .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFENGp0BrN .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFENGp0BrN .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFENGp0BrN .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFENGp0BrN .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFENGp0BrN .mbr-figure {
    width: 100% !important;
  }
  .cid-uFENGp0BrN .menu-item {
    flex-direction: column;
  }
  .cid-uFENGp0BrN img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFENGp0BrN .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFENGp0BrN .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFENGp0BrN .special-label {
  color: #fff;
}
.cid-uFENGp0BrN .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFENGp0BrN .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFENGp0BrN .menu-row {
  margin: 0;
}
.cid-uFENGp0BrN .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFENGp0BrN .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFENGp0BrN .group-title,
.cid-uFENGp0BrN .align-wrap {
  text-align: left;
}
.cid-uFENGp0BrN SPAN {
  color: #ffffff;
}
.cid-uFENGp0BrN .item-title {
  color: #ffffff;
}
.cid-uFENGp0BrN H4 {
  color: #e7272d;
}
.cid-uFENGp0BrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFENGp0BrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQgIz5bU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/qezans7atjnuf2j93-800-x.jpg-800x800.jpg");
}
.cid-uFEQgIz5bU .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEQgIz5bU .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEQgIz5bU .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEQgIz5bU .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEQgIz5bU .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEQgIz5bU .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEQgIz5bU .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEQgIz5bU .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEQgIz5bU .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEQgIz5bU .menu-item {
    flex-direction: column;
  }
  .cid-uFEQgIz5bU img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEQgIz5bU .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEQgIz5bU .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEQgIz5bU .special-label {
  color: #fff;
}
.cid-uFEQgIz5bU .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEQgIz5bU .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEQgIz5bU .menu-row {
  margin: 0;
}
.cid-uFEQgIz5bU .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEQgIz5bU .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEQgIz5bU .group-title,
.cid-uFEQgIz5bU .align-wrap {
  text-align: left;
}
.cid-uFEQgIz5bU SPAN {
  color: #e7272d;
}
.cid-uFEQgIz5bU .item-title {
  color: #ffffff;
}
.cid-uFEQgIz5bU H4 {
  color: #e7272d;
}
.cid-uFEQgIz5bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQgIz5bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQhrQJ03 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pisco-chileno.jpg-1-2000x1215.jpg");
}
.cid-uFEQhrQJ03 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEQhrQJ03 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEQhrQJ03 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEQhrQJ03 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEQhrQJ03 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEQhrQJ03 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEQhrQJ03 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEQhrQJ03 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEQhrQJ03 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEQhrQJ03 .menu-item {
    flex-direction: column;
  }
  .cid-uFEQhrQJ03 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEQhrQJ03 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEQhrQJ03 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEQhrQJ03 .special-label {
  color: #fff;
}
.cid-uFEQhrQJ03 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEQhrQJ03 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEQhrQJ03 .menu-row {
  margin: 0;
}
.cid-uFEQhrQJ03 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEQhrQJ03 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEQhrQJ03 .group-title,
.cid-uFEQhrQJ03 .align-wrap {
  text-align: left;
}
.cid-uFEQhrQJ03 SPAN {
  color: #ffffff;
}
.cid-uFEQhrQJ03 .item-title {
  color: #808080;
}
.cid-uFEQhrQJ03 H4 {
  color: #e7272d;
}
.cid-uFEQhrQJ03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQhrQJ03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQi7YQ8m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x656.jpg");
}
.cid-uFEQi7YQ8m .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEQi7YQ8m .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEQi7YQ8m .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEQi7YQ8m .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEQi7YQ8m .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEQi7YQ8m .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEQi7YQ8m .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEQi7YQ8m .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEQi7YQ8m .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEQi7YQ8m .menu-item {
    flex-direction: column;
  }
  .cid-uFEQi7YQ8m img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEQi7YQ8m .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEQi7YQ8m .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEQi7YQ8m .special-label {
  color: #fff;
}
.cid-uFEQi7YQ8m .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEQi7YQ8m .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEQi7YQ8m .menu-row {
  margin: 0;
}
.cid-uFEQi7YQ8m .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEQi7YQ8m .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEQi7YQ8m .group-title,
.cid-uFEQi7YQ8m .align-wrap {
  text-align: left;
}
.cid-uFEQi7YQ8m SPAN {
  color: #ffffff;
}
.cid-uFEQi7YQ8m .item-title {
  color: #808080;
}
.cid-uFEQi7YQ8m H4 {
  color: #e7272d;
}
.cid-uFEQi7YQ8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQi7YQ8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQiNRmft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x656.jpg");
}
.cid-uFEQiNRmft .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEQiNRmft .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEQiNRmft .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEQiNRmft .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEQiNRmft .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEQiNRmft .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEQiNRmft .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEQiNRmft .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEQiNRmft .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEQiNRmft .menu-item {
    flex-direction: column;
  }
  .cid-uFEQiNRmft img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEQiNRmft .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEQiNRmft .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEQiNRmft .special-label {
  color: #fff;
}
.cid-uFEQiNRmft .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEQiNRmft .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEQiNRmft .menu-row {
  margin: 0;
}
.cid-uFEQiNRmft .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEQiNRmft .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEQiNRmft .group-title,
.cid-uFEQiNRmft .align-wrap {
  text-align: left;
}
.cid-uFEQiNRmft SPAN {
  color: #ffffff;
}
.cid-uFEQiNRmft .item-title {
  color: #808080;
}
.cid-uFEQiNRmft H4 {
  color: #e7272d;
}
.cid-uFEQiNRmft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQiNRmft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQjtkpIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-uFEQjtkpIx .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEQjtkpIx .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEQjtkpIx .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEQjtkpIx .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEQjtkpIx .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEQjtkpIx .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEQjtkpIx .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEQjtkpIx .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEQjtkpIx .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEQjtkpIx .menu-item {
    flex-direction: column;
  }
  .cid-uFEQjtkpIx img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEQjtkpIx .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEQjtkpIx .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEQjtkpIx .special-label {
  color: #fff;
}
.cid-uFEQjtkpIx .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEQjtkpIx .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEQjtkpIx .menu-row {
  margin: 0;
}
.cid-uFEQjtkpIx .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uFEQjtkpIx .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEQjtkpIx .group-title,
.cid-uFEQjtkpIx .align-wrap {
  text-align: left;
}
.cid-uFEQjtkpIx SPAN {
  color: #ed2127;
}
.cid-uFEQjtkpIx .item-title {
  color: #808080;
}
.cid-uFEQjtkpIx H4 {
  color: #e7272d;
}
.cid-uFEQjtkpIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQjtkpIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEUbtD0nq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1037.jpg");
}
.cid-uFEUbtD0nq .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEUbtD0nq .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEUbtD0nq .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEUbtD0nq .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEUbtD0nq .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEUbtD0nq .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEUbtD0nq .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEUbtD0nq .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEUbtD0nq .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEUbtD0nq .menu-item {
    flex-direction: column;
  }
  .cid-uFEUbtD0nq img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEUbtD0nq .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEUbtD0nq .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEUbtD0nq .special-label {
  color: #fff;
}
.cid-uFEUbtD0nq .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEUbtD0nq .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEUbtD0nq .menu-row {
  margin: 0;
}
.cid-uFEUbtD0nq .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uFEUbtD0nq .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEUbtD0nq .group-title,
.cid-uFEUbtD0nq .align-wrap {
  text-align: left;
}
.cid-uFEUbtD0nq SPAN {
  color: #000000;
}
.cid-uFEUbtD0nq .item-title {
  color: #000000;
}
.cid-uFEUbtD0nq H4 {
  color: #e7272d;
}
.cid-uFEUbtD0nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEUbtD0nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEUcv3wUj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-uFEUcv3wUj .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEUcv3wUj .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEUcv3wUj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEUcv3wUj .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEUcv3wUj .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEUcv3wUj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEUcv3wUj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEUcv3wUj .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEUcv3wUj .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEUcv3wUj .menu-item {
    flex-direction: column;
  }
  .cid-uFEUcv3wUj img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEUcv3wUj .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEUcv3wUj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEUcv3wUj .special-label {
  color: #fff;
}
.cid-uFEUcv3wUj .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEUcv3wUj .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEUcv3wUj .menu-row {
  margin: 0;
}
.cid-uFEUcv3wUj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uFEUcv3wUj .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEUcv3wUj .group-title,
.cid-uFEUcv3wUj .align-wrap {
  text-align: left;
}
.cid-uFEUcv3wUj SPAN {
  color: #ffffff;
}
.cid-uFEUcv3wUj .item-title {
  color: #808080;
}
.cid-uFEUcv3wUj H4 {
  color: #e7272d;
}
.cid-uFEUcv3wUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEUcv3wUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEUdcxhzZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-uFEUdcxhzZ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEUdcxhzZ .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEUdcxhzZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEUdcxhzZ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEUdcxhzZ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEUdcxhzZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEUdcxhzZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEUdcxhzZ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEUdcxhzZ .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEUdcxhzZ .menu-item {
    flex-direction: column;
  }
  .cid-uFEUdcxhzZ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEUdcxhzZ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEUdcxhzZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEUdcxhzZ .special-label {
  color: #fff;
}
.cid-uFEUdcxhzZ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEUdcxhzZ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEUdcxhzZ .menu-row {
  margin: 0;
}
.cid-uFEUdcxhzZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEUdcxhzZ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEUdcxhzZ .group-title,
.cid-uFEUdcxhzZ .align-wrap {
  text-align: left;
}
.cid-uFEUdcxhzZ SPAN {
  color: #ffffff;
}
.cid-uFEUdcxhzZ .item-title {
  color: #808080;
}
.cid-uFEUdcxhzZ H4 {
  color: #e7272d;
}
.cid-uFEUdcxhzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEUdcxhzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEUe6AFy5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1258x1920.jpg");
}
.cid-uFEUe6AFy5 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEUe6AFy5 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEUe6AFy5 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEUe6AFy5 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEUe6AFy5 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEUe6AFy5 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEUe6AFy5 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEUe6AFy5 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEUe6AFy5 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEUe6AFy5 .menu-item {
    flex-direction: column;
  }
  .cid-uFEUe6AFy5 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEUe6AFy5 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEUe6AFy5 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEUe6AFy5 .special-label {
  color: #fff;
}
.cid-uFEUe6AFy5 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEUe6AFy5 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEUe6AFy5 .menu-row {
  margin: 0;
}
.cid-uFEUe6AFy5 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEUe6AFy5 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEUe6AFy5 .group-title,
.cid-uFEUe6AFy5 .align-wrap {
  text-align: left;
}
.cid-uFEUe6AFy5 SPAN {
  color: #ffffff;
}
.cid-uFEUe6AFy5 .item-title {
  color: #808080;
}
.cid-uFEUe6AFy5 H4 {
  color: #e7272d;
}
.cid-uFEUe6AFy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEUe6AFy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEUf7JnUq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
}
.cid-uFEUf7JnUq .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEUf7JnUq .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEUf7JnUq .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEUf7JnUq .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEUf7JnUq .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEUf7JnUq .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEUf7JnUq .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEUf7JnUq .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEUf7JnUq .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEUf7JnUq .menu-item {
    flex-direction: column;
  }
  .cid-uFEUf7JnUq img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEUf7JnUq .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEUf7JnUq .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEUf7JnUq .special-label {
  color: #fff;
}
.cid-uFEUf7JnUq .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEUf7JnUq .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEUf7JnUq .menu-row {
  margin: 0;
}
.cid-uFEUf7JnUq .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uFEUf7JnUq .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEUf7JnUq .group-title,
.cid-uFEUf7JnUq .align-wrap {
  text-align: left;
}
.cid-uFEUf7JnUq SPAN {
  color: #ffffff;
}
.cid-uFEUf7JnUq .item-title {
  color: #808080;
}
.cid-uFEUf7JnUq H4 {
  color: #e7272d;
}
.cid-uFEUf7JnUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEUf7JnUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEYcUiYvl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1280x1920.jpg");
}
.cid-uFEYcUiYvl .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEYcUiYvl .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEYcUiYvl .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEYcUiYvl .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEYcUiYvl .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEYcUiYvl .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEYcUiYvl .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEYcUiYvl .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEYcUiYvl .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEYcUiYvl .menu-item {
    flex-direction: column;
  }
  .cid-uFEYcUiYvl img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEYcUiYvl .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEYcUiYvl .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEYcUiYvl .special-label {
  color: #fff;
}
.cid-uFEYcUiYvl .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEYcUiYvl .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEYcUiYvl .menu-row {
  margin: 0;
}
.cid-uFEYcUiYvl .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEYcUiYvl .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEYcUiYvl .group-title,
.cid-uFEYcUiYvl .align-wrap {
  text-align: left;
}
.cid-uFEYcUiYvl SPAN {
  color: #ffffff;
}
.cid-uFEYcUiYvl .item-title {
  color: #808080;
}
.cid-uFEYcUiYvl H4 {
  color: #e7272d;
}
.cid-uFEYcUiYvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEYcUiYvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEYdEoAkZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-uFEYdEoAkZ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEYdEoAkZ .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEYdEoAkZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEYdEoAkZ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEYdEoAkZ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEYdEoAkZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEYdEoAkZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEYdEoAkZ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEYdEoAkZ .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEYdEoAkZ .menu-item {
    flex-direction: column;
  }
  .cid-uFEYdEoAkZ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEYdEoAkZ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEYdEoAkZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEYdEoAkZ .special-label {
  color: #fff;
}
.cid-uFEYdEoAkZ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEYdEoAkZ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEYdEoAkZ .menu-row {
  margin: 0;
}
.cid-uFEYdEoAkZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEYdEoAkZ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEYdEoAkZ .group-title,
.cid-uFEYdEoAkZ .align-wrap {
  text-align: left;
}
.cid-uFEYdEoAkZ SPAN {
  color: #ffffff;
}
.cid-uFEYdEoAkZ .item-title {
  color: #808080;
}
.cid-uFEYdEoAkZ H4 {
  color: #e7272d;
}
.cid-uFEYdEoAkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEYdEoAkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEYetQJKM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1320.jpg");
}
.cid-uFEYetQJKM .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFEYetQJKM .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFEYetQJKM .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFEYetQJKM .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFEYetQJKM .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFEYetQJKM .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFEYetQJKM .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFEYetQJKM .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFEYetQJKM .mbr-figure {
    width: 100% !important;
  }
  .cid-uFEYetQJKM .menu-item {
    flex-direction: column;
  }
  .cid-uFEYetQJKM img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFEYetQJKM .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFEYetQJKM .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFEYetQJKM .special-label {
  color: #fff;
}
.cid-uFEYetQJKM .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFEYetQJKM .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFEYetQJKM .menu-row {
  margin: 0;
}
.cid-uFEYetQJKM .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFEYetQJKM .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFEYetQJKM .group-title,
.cid-uFEYetQJKM .align-wrap {
  text-align: left;
}
.cid-uFEYetQJKM SPAN {
  color: #ffffff;
}
.cid-uFEYetQJKM .item-title {
  color: #808080;
}
.cid-uFEYetQJKM H4 {
  color: #e7272d;
}
.cid-uFEYetQJKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEYetQJKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFF1abgli3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
}
.cid-uFF1abgli3 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFF1abgli3 .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFF1abgli3 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFF1abgli3 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFF1abgli3 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFF1abgli3 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFF1abgli3 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFF1abgli3 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFF1abgli3 .mbr-figure {
    width: 100% !important;
  }
  .cid-uFF1abgli3 .menu-item {
    flex-direction: column;
  }
  .cid-uFF1abgli3 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFF1abgli3 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFF1abgli3 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFF1abgli3 .special-label {
  color: #fff;
}
.cid-uFF1abgli3 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFF1abgli3 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFF1abgli3 .menu-row {
  margin: 0;
}
.cid-uFF1abgli3 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFF1abgli3 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFF1abgli3 .group-title,
.cid-uFF1abgli3 .align-wrap {
  text-align: left;
}
.cid-uFF1abgli3 SPAN {
  color: #ffffff;
}
.cid-uFF1abgli3 .item-title {
  color: #808080;
}
.cid-uFF1abgli3 H4 {
  color: #e7272d;
}
.cid-uFF1abgli3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFF1abgli3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFF1sBKigH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-uFF1sBKigH .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFF1sBKigH .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFF1sBKigH .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFF1sBKigH .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFF1sBKigH .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFF1sBKigH .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFF1sBKigH .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFF1sBKigH .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFF1sBKigH .mbr-figure {
    width: 100% !important;
  }
  .cid-uFF1sBKigH .menu-item {
    flex-direction: column;
  }
  .cid-uFF1sBKigH img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFF1sBKigH .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFF1sBKigH .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFF1sBKigH .special-label {
  color: #fff;
}
.cid-uFF1sBKigH .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFF1sBKigH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFF1sBKigH .menu-row {
  margin: 0;
}
.cid-uFF1sBKigH .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFF1sBKigH .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFF1sBKigH .group-title,
.cid-uFF1sBKigH .align-wrap {
  text-align: left;
}
.cid-uFF1sBKigH SPAN {
  color: #ffffff;
}
.cid-uFF1sBKigH .item-title {
  color: #808080;
}
.cid-uFF1sBKigH H4 {
  color: #e7272d;
}
.cid-uFF1sBKigH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFF1sBKigH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFF2y0C4pP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1277x1920.jpg");
}
.cid-uFF2y0C4pP .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uFF2y0C4pP .item-tag {
  background: #31a3bf;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uFF2y0C4pP .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #31a3bf;
}
.cid-uFF2y0C4pP .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uFF2y0C4pP .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uFF2y0C4pP .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uFF2y0C4pP .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFF2y0C4pP .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uFF2y0C4pP .mbr-figure {
    width: 100% !important;
  }
  .cid-uFF2y0C4pP .menu-item {
    flex-direction: column;
  }
  .cid-uFF2y0C4pP img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uFF2y0C4pP .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uFF2y0C4pP .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uFF2y0C4pP .special-label {
  color: #fff;
}
.cid-uFF2y0C4pP .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uFF2y0C4pP .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uFF2y0C4pP .menu-row {
  margin: 0;
}
.cid-uFF2y0C4pP .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-uFF2y0C4pP .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uFF2y0C4pP .group-title,
.cid-uFF2y0C4pP .align-wrap {
  text-align: left;
}
.cid-uFF2y0C4pP SPAN {
  color: #ffffff;
}
.cid-uFF2y0C4pP .item-title {
  color: #808080;
}
.cid-uFF2y0C4pP H4 {
  color: #e7272d;
}
.cid-uFF2y0C4pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFF2y0C4pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sK8XG8x9uy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-de-copas.jpg-1200x900.jpg");
}
.cid-sK8XG8x9uy img {
  width: 100%;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 800px) {
  .cid-sK8XG8x9uy img {
    height: auto;
  }
}
.cid-uDVpavLpMO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-image: url("../../../assets/images/header-4-1920x1280.jpg");
}
.cid-uDVpavLpMO .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #006b54;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-uDVpavLpMO .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-uDVpavLpMO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uDVpavLpMO .team-card:hover {
  transform: translateY(-10px);
}
.cid-uDVpavLpMO .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-uDVpavLpMO .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-uDVpavLpMO .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uDVpavLpMO .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-uDVpavLpMO .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-uDVpavLpMO .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-uDVpavLpMO .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uDVpavLpMO .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-uDVpavLpMO .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-uDVpavLpMO .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-uDVpavLpMO .button {
    max-width: 1200px;
  }
}
.cid-uDVpavLpMO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-uDVpavLpMO .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uDVpavLpMO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDVpavLpMO .embla__button--next,
.cid-uDVpavLpMO .embla__button--prev {
  display: flex;
}
.cid-uDVpavLpMO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uDVpavLpMO .embla__button {
    display: none;
  }
}
.cid-uDVpavLpMO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDVpavLpMO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDVpavLpMO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDVpavLpMO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDVpavLpMO .embla__button {
    top: auto;
  }
}
.cid-uDVpavLpMO .embla {
  position: relative;
  width: 100%;
}
.cid-uDVpavLpMO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDVpavLpMO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDVpavLpMO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDVpavLpMO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDVpavLpMO .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uDVpavLpMO .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uDVpavLpMO .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uDVpavLpMO .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uDVpavLpMO .btn:hover,
.cid-uDVpavLpMO .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uDVpavLpMO .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uDVpavLpMO .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uDVpavLpMO .btn:hover:before,
.cid-uDVpavLpMO .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uDVpavLpMO .btn-secondary {
  color: #000000 !important;
}
.cid-uDVpavLpMO .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uDVpavLpMO .icon {
    display: none;
  }
}
.cid-uDVpavLpMO .mbr-info {
  color: #ffffff;
}
.cid-uDZ0IUuLdD {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1920.jpg");
}
.cid-uDZ0IUuLdD .accordion .card {
  overflow: hidden;
}
.cid-uDZ0IUuLdD .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uDZ0IUuLdD .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uDZ0IUuLdD .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uDZ0IUuLdD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uDZ0IUuLdD .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uDZ0IUuLdD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uDZ0IUuLdD .card .card-header a.panel-title h4:hover {
  color: #f9f205;
}
.cid-uDZ0IUuLdD .card .panel-body {
  color: #767676;
}
.cid-uDZ0IUuLdD .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-uDZ0IUuLdD .mbri-arrow-up {
  background: #f9f205;
  color: white !important;
}
.cid-uDZ0IUuLdD .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uDZ0IUuLdD .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uDZ0IUuLdD .panel-text {
  padding: 0rem;
  color: #ffffff;
}
.cid-uDZ0IUuLdD .panel-collapse {
  margin-top: -1px;
}
.cid-uDZ0IUuLdD H4 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDZ0IUuLdD .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uDZ0IUuLdD .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uDZ0IUuLdD .sign {
    margin-right: 0.5rem;
  }
  .cid-uDZ0IUuLdD .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uDZ0IUuLdD H3 {
  color: #31a3bf;
}
.cid-uDZ0IUuLdD .mbr-section-title,
.cid-uDZ0IUuLdD .ornament {
  color: #ffffff;
}
.cid-uGPz6BfxsS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGPz6BfxsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPz6BfxsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPz6BfxsS .btn {
  padding: 1rem 2rem;
}
.cid-uGPz6BfxsS .content-head {
  max-width: 800px;
}
.cid-uGPz6BfxsS .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #fdfde1;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uGPz6BfxsS .card-title,
.cid-uGPz6BfxsS .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uGPz6BfxsS .card-text {
  color: #fdfde1;
}
.cid-uGPz6BfxsS .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uGPz6BfxsS .mbr-section-title {
  color: #fdfde1;
}
.cid-uGpG6xLgiM {
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #31a3bf 110%);
}
.cid-uGpG6xLgiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpG6xLgiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpG6xLgiM .row {
  justify-content: center;
}
.cid-uGpG6xLgiM .form-wrapper {
  background-color: #000000;
  padding: 45px 45px 80px 45px;
}
@media (max-width: 992px) {
  .cid-uGpG6xLgiM .form-wrapper {
    width: 100%;
    padding: 22px 16px;
  }
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #31a3bf, #31a3bf 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #79a4be !important;
  background-color: #111111;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #31a3bf !important;
  box-shadow: none;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uGpG6xLgiM .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGpG6xLgiM .mbr-section-btn {
  text-align: right;
}
.cid-uGpG6xLgiM label {
  color: #ffffff;
}
.cid-uGpG6xLgiM H5 {
  color: #31a3bf;
}
.cid-sK8XVZNQo6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sK8XVZNQo6 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-sK8XVZNQo6 .image-wrapper img {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-sK8XVZNQo6 .item-img {
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.cid-sK8XVZNQo6 .item-img img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: inline-block;
  transition: transform 0.29s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sK8XVZNQo6 .main_header {
  padding: 10%;
}
@media (min-width: 992px) {
  .cid-sK8XVZNQo6 .main_header {
    padding: 0 15%;
  }
  .cid-sK8XVZNQo6 .main_header:hover img {
    transform: translateX(7px);
  }
}
@media (max-width: 767px) {
  .cid-sK8XVZNQo6 .main_header {
    padding: 30px 12px 4rem;
  }
}
.cid-sK8XVZNQo6 .mbr-section-title {
  margin-bottom: 22px;
  color: #3d1c22;
}
.cid-sK8XVZNQo6 .mbr-text {
  margin: 11px 0 4px;
  color: #7a7a7a;
}
.cid-sK8XVZNQo6 .header_address {
  margin-top: 26px;
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #3d1c22;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #7a7a7a;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uEoAGElGbz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEoAGElGbz .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sK7jYNwUTq {
  z-index: 1000;
  width: 100%;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #31a3bf !important;
  padding: 0;
  position: fixed;
}
.cid-sK7jYNwUTq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #31a3bf;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #31a3bf !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #31a3bf !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31a3bf;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #31a3bf;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uDVqRPntJG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/delvery.gif");
}
.cid-uDVqRPntJG H2 {
  color: #000000;
}
.cid-uDVqRPntJG .mbr-text,
.cid-uDVqRPntJG .mbr-section-btn {
  color: #808080;
}
.cid-uDVqRPntJG img {
  max-width: 500px;
  margin: auto;
}
.cid-uDVqRPntJG .btn span {
  font-size: 2.4rem !important;
  margin-top: 0.6rem !important;
  margin-bottom: 0rem !important;
}
.cid-uDVqRPntJG .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-uDVsiNMqkz {
  background-image: url("../../../assets/images/mbr-32-1920x1280.jpg");
}
.cid-uDVsiNMqkz H2 {
  color: #e7272d;
}
@keyframes fly {
  from {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(10px);
  }
}
.cid-uDVsiNMqkz .row {
  position: relative;
}
.cid-uDVsiNMqkz .row:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 750px;
  background: #31a3bf;
  border-radius: 100%;
  left: 55%;
  top: 52%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.cid-uDVsiNMqkz .mbr-text,
.cid-uDVsiNMqkz .mbr-section-btn {
  color: #808080;
}
.cid-uDVsiNMqkz img {
  width: 100%;
  margin: auto;
  padding-bottom: 2rem;
  transition: all 0.3s;
  animation: fly 3s infinite ease-in-out;
}
.cid-uDVsiNMqkz h4 {
  line-height: 1.4;
}
.cid-uDVsiNMqkz .img-col {
  align-items: flex-end;
}
.cid-uDVsiNMqkz .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-uDVsiNMqkz .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  display: block;
  padding-bottom: 1rem;
}
.cid-uDVsiNMqkz .icon-col {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDVsiNMqkz .row:before {
    left: 50%;
    top: 54%;
  }
}
@media (max-width: 767px) {
  .cid-uDVsiNMqkz .icon-wrap {
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
  .cid-uDVsiNMqkz .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
  .cid-uDVsiNMqkz .icon-col {
    align-items: center;
  }
  .cid-uDVsiNMqkz .row:before {
    height: 860px;
  }
}
.cid-uDVsiNMqkz .icon-text,
.cid-uDVsiNMqkz .mbr-iconfont {
  color: #ffffff;
}
.cid-uGiHAw0iOT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #31a3bf;
}
.cid-uGiHAw0iOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGiHAw0iOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVRrJNX1I {
  z-index: 1;
}
.cid-uGjnuVLadu {
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-uGjnuVLadu H2 {
  color: #e7272d;
}
.cid-uGjnuVLadu img {
  max-width: 500px;
  margin: auto;
}
.cid-uGjnuVLadu H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-uGjnuVLadu .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-uGjnuVLadu .span-row {
  width: 100%;
}
.cid-uGjnuVLadu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGjnuVLadu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGjnuVLadu .span {
  color: #ffffff;
}
.cid-uGjnuVLadu .mbr-section-title,
.cid-uGjnuVLadu .span-row {
  color: #89b758;
  text-align: left;
}
.cid-uEoBmxHWZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEoBmxHWZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEoBmxHWZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEoBmxHWZw .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uEoBmxHWZw .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEoBmxHWZw .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #31a3bf;
}
@media (max-width: 1200px) {
  .cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uEoBmxHWZw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uEoBmxHWZw .mbr-section-title {
  color: #404349;
}
.cid-uEoBmxHWZw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uEoBmxHWZw .mbr-text {
  color: #ffffff;
}
.cid-uEoBmxHWZw .list {
  color: #404349;
}
.cid-uEoBmxHWZw .mbr-section-title,
.cid-uEoBmxHWZw .title-wrapper {
  color: #150764;
}
.cid-uGp8m8EP73 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1920.jpg");
}
.cid-uGp8m8EP73 .accordion .card {
  overflow: hidden;
}
.cid-uGp8m8EP73 .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-uGp8m8EP73 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uGp8m8EP73 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uGp8m8EP73 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGp8m8EP73 .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-uGp8m8EP73 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uGp8m8EP73 .card .card-header a.panel-title h4:hover {
  color: #f9f205;
}
.cid-uGp8m8EP73 .card .panel-body {
  color: #767676;
}
.cid-uGp8m8EP73 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-uGp8m8EP73 .mbri-arrow-up {
  background: #f9f205;
  color: white !important;
}
.cid-uGp8m8EP73 .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uGp8m8EP73 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uGp8m8EP73 .panel-text {
  padding: 0rem;
  color: #ffffff;
}
.cid-uGp8m8EP73 .panel-collapse {
  margin-top: -1px;
}
.cid-uGp8m8EP73 H4 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGp8m8EP73 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uGp8m8EP73 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uGp8m8EP73 .sign {
    margin-right: 0.5rem;
  }
  .cid-uGp8m8EP73 .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-uGp8m8EP73 H3 {
  color: #31a3bf;
}
.cid-uGp8m8EP73 .mbr-section-title,
.cid-uGp8m8EP73 .ornament {
  color: #ffffff;
}
.cid-uHkM3Q8tO9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHkM3Q8tO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkM3Q8tO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkM3Q8tO9 .btn {
  padding: 1rem 2rem;
}
.cid-uHkM3Q8tO9 .content-head {
  max-width: 800px;
}
.cid-uHkM3Q8tO9 .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #fdfde1;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uHkM3Q8tO9 .card-title,
.cid-uHkM3Q8tO9 .iconfont-wrapper {
  color: #fdfde1;
}
.cid-uHkM3Q8tO9 .card-text {
  color: #fdfde1;
}
.cid-uHkM3Q8tO9 .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uHkM3Q8tO9 .mbr-section-title {
  color: #fdfde1;
}
.cid-uGpxklgLv2 {
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #31a3bf 110%);
}
.cid-uGpxklgLv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpxklgLv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpxklgLv2 .row {
  justify-content: center;
}
.cid-uGpxklgLv2 .form-wrapper {
  background-color: #000000;
  padding: 45px 45px 80px 45px;
}
@media (max-width: 992px) {
  .cid-uGpxklgLv2 .form-wrapper {
    width: 100%;
    padding: 22px 16px;
  }
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #31a3bf, #31a3bf 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #79a4be !important;
  background-color: #111111;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #31a3bf !important;
  box-shadow: none;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uGpxklgLv2 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGpxklgLv2 .mbr-section-btn {
  text-align: right;
}
.cid-uGpxklgLv2 label {
  color: #ffffff;
}
.cid-uGpxklgLv2 H5 {
  color: #31a3bf;
}
.cid-uGp8bZaqBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uGp8bZaqBu .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uGp8bZaqBu .image-wrapper img {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-uGp8bZaqBu .item-img {
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.cid-uGp8bZaqBu .item-img img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: inline-block;
  transition: transform 0.29s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-uGp8bZaqBu .main_header {
  padding: 10%;
}
@media (min-width: 992px) {
  .cid-uGp8bZaqBu .main_header {
    padding: 0 15%;
  }
  .cid-uGp8bZaqBu .main_header:hover img {
    transform: translateX(7px);
  }
}
@media (max-width: 767px) {
  .cid-uGp8bZaqBu .main_header {
    padding: 30px 12px 4rem;
  }
}
.cid-uGp8bZaqBu .mbr-section-title {
  margin-bottom: 22px;
  color: #3d1c22;
}
.cid-uGp8bZaqBu .mbr-text {
  margin: 11px 0 4px;
  color: #7a7a7a;
}
.cid-uGp8bZaqBu .header_address {
  margin-top: 26px;
}
.cid-sK7udwhsbI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK7udwhsbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #333333;
}
.cid-sK7udwhsbI .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK7udwhsbI .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK7udwhsbI .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-sK7udwhsbI .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK7udwhsbI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7udwhsbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7udwhsbI .iconfont-wrapper:hover {
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-sK7udwhsbI .footer_timework {
    margin-top: 50px;
  }
  .cid-sK7udwhsbI .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-uFF7Ju2gW5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFF7Ju2gW5 .mbr-text {
  color: #7a7a7a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
